speaker edit icon
speaker-edit-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- speaker-edit-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 speaker edit icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.999 4.252c0-1.078-1.274-1.65-2.08-.934L8.427 7.311a.75.75 0 0 1-.498.19H4.25A2.25 2.25 0 0 0 2 9.75v4.497a2.25 2.25 0 0 0 2.25 2.25h3.68a.75.75 0 0 1 .497.189l3.123 2.776a3.7 3.7 0 0 1 .724-1.363l-2.85-2.534a2.25 2.25 0 0 0-1.495-.569H4.25a.75.75 0 0 1-.75-.75V9.75A.75.75 0 0 1 4.25 9h3.68a2.25 2.25 0 0 0 1.495-.569L13.5 4.809v12.046l1.5-1.5zm5.04 1.803a9.95 9.95 0 0 1 1.931 5.194a3.3 3.3 0 0 0-1.528-.237a8.45 8.45 0 0 0-1.608-4.064a.75.75 0 1 1 1.205-.893m-1.88 2.618c.46.85.749 1.807.822 2.822q-.316.195-.59.468l-.971.971q.078-.455.079-.933a5.5 5.5 0 0 0-.66-2.614a.75.75 0 1 1 1.32-.714m.94 3.997l-5.902 5.901a2.7 2.7 0 0 0-.707 1.247l-.457 1.83a1.087 1.087 0 0 0 1.318 1.319l1.83-.458a2.7 2.7 0 0 0 1.248-.706l5.902-5.901a2.285 2.285 0 1 0-3.233-3.232"/></svg>
React
import type { SVGProps } from "react";
export function FluentSpeakerEdit24Regular(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="M14.999 4.252c0-1.078-1.274-1.65-2.08-.934L8.427 7.311a.75.75 0 0 1-.498.19H4.25A2.25 2.25 0 0 0 2 9.75v4.497a2.25 2.25 0 0 0 2.25 2.25h3.68a.75.75 0 0 1 .497.189l3.123 2.776a3.7 3.7 0 0 1 .724-1.363l-2.85-2.534a2.25 2.25 0 0 0-1.495-.569H4.25a.75.75 0 0 1-.75-.75V9.75A.75.75 0 0 1 4.25 9h3.68a2.25 2.25 0 0 0 1.495-.569L13.5 4.809v12.046l1.5-1.5zm5.04 1.803a9.95 9.95 0 0 1 1.931 5.194a3.3 3.3 0 0 0-1.528-.237a8.45 8.45 0 0 0-1.608-4.064a.75.75 0 1 1 1.205-.893m-1.88 2.618c.46.85.749 1.807.822 2.822q-.316.195-.59.468l-.971.971q.078-.455.079-.933a5.5 5.5 0 0 0-.66-2.614a.75.75 0 1 1 1.32-.714m.94 3.997l-5.902 5.901a2.7 2.7 0 0 0-.707 1.247l-.457 1.83a1.087 1.087 0 0 0 1.318 1.319l1.83-.458a2.7 2.7 0 0 0 1.248-.706l5.902-5.901a2.285 2.285 0 1 0-3.233-3.232"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.999 4.252c0-1.078-1.274-1.65-2.08-.934L8.427 7.311a.75.75 0 0 1-.498.19H4.25A2.25 2.25 0 0 0 2 9.75v4.497a2.25 2.25 0 0 0 2.25 2.25h3.68a.75.75 0 0 1 .497.189l3.123 2.776a3.7 3.7 0 0 1 .724-1.363l-2.85-2.534a2.25 2.25 0 0 0-1.495-.569H4.25a.75.75 0 0 1-.75-.75V9.75A.75.75 0 0 1 4.25 9h3.68a2.25 2.25 0 0 0 1.495-.569L13.5 4.809v12.046l1.5-1.5zm5.04 1.803a9.95 9.95 0 0 1 1.931 5.194a3.3 3.3 0 0 0-1.528-.237a8.45 8.45 0 0 0-1.608-4.064a.75.75 0 1 1 1.205-.893m-1.88 2.618c.46.85.749 1.807.822 2.822q-.316.195-.59.468l-.971.971q.078-.455.079-.933a5.5 5.5 0 0 0-.66-2.614a.75.75 0 1 1 1.32-.714m.94 3.997l-5.902 5.901a2.7 2.7 0 0 0-.707 1.247l-.457 1.83a1.087 1.087 0 0 0 1.318 1.319l1.83-.458a2.7 2.7 0 0 0 1.248-.706l5.902-5.901a2.285 2.285 0 1 0-3.233-3.232"/></svg> </template>
CSS
.icon-speaker-edit-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%22M14.999%204.252c0-1.078-1.274-1.65-2.08-.934L8.427%207.311a.75.75%200%200%201-.498.19H4.25A2.25%202.25%200%200%200%202%209.75v4.497a2.25%202.25%200%200%200%202.25%202.25h3.68a.75.75%200%200%201%20.497.189l3.123%202.776a3.7%203.7%200%200%201%20.724-1.363l-2.85-2.534a2.25%202.25%200%200%200-1.495-.569H4.25a.75.75%200%200%201-.75-.75V9.75A.75.75%200%200%201%204.25%209h3.68a2.25%202.25%200%200%200%201.495-.569L13.5%204.809v12.046l1.5-1.5zm5.04%201.803a9.95%209.95%200%200%201%201.931%205.194a3.3%203.3%200%200%200-1.528-.237a8.45%208.45%200%200%200-1.608-4.064a.75.75%200%201%201%201.205-.893m-1.88%202.618c.46.85.749%201.807.822%202.822q-.316.195-.59.468l-.971.971q.078-.455.079-.933a5.5%205.5%200%200%200-.66-2.614a.75.75%200%201%201%201.32-.714m.94%203.997l-5.902%205.901a2.7%202.7%200%200%200-.707%201.247l-.457%201.83a1.087%201.087%200%200%200%201.318%201.319l1.83-.458a2.7%202.7%200%200%200%201.248-.706l5.902-5.901a2.285%202.285%200%201%200-3.233-3.232%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%22M14.999%204.252c0-1.078-1.274-1.65-2.08-.934L8.427%207.311a.75.75%200%200%201-.498.19H4.25A2.25%202.25%200%200%200%202%209.75v4.497a2.25%202.25%200%200%200%202.25%202.25h3.68a.75.75%200%200%201%20.497.189l3.123%202.776a3.7%203.7%200%200%201%20.724-1.363l-2.85-2.534a2.25%202.25%200%200%200-1.495-.569H4.25a.75.75%200%200%201-.75-.75V9.75A.75.75%200%200%201%204.25%209h3.68a2.25%202.25%200%200%200%201.495-.569L13.5%204.809v12.046l1.5-1.5zm5.04%201.803a9.95%209.95%200%200%201%201.931%205.194a3.3%203.3%200%200%200-1.528-.237a8.45%208.45%200%200%200-1.608-4.064a.75.75%200%201%201%201.205-.893m-1.88%202.618c.46.85.749%201.807.822%202.822q-.316.195-.59.468l-.971.971q.078-.455.079-.933a5.5%205.5%200%200%200-.66-2.614a.75.75%200%201%201%201.32-.714m.94%203.997l-5.902%205.901a2.7%202.7%200%200%200-.707%201.247l-.457%201.83a1.087%201.087%200%200%200%201.318%201.319l1.83-.458a2.7%202.7%200%200%200%201.248-.706l5.902-5.901a2.285%202.285%200%201%200-3.233-3.232%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/speaker-edit-24-regular.svg?color=%231a73e8&size=48