speaker edit icon
speaker-edit-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- speaker-edit-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- License
- MIT
5 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the speaker edit icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M11.999 3.002c0-.873-1.04-1.327-1.68-.733L6.447 5.863a.5.5 0 0 1-.34.133H3.5a1.5 1.5 0 0 0-1.5 1.5v5.001a1.5 1.5 0 0 0 1.5 1.5h2.607a.5.5 0 0 1 .34.134L9.28 16.76l.152-.607c.14-.562.431-1.075.84-1.485L12 12.94zm3.96 1.66a7.97 7.97 0 0 1 1.988 4.453a2.9 2.9 0 0 0-1.022-.11a6.97 6.97 0 0 0-1.711-3.675a.5.5 0 0 1 .744-.667m-1.2 2.585c.416.72.65 1.496.717 2.274a3 3 0 0 0-.375.317l-.63.629a4.48 4.48 0 0 0-.578-2.72a.5.5 0 0 1 .866-.5m-3.78 8.128l4.829-4.83a1.87 1.87 0 1 1 2.644 2.645l-4.829 4.83a2.2 2.2 0 0 1-1.02.578l-1.498.375a.89.89 0 0 1-1.078-1.08l.374-1.497c.097-.387.296-.74.578-1.021"/></svg>
React
import type { SVGProps } from "react";
export function FluentSpeakerEdit20Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M11.999 3.002c0-.873-1.04-1.327-1.68-.733L6.447 5.863a.5.5 0 0 1-.34.133H3.5a1.5 1.5 0 0 0-1.5 1.5v5.001a1.5 1.5 0 0 0 1.5 1.5h2.607a.5.5 0 0 1 .34.134L9.28 16.76l.152-.607c.14-.562.431-1.075.84-1.485L12 12.94zm3.96 1.66a7.97 7.97 0 0 1 1.988 4.453a2.9 2.9 0 0 0-1.022-.11a6.97 6.97 0 0 0-1.711-3.675a.5.5 0 0 1 .744-.667m-1.2 2.585c.416.72.65 1.496.717 2.274a3 3 0 0 0-.375.317l-.63.629a4.48 4.48 0 0 0-.578-2.72a.5.5 0 0 1 .866-.5m-3.78 8.128l4.829-4.83a1.87 1.87 0 1 1 2.644 2.645l-4.829 4.83a2.2 2.2 0 0 1-1.02.578l-1.498.375a.89.89 0 0 1-1.078-1.08l.374-1.497c.097-.387.296-.74.578-1.021"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M11.999 3.002c0-.873-1.04-1.327-1.68-.733L6.447 5.863a.5.5 0 0 1-.34.133H3.5a1.5 1.5 0 0 0-1.5 1.5v5.001a1.5 1.5 0 0 0 1.5 1.5h2.607a.5.5 0 0 1 .34.134L9.28 16.76l.152-.607c.14-.562.431-1.075.84-1.485L12 12.94zm3.96 1.66a7.97 7.97 0 0 1 1.988 4.453a2.9 2.9 0 0 0-1.022-.11a6.97 6.97 0 0 0-1.711-3.675a.5.5 0 0 1 .744-.667m-1.2 2.585c.416.72.65 1.496.717 2.274a3 3 0 0 0-.375.317l-.63.629a4.48 4.48 0 0 0-.578-2.72a.5.5 0 0 1 .866-.5m-3.78 8.128l4.829-4.83a1.87 1.87 0 1 1 2.644 2.645l-4.829 4.83a2.2 2.2 0 0 1-1.02.578l-1.498.375a.89.89 0 0 1-1.078-1.08l.374-1.497c.097-.387.296-.74.578-1.021"/></svg> </template>
CSS
.icon-speaker-edit-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.999%203.002c0-.873-1.04-1.327-1.68-.733L6.447%205.863a.5.5%200%200%201-.34.133H3.5a1.5%201.5%200%200%200-1.5%201.5v5.001a1.5%201.5%200%200%200%201.5%201.5h2.607a.5.5%200%200%201%20.34.134L9.28%2016.76l.152-.607c.14-.562.431-1.075.84-1.485L12%2012.94zm3.96%201.66a7.97%207.97%200%200%201%201.988%204.453a2.9%202.9%200%200%200-1.022-.11a6.97%206.97%200%200%200-1.711-3.675a.5.5%200%200%201%20.744-.667m-1.2%202.585c.416.72.65%201.496.717%202.274a3%203%200%200%200-.375.317l-.63.629a4.48%204.48%200%200%200-.578-2.72a.5.5%200%200%201%20.866-.5m-3.78%208.128l4.829-4.83a1.87%201.87%200%201%201%202.644%202.645l-4.829%204.83a2.2%202.2%200%200%201-1.02.578l-1.498.375a.89.89%200%200%201-1.078-1.08l.374-1.497c.097-.387.296-.74.578-1.021%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.999%203.002c0-.873-1.04-1.327-1.68-.733L6.447%205.863a.5.5%200%200%201-.34.133H3.5a1.5%201.5%200%200%200-1.5%201.5v5.001a1.5%201.5%200%200%200%201.5%201.5h2.607a.5.5%200%200%201%20.34.134L9.28%2016.76l.152-.607c.14-.562.431-1.075.84-1.485L12%2012.94zm3.96%201.66a7.97%207.97%200%200%201%201.988%204.453a2.9%202.9%200%200%200-1.022-.11a6.97%206.97%200%200%200-1.711-3.675a.5.5%200%200%201%20.744-.667m-1.2%202.585c.416.72.65%201.496.717%202.274a3%203%200%200%200-.375.317l-.63.629a4.48%204.48%200%200%200-.578-2.72a.5.5%200%200%201%20.866-.5m-3.78%208.128l4.829-4.83a1.87%201.87%200%201%201%202.644%202.645l-4.829%204.83a2.2%202.2%200%200%201-1.02.578l-1.498.375a.89.89%200%200%201-1.078-1.08l.374-1.497c.097-.387.296-.74.578-1.021%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/speaker-edit-20-filled.svg?color=%231a73e8&size=48