play icon
play-outline from Dither Icons by Vijay K Singh · Outline · MIT Free for personal and commercial use.
- Name
- play-outline
- Set
- Dither Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
2 other variants in Dither Icons
The same icon in other sets
All play icons →playAkar IconsplayBootstrap IconsplayBoxIcons v2playCarbonplayCodiconsplayFramework7 IconsplayFont Awesome 6 SolidplayFont Awesome SolidplayFeather Iconsplay-outlineFlowbite Iconsplay-12-filledFluent UI System IconsplayHeroIconsplayHuge IconsplayHumbleiconsplayIconParkplayIconPark OutlineplayIconPark SolidplayIconPark TwoToneplayIconoirplayIonIconsplayJam IconsplayKeyline IconsplayLine AwesomeplayMaterial Line Icons
Use the play icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round"><path stroke-width="1.4" d="M6.25 4.4Q6.25 3.05 7.4 3.75L20.2 11.2Q21.55 12 20.2 12.8L7.4 20.25Q6.25 20.95 6.25 19.6Z"/><path stroke-linecap="round" stroke-width=".55" d="M6.55 8.8v6.4" opacity="0"/><path stroke-linecap="round" stroke-width=".65" d="M2.6 12h2.3" opacity="0"/><path stroke-linecap="round" stroke-width=".55" d="M4.25 8.9 3 8.35M4.25 15.1 3 15.65" opacity="0"/></g></svg>
React
import type { SVGProps } from "react";
export function DitherPlayOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinejoin="round"><path strokeWidth="1.4" d="M6.25 4.4Q6.25 3.05 7.4 3.75L20.2 11.2Q21.55 12 20.2 12.8L7.4 20.25Q6.25 20.95 6.25 19.6Z"/><path strokeLinecap="round" strokeWidth=".55" d="M6.55 8.8v6.4" opacity="0"/><path strokeLinecap="round" strokeWidth=".65" d="M2.6 12h2.3" opacity="0"/><path strokeLinecap="round" strokeWidth=".55" d="M4.25 8.9 3 8.35M4.25 15.1 3 15.65" opacity="0"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round"><path stroke-width="1.4" d="M6.25 4.4Q6.25 3.05 7.4 3.75L20.2 11.2Q21.55 12 20.2 12.8L7.4 20.25Q6.25 20.95 6.25 19.6Z"/><path stroke-linecap="round" stroke-width=".55" d="M6.55 8.8v6.4" opacity="0"/><path stroke-linecap="round" stroke-width=".65" d="M2.6 12h2.3" opacity="0"/><path stroke-linecap="round" stroke-width=".55" d="M4.25 8.9 3 8.35M4.25 15.1 3 15.65" opacity="0"/></g></svg> </template>
CSS
.icon-play-outline {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20stroke-width%3D%221.4%22%20d%3D%22M6.25%204.4Q6.25%203.05%207.4%203.75L20.2%2011.2Q21.55%2012%2020.2%2012.8L7.4%2020.25Q6.25%2020.95%206.25%2019.6Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-width%3D%22.55%22%20d%3D%22M6.55%208.8v6.4%22%20opacity%3D%220%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-width%3D%22.65%22%20d%3D%22M2.6%2012h2.3%22%20opacity%3D%220%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-width%3D%22.55%22%20d%3D%22M4.25%208.9%203%208.35M4.25%2015.1%203%2015.65%22%20opacity%3D%220%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20stroke-width%3D%221.4%22%20d%3D%22M6.25%204.4Q6.25%203.05%207.4%203.75L20.2%2011.2Q21.55%2012%2020.2%2012.8L7.4%2020.25Q6.25%2020.95%206.25%2019.6Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-width%3D%22.55%22%20d%3D%22M6.55%208.8v6.4%22%20opacity%3D%220%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-width%3D%22.65%22%20d%3D%22M2.6%2012h2.3%22%20opacity%3D%220%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-width%3D%22.55%22%20d%3D%22M4.25%208.9%203%208.35M4.25%2015.1%203%2015.65%22%20opacity%3D%220%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/dither/play-outline.svg?color=%231a73e8&size=48