play remove icon
play-remove-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- play-remove-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 remove icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M21.28 15.72c-.65-.45-1.44-.72-2.28-.72c-.94 0-1.81.33-2.5.88A3.97 3.97 0 0 0 15 19c0 .75.21 1.46.58 2.06q.06.105.15.21A3.93 3.93 0 0 0 19 23c1.01 0 1.93-.37 2.63-1c.31-.26.58-.58.79-.94c.37-.6.58-1.31.58-2.06c0-1.36-.68-2.56-1.72-3.28m-.68 4.86c-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-.53-.53l-.55.55c-.15.15-.34.22-.53.22s-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l.55-.55l-.53-.53a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l.53.53l.5-.5c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-.5.5l.53.53c.29.29.29.76 0 1.06"/><path d="M21.85 10.25c-.78-4.45-4.61-7.9-9.12-8.22c-6.1-.44-11.14 4.61-10.7 10.7c.32 4.51 3.77 8.33 8.22 9.11c1.15.2 2.27.2 3.34.02c.31-.05.49-.39.37-.67c-.3-.68-.46-1.43-.46-2.2c0-1.69.75-3.25 2.07-4.29c.97-.78 2.19-1.21 3.43-1.21c.78 0 1.52.16 2.19.46c.29.13.62-.06.68-.37c.18-1.06.18-2.18-.02-3.33m-7.35 3.32l-1.2.69l-1.2.69c-1.49.86-2.71.16-2.71-1.57v-2.77c0-1.72 1.22-2.43 2.71-1.57l1.2.69l1.2.69c1.49.88 1.49 2.28 0 3.15"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconPlayRemoveFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M21.28 15.72c-.65-.45-1.44-.72-2.28-.72c-.94 0-1.81.33-2.5.88A3.97 3.97 0 0 0 15 19c0 .75.21 1.46.58 2.06q.06.105.15.21A3.93 3.93 0 0 0 19 23c1.01 0 1.93-.37 2.63-1c.31-.26.58-.58.79-.94c.37-.6.58-1.31.58-2.06c0-1.36-.68-2.56-1.72-3.28m-.68 4.86c-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-.53-.53l-.55.55c-.15.15-.34.22-.53.22s-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l.55-.55l-.53-.53a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l.53.53l.5-.5c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-.5.5l.53.53c.29.29.29.76 0 1.06"/><path d="M21.85 10.25c-.78-4.45-4.61-7.9-9.12-8.22c-6.1-.44-11.14 4.61-10.7 10.7c.32 4.51 3.77 8.33 8.22 9.11c1.15.2 2.27.2 3.34.02c.31-.05.49-.39.37-.67c-.3-.68-.46-1.43-.46-2.2c0-1.69.75-3.25 2.07-4.29c.97-.78 2.19-1.21 3.43-1.21c.78 0 1.52.16 2.19.46c.29.13.62-.06.68-.37c.18-1.06.18-2.18-.02-3.33m-7.35 3.32l-1.2.69l-1.2.69c-1.49.86-2.71.16-2.71-1.57v-2.77c0-1.72 1.22-2.43 2.71-1.57l1.2.69l1.2.69c1.49.88 1.49 2.28 0 3.15"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M21.28 15.72c-.65-.45-1.44-.72-2.28-.72c-.94 0-1.81.33-2.5.88A3.97 3.97 0 0 0 15 19c0 .75.21 1.46.58 2.06q.06.105.15.21A3.93 3.93 0 0 0 19 23c1.01 0 1.93-.37 2.63-1c.31-.26.58-.58.79-.94c.37-.6.58-1.31.58-2.06c0-1.36-.68-2.56-1.72-3.28m-.68 4.86c-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-.53-.53l-.55.55c-.15.15-.34.22-.53.22s-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l.55-.55l-.53-.53a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l.53.53l.5-.5c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-.5.5l.53.53c.29.29.29.76 0 1.06"/><path d="M21.85 10.25c-.78-4.45-4.61-7.9-9.12-8.22c-6.1-.44-11.14 4.61-10.7 10.7c.32 4.51 3.77 8.33 8.22 9.11c1.15.2 2.27.2 3.34.02c.31-.05.49-.39.37-.67c-.3-.68-.46-1.43-.46-2.2c0-1.69.75-3.25 2.07-4.29c.97-.78 2.19-1.21 3.43-1.21c.78 0 1.52.16 2.19.46c.29.13.62-.06.68-.37c.18-1.06.18-2.18-.02-3.33m-7.35 3.32l-1.2.69l-1.2.69c-1.49.86-2.71.16-2.71-1.57v-2.77c0-1.72 1.22-2.43 2.71-1.57l1.2.69l1.2.69c1.49.88 1.49 2.28 0 3.15"/></g></svg> </template>
CSS
.icon-play-remove-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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M21.28%2015.72c-.65-.45-1.44-.72-2.28-.72c-.94%200-1.81.33-2.5.88A3.97%203.97%200%200%200%2015%2019c0%20.75.21%201.46.58%202.06q.06.105.15.21A3.93%203.93%200%200%200%2019%2023c1.01%200%201.93-.37%202.63-1c.31-.26.58-.58.79-.94c.37-.6.58-1.31.58-2.06c0-1.36-.68-2.56-1.72-3.28m-.68%204.86c-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-.53-.53l-.55.55c-.15.15-.34.22-.53.22s-.38-.07-.53-.22a.754.754%200%200%201%200-1.06l.55-.55l-.53-.53a.754.754%200%200%201%200-1.06c.29-.29.77-.29%201.06%200l.53.53l.5-.5c.29-.29.77-.29%201.06%200s.29.77%200%201.06l-.5.5l.53.53c.29.29.29.76%200%201.06%22%2F%3E%3Cpath%20d%3D%22M21.85%2010.25c-.78-4.45-4.61-7.9-9.12-8.22c-6.1-.44-11.14%204.61-10.7%2010.7c.32%204.51%203.77%208.33%208.22%209.11c1.15.2%202.27.2%203.34.02c.31-.05.49-.39.37-.67c-.3-.68-.46-1.43-.46-2.2c0-1.69.75-3.25%202.07-4.29c.97-.78%202.19-1.21%203.43-1.21c.78%200%201.52.16%202.19.46c.29.13.62-.06.68-.37c.18-1.06.18-2.18-.02-3.33m-7.35%203.32l-1.2.69l-1.2.69c-1.49.86-2.71.16-2.71-1.57v-2.77c0-1.72%201.22-2.43%202.71-1.57l1.2.69l1.2.69c1.49.88%201.49%202.28%200%203.15%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%22currentColor%22%3E%3Cpath%20d%3D%22M21.28%2015.72c-.65-.45-1.44-.72-2.28-.72c-.94%200-1.81.33-2.5.88A3.97%203.97%200%200%200%2015%2019c0%20.75.21%201.46.58%202.06q.06.105.15.21A3.93%203.93%200%200%200%2019%2023c1.01%200%201.93-.37%202.63-1c.31-.26.58-.58.79-.94c.37-.6.58-1.31.58-2.06c0-1.36-.68-2.56-1.72-3.28m-.68%204.86c-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-.53-.53l-.55.55c-.15.15-.34.22-.53.22s-.38-.07-.53-.22a.754.754%200%200%201%200-1.06l.55-.55l-.53-.53a.754.754%200%200%201%200-1.06c.29-.29.77-.29%201.06%200l.53.53l.5-.5c.29-.29.77-.29%201.06%200s.29.77%200%201.06l-.5.5l.53.53c.29.29.29.76%200%201.06%22%2F%3E%3Cpath%20d%3D%22M21.85%2010.25c-.78-4.45-4.61-7.9-9.12-8.22c-6.1-.44-11.14%204.61-10.7%2010.7c.32%204.51%203.77%208.33%208.22%209.11c1.15.2%202.27.2%203.34.02c.31-.05.49-.39.37-.67c-.3-.68-.46-1.43-.46-2.2c0-1.69.75-3.25%202.07-4.29c.97-.78%202.19-1.21%203.43-1.21c.78%200%201.52.16%202.19.46c.29.13.62-.06.68-.37c.18-1.06.18-2.18-.02-3.33m-7.35%203.32l-1.2.69l-1.2.69c-1.49.86-2.71.16-2.71-1.57v-2.77c0-1.72%201.22-2.43%202.71-1.57l1.2.69l1.2.69c1.49.88%201.49%202.28%200%203.15%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/play-remove-filled.svg?color=%231a73e8&size=48