sound source icon
sound-source-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.
- Name
- sound-source-28-regular
- Set
- Fluent UI System Icons
- Style
- 28 Regular
- Viewbox
- 28×28
- License
- MIT
5 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the sound source icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="m14.65 15.726l.09.088l7.74 8.513a1 1 0 0 1-.624 1.666L21.74 26H6.261a1 1 0 0 1-.819-1.575l.079-.098l7.74-8.513a1 1 0 0 1 1.39-.088M14 17.23L7.39 24.5h13.22zM14 2c7.18 0 13 5.82 13 13a12.95 12.95 0 0 1-3.218 8.562l-.091-.125l-.102-.119l-.809-.89A11.45 11.45 0 0 0 25.5 15c0-6.351-5.149-11.5-11.5-11.5S2.5 8.649 2.5 15c0 2.831 1.023 5.424 2.72 7.427l-.81.891a1.5 1.5 0 0 0-.183.256A12.96 12.96 0 0 1 1 15C1 7.82 6.82 2 14 2m0 4a9 9 0 0 1 7.08 14.557l-1.026-1.128a7.5 7.5 0 1 0-12.107 0L6.92 20.557A9 9 0 0 1 14 6m0 4a5 5 0 0 1 4.319 7.521l-1.08-1.19a3.5 3.5 0 1 0-6.476 0L9.68 17.52A5 5 0 0 1 14 10"/></svg>
React
import type { SVGProps } from "react";
export function FluentSoundSource28Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="m14.65 15.726l.09.088l7.74 8.513a1 1 0 0 1-.624 1.666L21.74 26H6.261a1 1 0 0 1-.819-1.575l.079-.098l7.74-8.513a1 1 0 0 1 1.39-.088M14 17.23L7.39 24.5h13.22zM14 2c7.18 0 13 5.82 13 13a12.95 12.95 0 0 1-3.218 8.562l-.091-.125l-.102-.119l-.809-.89A11.45 11.45 0 0 0 25.5 15c0-6.351-5.149-11.5-11.5-11.5S2.5 8.649 2.5 15c0 2.831 1.023 5.424 2.72 7.427l-.81.891a1.5 1.5 0 0 0-.183.256A12.96 12.96 0 0 1 1 15C1 7.82 6.82 2 14 2m0 4a9 9 0 0 1 7.08 14.557l-1.026-1.128a7.5 7.5 0 1 0-12.107 0L6.92 20.557A9 9 0 0 1 14 6m0 4a5 5 0 0 1 4.319 7.521l-1.08-1.19a3.5 3.5 0 1 0-6.476 0L9.68 17.52A5 5 0 0 1 14 10"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="m14.65 15.726l.09.088l7.74 8.513a1 1 0 0 1-.624 1.666L21.74 26H6.261a1 1 0 0 1-.819-1.575l.079-.098l7.74-8.513a1 1 0 0 1 1.39-.088M14 17.23L7.39 24.5h13.22zM14 2c7.18 0 13 5.82 13 13a12.95 12.95 0 0 1-3.218 8.562l-.091-.125l-.102-.119l-.809-.89A11.45 11.45 0 0 0 25.5 15c0-6.351-5.149-11.5-11.5-11.5S2.5 8.649 2.5 15c0 2.831 1.023 5.424 2.72 7.427l-.81.891a1.5 1.5 0 0 0-.183.256A12.96 12.96 0 0 1 1 15C1 7.82 6.82 2 14 2m0 4a9 9 0 0 1 7.08 14.557l-1.026-1.128a7.5 7.5 0 1 0-12.107 0L6.92 20.557A9 9 0 0 1 14 6m0 4a5 5 0 0 1 4.319 7.521l-1.08-1.19a3.5 3.5 0 1 0-6.476 0L9.68 17.52A5 5 0 0 1 14 10"/></svg> </template>
CSS
.icon-sound-source-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m14.65%2015.726l.09.088l7.74%208.513a1%201%200%200%201-.624%201.666L21.74%2026H6.261a1%201%200%200%201-.819-1.575l.079-.098l7.74-8.513a1%201%200%200%201%201.39-.088M14%2017.23L7.39%2024.5h13.22zM14%202c7.18%200%2013%205.82%2013%2013a12.95%2012.95%200%200%201-3.218%208.562l-.091-.125l-.102-.119l-.809-.89A11.45%2011.45%200%200%200%2025.5%2015c0-6.351-5.149-11.5-11.5-11.5S2.5%208.649%202.5%2015c0%202.831%201.023%205.424%202.72%207.427l-.81.891a1.5%201.5%200%200%200-.183.256A12.96%2012.96%200%200%201%201%2015C1%207.82%206.82%202%2014%202m0%204a9%209%200%200%201%207.08%2014.557l-1.026-1.128a7.5%207.5%200%201%200-12.107%200L6.92%2020.557A9%209%200%200%201%2014%206m0%204a5%205%200%200%201%204.319%207.521l-1.08-1.19a3.5%203.5%200%201%200-6.476%200L9.68%2017.52A5%205%200%200%201%2014%2010%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m14.65%2015.726l.09.088l7.74%208.513a1%201%200%200%201-.624%201.666L21.74%2026H6.261a1%201%200%200%201-.819-1.575l.079-.098l7.74-8.513a1%201%200%200%201%201.39-.088M14%2017.23L7.39%2024.5h13.22zM14%202c7.18%200%2013%205.82%2013%2013a12.95%2012.95%200%200%201-3.218%208.562l-.091-.125l-.102-.119l-.809-.89A11.45%2011.45%200%200%200%2025.5%2015c0-6.351-5.149-11.5-11.5-11.5S2.5%208.649%202.5%2015c0%202.831%201.023%205.424%202.72%207.427l-.81.891a1.5%201.5%200%200%200-.183.256A12.96%2012.96%200%200%201%201%2015C1%207.82%206.82%202%2014%202m0%204a9%209%200%200%201%207.08%2014.557l-1.026-1.128a7.5%207.5%200%201%200-12.107%200L6.92%2020.557A9%209%200%200%201%2014%206m0%204a5%205%200%200%201%204.319%207.521l-1.08-1.19a3.5%203.5%200%201%200-6.476%200L9.68%2017.52A5%205%200%200%201%2014%2010%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/sound-source-28-regular.svg?color=%231a73e8&size=48