flash-play-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.

Name
flash-play-32-regular
Set
Fluent UI System Icons
Style
32 Regular
Viewbox
32×32
License
MIT

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the flash play icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M10.103 3.368A2 2 0 0 1 12 2h9a2 2 0 0 1 1.873 2.702L20.886 10H24a2 2 0 0 1 1.54 3.276l-.748.902a9 9 0 0 0-2.47-.153L24 12h-4.557a1 1 0 0 1-.936-1.351L21 4h-9L8 16h3.708a1 1 0 0 1 .968 1.251l-2.613 10.076c-.134.517.528.856.87.444l3.122-3.769c.093.84.302 1.645.61 2.4l-2.192 2.645c-1.706 2.058-5.016.365-4.346-2.222L10.415 18H8a2 2 0 0 1-1.897-2.633zM30.5 23a7.5 7.5 0 1 1-15 0a7.5 7.5 0 0 1 15 0M21 26.058a.5.5 0 0 0 .777.416l4.598-3.062a.5.5 0 0 0 0-.833l-4.598-3.062a.5.5 0 0 0-.777.417z"/></svg>

React

import type { SVGProps } from "react";

export function FluentFlashPlay32Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M10.103 3.368A2 2 0 0 1 12 2h9a2 2 0 0 1 1.873 2.702L20.886 10H24a2 2 0 0 1 1.54 3.276l-.748.902a9 9 0 0 0-2.47-.153L24 12h-4.557a1 1 0 0 1-.936-1.351L21 4h-9L8 16h3.708a1 1 0 0 1 .968 1.251l-2.613 10.076c-.134.517.528.856.87.444l3.122-3.769c.093.84.302 1.645.61 2.4l-2.192 2.645c-1.706 2.058-5.016.365-4.346-2.222L10.415 18H8a2 2 0 0 1-1.897-2.633zM30.5 23a7.5 7.5 0 1 1-15 0a7.5 7.5 0 0 1 15 0M21 26.058a.5.5 0 0 0 .777.416l4.598-3.062a.5.5 0 0 0 0-.833l-4.598-3.062a.5.5 0 0 0-.777.417z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M10.103 3.368A2 2 0 0 1 12 2h9a2 2 0 0 1 1.873 2.702L20.886 10H24a2 2 0 0 1 1.54 3.276l-.748.902a9 9 0 0 0-2.47-.153L24 12h-4.557a1 1 0 0 1-.936-1.351L21 4h-9L8 16h3.708a1 1 0 0 1 .968 1.251l-2.613 10.076c-.134.517.528.856.87.444l3.122-3.769c.093.84.302 1.645.61 2.4l-2.192 2.645c-1.706 2.058-5.016.365-4.346-2.222L10.415 18H8a2 2 0 0 1-1.897-2.633zM30.5 23a7.5 7.5 0 1 1-15 0a7.5 7.5 0 0 1 15 0M21 26.058a.5.5 0 0 0 .777.416l4.598-3.062a.5.5 0 0 0 0-.833l-4.598-3.062a.5.5 0 0 0-.777.417z"/></svg>
</template>

CSS

.icon-flash-play-32-regular {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.103%203.368A2%202%200%200%201%2012%202h9a2%202%200%200%201%201.873%202.702L20.886%2010H24a2%202%200%200%201%201.54%203.276l-.748.902a9%209%200%200%200-2.47-.153L24%2012h-4.557a1%201%200%200%201-.936-1.351L21%204h-9L8%2016h3.708a1%201%200%200%201%20.968%201.251l-2.613%2010.076c-.134.517.528.856.87.444l3.122-3.769c.093.84.302%201.645.61%202.4l-2.192%202.645c-1.706%202.058-5.016.365-4.346-2.222L10.415%2018H8a2%202%200%200%201-1.897-2.633zM30.5%2023a7.5%207.5%200%201%201-15%200a7.5%207.5%200%200%201%2015%200M21%2026.058a.5.5%200%200%200%20.777.416l4.598-3.062a.5.5%200%200%200%200-.833l-4.598-3.062a.5.5%200%200%200-.777.417z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.103%203.368A2%202%200%200%201%2012%202h9a2%202%200%200%201%201.873%202.702L20.886%2010H24a2%202%200%200%201%201.54%203.276l-.748.902a9%209%200%200%200-2.47-.153L24%2012h-4.557a1%201%200%200%201-.936-1.351L21%204h-9L8%2016h3.708a1%201%200%200%201%20.968%201.251l-2.613%2010.076c-.134.517.528.856.87.444l3.122-3.769c.093.84.302%201.645.61%202.4l-2.192%202.645c-1.706%202.058-5.016.365-4.346-2.222L10.415%2018H8a2%202%200%200%201-1.897-2.633zM30.5%2023a7.5%207.5%200%201%201-15%200a7.5%207.5%200%200%201%2015%200M21%2026.058a.5.5%200%200%200%20.777.416l4.598-3.062a.5.5%200%200%200%200-.833l-4.598-3.062a.5.5%200%200%200-.777.417z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/flash-play-32-regular.svg?color=%231a73e8&size=48