play cricle icon
play-cricle-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- play-cricle-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More newicons icons from Reicon
Use the play cricle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.072 19.821c-.19 0-.38-.07-.53-.22a.754.754 0 0 1 0-1.06c3.61-3.61 3.61-9.48 0-13.08a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0c4.19 4.19 4.19 11.01 0 15.2c-.15.15-.34.22-.53.22m-14.142 0c-.19 0-.38-.07-.53-.22c-4.19-4.19-4.19-11.01 0-15.2c.29-.29.77-.29 1.06 0s.29.77 0 1.06c-3.61 3.61-3.61 9.48 0 13.08c.29.29.29.77 0 1.06c-.15.15-.34.22-.53.22m7.069 2.891c-1.25-.01-2.44-.21-3.55-.6a.754.754 0 0 1-.46-.96c.14-.39.56-.6.96-.46c.96.33 1.98.51 3.06.51c1.07 0 2.1-.18 3.05-.51c.39-.13.82.07.96.46s-.07.82-.46.96c-1.12.39-2.31.6-3.56.6m3.3-19.372c-.08 0-.17-.01-.25-.04a9 9 0 0 0-3.05-.51c-1.07 0-2.09.18-3.05.51c-.4.13-.82-.07-.96-.46s.07-.82.46-.96c1.12-.39 2.31-.59 3.55-.59s2.44.2 3.55.59a.75.75 0 0 1-.25 1.46M8.738 12v-1.67c0-2.08 1.47-2.93 3.27-1.89l1.45.84l1.45.84c1.8 1.04 1.8 2.74 0 3.78l-1.45.84l-1.45.84c-1.8 1.04-3.27.19-3.27-1.89z"/></svg>
React
import type { SVGProps } from "react";
export function ReiconPlayCricleFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.072 19.821c-.19 0-.38-.07-.53-.22a.754.754 0 0 1 0-1.06c3.61-3.61 3.61-9.48 0-13.08a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0c4.19 4.19 4.19 11.01 0 15.2c-.15.15-.34.22-.53.22m-14.142 0c-.19 0-.38-.07-.53-.22c-4.19-4.19-4.19-11.01 0-15.2c.29-.29.77-.29 1.06 0s.29.77 0 1.06c-3.61 3.61-3.61 9.48 0 13.08c.29.29.29.77 0 1.06c-.15.15-.34.22-.53.22m7.069 2.891c-1.25-.01-2.44-.21-3.55-.6a.754.754 0 0 1-.46-.96c.14-.39.56-.6.96-.46c.96.33 1.98.51 3.06.51c1.07 0 2.1-.18 3.05-.51c.39-.13.82.07.96.46s-.07.82-.46.96c-1.12.39-2.31.6-3.56.6m3.3-19.372c-.08 0-.17-.01-.25-.04a9 9 0 0 0-3.05-.51c-1.07 0-2.09.18-3.05.51c-.4.13-.82-.07-.96-.46s.07-.82.46-.96c1.12-.39 2.31-.59 3.55-.59s2.44.2 3.55.59a.75.75 0 0 1-.25 1.46M8.738 12v-1.67c0-2.08 1.47-2.93 3.27-1.89l1.45.84l1.45.84c1.8 1.04 1.8 2.74 0 3.78l-1.45.84l-1.45.84c-1.8 1.04-3.27.19-3.27-1.89z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.072 19.821c-.19 0-.38-.07-.53-.22a.754.754 0 0 1 0-1.06c3.61-3.61 3.61-9.48 0-13.08a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0c4.19 4.19 4.19 11.01 0 15.2c-.15.15-.34.22-.53.22m-14.142 0c-.19 0-.38-.07-.53-.22c-4.19-4.19-4.19-11.01 0-15.2c.29-.29.77-.29 1.06 0s.29.77 0 1.06c-3.61 3.61-3.61 9.48 0 13.08c.29.29.29.77 0 1.06c-.15.15-.34.22-.53.22m7.069 2.891c-1.25-.01-2.44-.21-3.55-.6a.754.754 0 0 1-.46-.96c.14-.39.56-.6.96-.46c.96.33 1.98.51 3.06.51c1.07 0 2.1-.18 3.05-.51c.39-.13.82.07.96.46s-.07.82-.46.96c-1.12.39-2.31.6-3.56.6m3.3-19.372c-.08 0-.17-.01-.25-.04a9 9 0 0 0-3.05-.51c-1.07 0-2.09.18-3.05.51c-.4.13-.82-.07-.96-.46s.07-.82.46-.96c1.12-.39 2.31-.59 3.55-.59s2.44.2 3.55.59a.75.75 0 0 1-.25 1.46M8.738 12v-1.67c0-2.08 1.47-2.93 3.27-1.89l1.45.84l1.45.84c1.8 1.04 1.8 2.74 0 3.78l-1.45.84l-1.45.84c-1.8 1.04-3.27.19-3.27-1.89z"/></svg> </template>
CSS
.icon-play-cricle-filled {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.072%2019.821c-.19%200-.38-.07-.53-.22a.754.754%200%200%201%200-1.06c3.61-3.61%203.61-9.48%200-13.08a.754.754%200%200%201%200-1.06c.29-.29.77-.29%201.06%200c4.19%204.19%204.19%2011.01%200%2015.2c-.15.15-.34.22-.53.22m-14.142%200c-.19%200-.38-.07-.53-.22c-4.19-4.19-4.19-11.01%200-15.2c.29-.29.77-.29%201.06%200s.29.77%200%201.06c-3.61%203.61-3.61%209.48%200%2013.08c.29.29.29.77%200%201.06c-.15.15-.34.22-.53.22m7.069%202.891c-1.25-.01-2.44-.21-3.55-.6a.754.754%200%200%201-.46-.96c.14-.39.56-.6.96-.46c.96.33%201.98.51%203.06.51c1.07%200%202.1-.18%203.05-.51c.39-.13.82.07.96.46s-.07.82-.46.96c-1.12.39-2.31.6-3.56.6m3.3-19.372c-.08%200-.17-.01-.25-.04a9%209%200%200%200-3.05-.51c-1.07%200-2.09.18-3.05.51c-.4.13-.82-.07-.96-.46s.07-.82.46-.96c1.12-.39%202.31-.59%203.55-.59s2.44.2%203.55.59a.75.75%200%200%201-.25%201.46M8.738%2012v-1.67c0-2.08%201.47-2.93%203.27-1.89l1.45.84l1.45.84c1.8%201.04%201.8%202.74%200%203.78l-1.45.84l-1.45.84c-1.8%201.04-3.27.19-3.27-1.89z%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.072%2019.821c-.19%200-.38-.07-.53-.22a.754.754%200%200%201%200-1.06c3.61-3.61%203.61-9.48%200-13.08a.754.754%200%200%201%200-1.06c.29-.29.77-.29%201.06%200c4.19%204.19%204.19%2011.01%200%2015.2c-.15.15-.34.22-.53.22m-14.142%200c-.19%200-.38-.07-.53-.22c-4.19-4.19-4.19-11.01%200-15.2c.29-.29.77-.29%201.06%200s.29.77%200%201.06c-3.61%203.61-3.61%209.48%200%2013.08c.29.29.29.77%200%201.06c-.15.15-.34.22-.53.22m7.069%202.891c-1.25-.01-2.44-.21-3.55-.6a.754.754%200%200%201-.46-.96c.14-.39.56-.6.96-.46c.96.33%201.98.51%203.06.51c1.07%200%202.1-.18%203.05-.51c.39-.13.82.07.96.46s-.07.82-.46.96c-1.12.39-2.31.6-3.56.6m3.3-19.372c-.08%200-.17-.01-.25-.04a9%209%200%200%200-3.05-.51c-1.07%200-2.09.18-3.05.51c-.4.13-.82-.07-.96-.46s.07-.82.46-.96c1.12-.39%202.31-.59%203.55-.59s2.44.2%203.55.59a.75.75%200%200%201-.25%201.46M8.738%2012v-1.67c0-2.08%201.47-2.93%203.27-1.89l1.45.84l1.45.84c1.8%201.04%201.8%202.74%200%203.78l-1.45.84l-1.45.84c-1.8%201.04-3.27.19-3.27-1.89z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/play-cricle-filled.svg?color=%231a73e8&size=48