play multiple icon
play-multiple-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.
- Name
- play-multiple-16-filled
- Set
- Fluent UI System Icons
- Style
- 16 Filled
- Viewbox
- 16×16
- License
- MIT
1 other variant in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the play multiple icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M4.44 12.56a1.5 1.5 0 0 0 1.795.245l8-4.5a1.5 1.5 0 0 0 0-2.611l-8.01-4.506A1.52 1.52 0 0 0 4 2.5v9c0 .398.158.78.44 1.06m7.32-1.72l1.22-.68q.018.124.02.25a1.51 1.51 0 0 1-.76 1.31l-5.08 2.86A3.6 3.6 0 0 1 5.5 15a3 3 0 0 1-.91-.13A3.33 3.33 0 0 1 3 13.94a3.46 3.46 0 0 1-1-2.44V5.91a1.48 1.48 0 0 1 1-1.39v6.98a2.513 2.513 0 0 0 3.7 2.19l5.05-2.84a.01.01 0 0 0 .01-.01"/></svg>
React
import type { SVGProps } from "react";
export function FluentPlayMultiple16Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M4.44 12.56a1.5 1.5 0 0 0 1.795.245l8-4.5a1.5 1.5 0 0 0 0-2.611l-8.01-4.506A1.52 1.52 0 0 0 4 2.5v9c0 .398.158.78.44 1.06m7.32-1.72l1.22-.68q.018.124.02.25a1.51 1.51 0 0 1-.76 1.31l-5.08 2.86A3.6 3.6 0 0 1 5.5 15a3 3 0 0 1-.91-.13A3.33 3.33 0 0 1 3 13.94a3.46 3.46 0 0 1-1-2.44V5.91a1.48 1.48 0 0 1 1-1.39v6.98a2.513 2.513 0 0 0 3.7 2.19l5.05-2.84a.01.01 0 0 0 .01-.01"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M4.44 12.56a1.5 1.5 0 0 0 1.795.245l8-4.5a1.5 1.5 0 0 0 0-2.611l-8.01-4.506A1.52 1.52 0 0 0 4 2.5v9c0 .398.158.78.44 1.06m7.32-1.72l1.22-.68q.018.124.02.25a1.51 1.51 0 0 1-.76 1.31l-5.08 2.86A3.6 3.6 0 0 1 5.5 15a3 3 0 0 1-.91-.13A3.33 3.33 0 0 1 3 13.94a3.46 3.46 0 0 1-1-2.44V5.91a1.48 1.48 0 0 1 1-1.39v6.98a2.513 2.513 0 0 0 3.7 2.19l5.05-2.84a.01.01 0 0 0 .01-.01"/></svg> </template>
CSS
.icon-play-multiple-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.44%2012.56a1.5%201.5%200%200%200%201.795.245l8-4.5a1.5%201.5%200%200%200%200-2.611l-8.01-4.506A1.52%201.52%200%200%200%204%202.5v9c0%20.398.158.78.44%201.06m7.32-1.72l1.22-.68q.018.124.02.25a1.51%201.51%200%200%201-.76%201.31l-5.08%202.86A3.6%203.6%200%200%201%205.5%2015a3%203%200%200%201-.91-.13A3.33%203.33%200%200%201%203%2013.94a3.46%203.46%200%200%201-1-2.44V5.91a1.48%201.48%200%200%201%201-1.39v6.98a2.513%202.513%200%200%200%203.7%202.19l5.05-2.84a.01.01%200%200%200%20.01-.01%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.44%2012.56a1.5%201.5%200%200%200%201.795.245l8-4.5a1.5%201.5%200%200%200%200-2.611l-8.01-4.506A1.52%201.52%200%200%200%204%202.5v9c0%20.398.158.78.44%201.06m7.32-1.72l1.22-.68q.018.124.02.25a1.51%201.51%200%200%201-.76%201.31l-5.08%202.86A3.6%203.6%200%200%201%205.5%2015a3%203%200%200%201-.91-.13A3.33%203.33%200%200%201%203%2013.94a3.46%203.46%200%200%201-1-2.44V5.91a1.48%201.48%200%200%201%201-1.39v6.98a2.513%202.513%200%200%200%203.7%202.19l5.05-2.84a.01.01%200%200%200%20.01-.01%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/play-multiple-16-filled.svg?color=%231a73e8&size=48