speaker-edit-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.

Name
speaker-edit-24-filled
Set
Fluent UI System Icons
Style
24 Filled
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.252v11.103l-2.51 2.51a3.7 3.7 0 0 0-.939 1.597l-3.123-2.776a.75.75 0 0 0-.498-.19H4.25A2.25 2.25 0 0 1 2 14.246V9.75A2.25 2.25 0 0 1 4.25 7.5h3.68a.75.75 0 0 0 .497-.19l4.492-3.992c.806-.716 2.08-.144 2.08.934m3.392 7.71q.274-.272.59-.467a7 7 0 0 0-.823-2.822a.75.75 0 0 0-1.319.714c.42.777.66 1.666.66 2.614q0 .478-.08.933zm2.05-.95a3.3 3.3 0 0 1 1.53.237a9.95 9.95 0 0 0-1.932-5.194a.75.75 0 0 0-1.205.893a8.45 8.45 0 0 1 1.608 4.064m-1.343 1.658l-5.901 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 FluentSpeakerEdit24Filled(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.252v11.103l-2.51 2.51a3.7 3.7 0 0 0-.939 1.597l-3.123-2.776a.75.75 0 0 0-.498-.19H4.25A2.25 2.25 0 0 1 2 14.246V9.75A2.25 2.25 0 0 1 4.25 7.5h3.68a.75.75 0 0 0 .497-.19l4.492-3.992c.806-.716 2.08-.144 2.08.934m3.392 7.71q.274-.272.59-.467a7 7 0 0 0-.823-2.822a.75.75 0 0 0-1.319.714c.42.777.66 1.666.66 2.614q0 .478-.08.933zm2.05-.95a3.3 3.3 0 0 1 1.53.237a9.95 9.95 0 0 0-1.932-5.194a.75.75 0 0 0-1.205.893a8.45 8.45 0 0 1 1.608 4.064m-1.343 1.658l-5.901 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.252v11.103l-2.51 2.51a3.7 3.7 0 0 0-.939 1.597l-3.123-2.776a.75.75 0 0 0-.498-.19H4.25A2.25 2.25 0 0 1 2 14.246V9.75A2.25 2.25 0 0 1 4.25 7.5h3.68a.75.75 0 0 0 .497-.19l4.492-3.992c.806-.716 2.08-.144 2.08.934m3.392 7.71q.274-.272.59-.467a7 7 0 0 0-.823-2.822a.75.75 0 0 0-1.319.714c.42.777.66 1.666.66 2.614q0 .478-.08.933zm2.05-.95a3.3 3.3 0 0 1 1.53.237a9.95 9.95 0 0 0-1.932-5.194a.75.75 0 0 0-1.205.893a8.45 8.45 0 0 1 1.608 4.064m-1.343 1.658l-5.901 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-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.999%204.252v11.103l-2.51%202.51a3.7%203.7%200%200%200-.939%201.597l-3.123-2.776a.75.75%200%200%200-.498-.19H4.25A2.25%202.25%200%200%201%202%2014.246V9.75A2.25%202.25%200%200%201%204.25%207.5h3.68a.75.75%200%200%200%20.497-.19l4.492-3.992c.806-.716%202.08-.144%202.08.934m3.392%207.71q.274-.272.59-.467a7%207%200%200%200-.823-2.822a.75.75%200%200%200-1.319.714c.42.777.66%201.666.66%202.614q0%20.478-.08.933zm2.05-.95a3.3%203.3%200%200%201%201.53.237a9.95%209.95%200%200%200-1.932-5.194a.75.75%200%200%200-1.205.893a8.45%208.45%200%200%201%201.608%204.064m-1.343%201.658l-5.901%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.252v11.103l-2.51%202.51a3.7%203.7%200%200%200-.939%201.597l-3.123-2.776a.75.75%200%200%200-.498-.19H4.25A2.25%202.25%200%200%201%202%2014.246V9.75A2.25%202.25%200%200%201%204.25%207.5h3.68a.75.75%200%200%200%20.497-.19l4.492-3.992c.806-.716%202.08-.144%202.08.934m3.392%207.71q.274-.272.59-.467a7%207%200%200%200-.823-2.822a.75.75%200%200%200-1.319.714c.42.777.66%201.666.66%202.614q0%20.478-.08.933zm2.05-.95a3.3%203.3%200%200%201%201.53.237a9.95%209.95%200%200%200-1.932-5.194a.75.75%200%200%200-1.205.893a8.45%208.45%200%200%201%201.608%204.064m-1.343%201.658l-5.901%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-filled.svg?color=%231a73e8&size=48