sound source icon
sound-source-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- sound-source-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- 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 24 24"><path fill="currentColor" d="M3.5 12a8.5 8.5 0 1 1 14.762 5.748l.992 1.135A9.97 9.97 0 0 0 22 12c0-5.523-4.477-10-10-10S2 6.477 2 12a9.97 9.97 0 0 0 2.746 6.883l.993-1.134A8.47 8.47 0 0 1 3.5 12m15.75.125a7.1 7.1 0 0 1-1.783 4.715l-.998-1.14a5.625 5.625 0 1 0-8.806-.15l-1.004 1.146a7.125 7.125 0 1 1 12.59-4.571m-3-.125a4.23 4.23 0 0 1-.821 2.511l-1.026-1.172a2.75 2.75 0 1 0-4.806 0L8.571 14.51A4.25 4.25 0 1 1 16.25 12m-3.686.756a.75.75 0 0 0-1.128 0l-7 8A.75.75 0 0 0 5 22h14a.75.75 0 0 0 .564-1.244zm4.783 7.744H6.653L12 14.389z"/></svg>
React
import type { SVGProps } from "react";
export function FluentSoundSource24Regular(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="M3.5 12a8.5 8.5 0 1 1 14.762 5.748l.992 1.135A9.97 9.97 0 0 0 22 12c0-5.523-4.477-10-10-10S2 6.477 2 12a9.97 9.97 0 0 0 2.746 6.883l.993-1.134A8.47 8.47 0 0 1 3.5 12m15.75.125a7.1 7.1 0 0 1-1.783 4.715l-.998-1.14a5.625 5.625 0 1 0-8.806-.15l-1.004 1.146a7.125 7.125 0 1 1 12.59-4.571m-3-.125a4.23 4.23 0 0 1-.821 2.511l-1.026-1.172a2.75 2.75 0 1 0-4.806 0L8.571 14.51A4.25 4.25 0 1 1 16.25 12m-3.686.756a.75.75 0 0 0-1.128 0l-7 8A.75.75 0 0 0 5 22h14a.75.75 0 0 0 .564-1.244zm4.783 7.744H6.653L12 14.389z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.5 12a8.5 8.5 0 1 1 14.762 5.748l.992 1.135A9.97 9.97 0 0 0 22 12c0-5.523-4.477-10-10-10S2 6.477 2 12a9.97 9.97 0 0 0 2.746 6.883l.993-1.134A8.47 8.47 0 0 1 3.5 12m15.75.125a7.1 7.1 0 0 1-1.783 4.715l-.998-1.14a5.625 5.625 0 1 0-8.806-.15l-1.004 1.146a7.125 7.125 0 1 1 12.59-4.571m-3-.125a4.23 4.23 0 0 1-.821 2.511l-1.026-1.172a2.75 2.75 0 1 0-4.806 0L8.571 14.51A4.25 4.25 0 1 1 16.25 12m-3.686.756a.75.75 0 0 0-1.128 0l-7 8A.75.75 0 0 0 5 22h14a.75.75 0 0 0 .564-1.244zm4.783 7.744H6.653L12 14.389z"/></svg> </template>
CSS
.icon-sound-source-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.5%2012a8.5%208.5%200%201%201%2014.762%205.748l.992%201.135A9.97%209.97%200%200%200%2022%2012c0-5.523-4.477-10-10-10S2%206.477%202%2012a9.97%209.97%200%200%200%202.746%206.883l.993-1.134A8.47%208.47%200%200%201%203.5%2012m15.75.125a7.1%207.1%200%200%201-1.783%204.715l-.998-1.14a5.625%205.625%200%201%200-8.806-.15l-1.004%201.146a7.125%207.125%200%201%201%2012.59-4.571m-3-.125a4.23%204.23%200%200%201-.821%202.511l-1.026-1.172a2.75%202.75%200%201%200-4.806%200L8.571%2014.51A4.25%204.25%200%201%201%2016.25%2012m-3.686.756a.75.75%200%200%200-1.128%200l-7%208A.75.75%200%200%200%205%2022h14a.75.75%200%200%200%20.564-1.244zm4.783%207.744H6.653L12%2014.389z%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%22M3.5%2012a8.5%208.5%200%201%201%2014.762%205.748l.992%201.135A9.97%209.97%200%200%200%2022%2012c0-5.523-4.477-10-10-10S2%206.477%202%2012a9.97%209.97%200%200%200%202.746%206.883l.993-1.134A8.47%208.47%200%200%201%203.5%2012m15.75.125a7.1%207.1%200%200%201-1.783%204.715l-.998-1.14a5.625%205.625%200%201%200-8.806-.15l-1.004%201.146a7.125%207.125%200%201%201%2012.59-4.571m-3-.125a4.23%204.23%200%200%201-.821%202.511l-1.026-1.172a2.75%202.75%200%201%200-4.806%200L8.571%2014.51A4.25%204.25%200%201%201%2016.25%2012m-3.686.756a.75.75%200%200%200-1.128%200l-7%208A.75.75%200%200%200%205%2022h14a.75.75%200%200%200%20.564-1.244zm4.783%207.744H6.653L12%2014.389z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/sound-source-24-regular.svg?color=%231a73e8&size=48