play3 icon
play3-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- play3-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More newicons icons from Reicon
Use the play3 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.49 9.6L5.6 16.77c-.7.42-1.6-.08-1.6-.9v-8c0-3.49 3.77-5.67 6.8-3.93l4.59 2.64l2.09 1.2c.69.41.7 1.41.01 1.82m.599 5.86l-4.05 2.34l-4.04 2.33c-1.45.83-3.09.66-4.28-.18c-.58-.4-.51-1.29.1-1.65l12.71-7.62c.6-.36 1.39-.02 1.5.67c.25 1.55-.39 3.22-1.94 4.11"/></svg>
React
import type { SVGProps } from "react";
export function ReiconPlay3Filled(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="M17.49 9.6L5.6 16.77c-.7.42-1.6-.08-1.6-.9v-8c0-3.49 3.77-5.67 6.8-3.93l4.59 2.64l2.09 1.2c.69.41.7 1.41.01 1.82m.599 5.86l-4.05 2.34l-4.04 2.33c-1.45.83-3.09.66-4.28-.18c-.58-.4-.51-1.29.1-1.65l12.71-7.62c.6-.36 1.39-.02 1.5.67c.25 1.55-.39 3.22-1.94 4.11"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.49 9.6L5.6 16.77c-.7.42-1.6-.08-1.6-.9v-8c0-3.49 3.77-5.67 6.8-3.93l4.59 2.64l2.09 1.2c.69.41.7 1.41.01 1.82m.599 5.86l-4.05 2.34l-4.04 2.33c-1.45.83-3.09.66-4.28-.18c-.58-.4-.51-1.29.1-1.65l12.71-7.62c.6-.36 1.39-.02 1.5.67c.25 1.55-.39 3.22-1.94 4.11"/></svg> </template>
CSS
.icon-play3-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%22M17.49%209.6L5.6%2016.77c-.7.42-1.6-.08-1.6-.9v-8c0-3.49%203.77-5.67%206.8-3.93l4.59%202.64l2.09%201.2c.69.41.7%201.41.01%201.82m.599%205.86l-4.05%202.34l-4.04%202.33c-1.45.83-3.09.66-4.28-.18c-.58-.4-.51-1.29.1-1.65l12.71-7.62c.6-.36%201.39-.02%201.5.67c.25%201.55-.39%203.22-1.94%204.11%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%22M17.49%209.6L5.6%2016.77c-.7.42-1.6-.08-1.6-.9v-8c0-3.49%203.77-5.67%206.8-3.93l4.59%202.64l2.09%201.2c.69.41.7%201.41.01%201.82m.599%205.86l-4.05%202.34l-4.04%202.33c-1.45.83-3.09.66-4.28-.18c-.58-.4-.51-1.29.1-1.65l12.71-7.62c.6-.36%201.39-.02%201.5.67c.25%201.55-.39%203.22-1.94%204.11%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/play3-filled.svg?color=%231a73e8&size=48