ionicons icon indicating copy to clipboard operation
ionicons copied to clipboard

icon request: video playback

Open volomike opened this issue 6 months ago • 0 comments

Describe the Icon

See the attached SVG icon. I suggest it to you for video playback.

<svg width="22" height="22" stroke="currentColor" fill="none" viewBox="0 0 22 24" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
	<!-- Outer square -->
	<rect x="2" y="0" width="18" height="18" rx="2" ry="2"/>

	<!-- Play triangle -->
	<polygon points="9,5 15,9 9,13"/>

	<!-- Top filmstrip -->
	<line x1="5" y1="0" x2="5" y2="2"/>
	<line x1="8" y1="0" x2="8" y2="2"/>
	<line x1="11" y1="0" x2="11" y2="2"/>
	<line x1="14" y1="0" x2="14" y2="2"/>
	<line x1="17" y1="0" x2="17" y2="2"/>

	<!-- Bottom filmstrip -->
	<line x1="5" y1="16" x2="5" y2="18"/>
	<line x1="8" y1="16" x2="8" y2="18"/>
	<line x1="11" y1="16" x2="11" y2="18"/>
	<line x1="14" y1="16" x2="14" y2="18"/>
	<line x1="17" y1="16" x2="17" y2="18"/>
</svg>

Links to Examples

No response

Additional Information

No response

volomike avatar Sep 14 '25 07:09 volomike