speaker-edit-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.

Name
speaker-edit-20-regular
Set
Fluent UI System Icons
Style
20 Regular
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.997 3.002c0-.873-1.04-1.327-1.68-.733l-3.87 3.594a.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.606a.5.5 0 0 1 .34.134l2.834 2.631l.153-.609q.06-.24.156-.469l-2.463-2.286a1.5 1.5 0 0 0-1.02-.4H3.5a.5.5 0 0 1-.5-.5V7.496a.5.5 0 0 1 .5-.5h2.606a1.5 1.5 0 0 0 1.02-.401l3.872-3.594v10.941l1-1zm3.965 1.66a7.97 7.97 0 0 1 1.988 4.454a2.9 2.9 0 0 0-1.022-.112a6.97 6.97 0 0 0-1.71-3.674a.5.5 0 0 1 .744-.667m-1.2 2.585c.416.72.65 1.495.718 2.272q-.2.14-.379.319l-.626.626a4.5 4.5 0 0 0-.578-2.717a.5.5 0 0 1 .865-.5m-3.782 8.128l4.828-4.83a1.87 1.87 0 1 1 2.644 2.645l-4.828 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.497a2.2 2.2 0 0 1 .578-1.021"/></svg>

React

import type { SVGProps } from "react";

export function FluentSpeakerEdit20Regular(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.997 3.002c0-.873-1.04-1.327-1.68-.733l-3.87 3.594a.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.606a.5.5 0 0 1 .34.134l2.834 2.631l.153-.609q.06-.24.156-.469l-2.463-2.286a1.5 1.5 0 0 0-1.02-.4H3.5a.5.5 0 0 1-.5-.5V7.496a.5.5 0 0 1 .5-.5h2.606a1.5 1.5 0 0 0 1.02-.401l3.872-3.594v10.941l1-1zm3.965 1.66a7.97 7.97 0 0 1 1.988 4.454a2.9 2.9 0 0 0-1.022-.112a6.97 6.97 0 0 0-1.71-3.674a.5.5 0 0 1 .744-.667m-1.2 2.585c.416.72.65 1.495.718 2.272q-.2.14-.379.319l-.626.626a4.5 4.5 0 0 0-.578-2.717a.5.5 0 0 1 .865-.5m-3.782 8.128l4.828-4.83a1.87 1.87 0 1 1 2.644 2.645l-4.828 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.497a2.2 2.2 0 0 1 .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.997 3.002c0-.873-1.04-1.327-1.68-.733l-3.87 3.594a.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.606a.5.5 0 0 1 .34.134l2.834 2.631l.153-.609q.06-.24.156-.469l-2.463-2.286a1.5 1.5 0 0 0-1.02-.4H3.5a.5.5 0 0 1-.5-.5V7.496a.5.5 0 0 1 .5-.5h2.606a1.5 1.5 0 0 0 1.02-.401l3.872-3.594v10.941l1-1zm3.965 1.66a7.97 7.97 0 0 1 1.988 4.454a2.9 2.9 0 0 0-1.022-.112a6.97 6.97 0 0 0-1.71-3.674a.5.5 0 0 1 .744-.667m-1.2 2.585c.416.72.65 1.495.718 2.272q-.2.14-.379.319l-.626.626a4.5 4.5 0 0 0-.578-2.717a.5.5 0 0 1 .865-.5m-3.782 8.128l4.828-4.83a1.87 1.87 0 1 1 2.644 2.645l-4.828 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.497a2.2 2.2 0 0 1 .578-1.021"/></svg>
</template>

CSS

.icon-speaker-edit-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.997%203.002c0-.873-1.04-1.327-1.68-.733l-3.87%203.594a.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.606a.5.5%200%200%201%20.34.134l2.834%202.631l.153-.609q.06-.24.156-.469l-2.463-2.286a1.5%201.5%200%200%200-1.02-.4H3.5a.5.5%200%200%201-.5-.5V7.496a.5.5%200%200%201%20.5-.5h2.606a1.5%201.5%200%200%200%201.02-.401l3.872-3.594v10.941l1-1zm3.965%201.66a7.97%207.97%200%200%201%201.988%204.454a2.9%202.9%200%200%200-1.022-.112a6.97%206.97%200%200%200-1.71-3.674a.5.5%200%200%201%20.744-.667m-1.2%202.585c.416.72.65%201.495.718%202.272q-.2.14-.379.319l-.626.626a4.5%204.5%200%200%200-.578-2.717a.5.5%200%200%201%20.865-.5m-3.782%208.128l4.828-4.83a1.87%201.87%200%201%201%202.644%202.645l-4.828%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.497a2.2%202.2%200%200%201%20.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.997%203.002c0-.873-1.04-1.327-1.68-.733l-3.87%203.594a.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.606a.5.5%200%200%201%20.34.134l2.834%202.631l.153-.609q.06-.24.156-.469l-2.463-2.286a1.5%201.5%200%200%200-1.02-.4H3.5a.5.5%200%200%201-.5-.5V7.496a.5.5%200%200%201%20.5-.5h2.606a1.5%201.5%200%200%200%201.02-.401l3.872-3.594v10.941l1-1zm3.965%201.66a7.97%207.97%200%200%201%201.988%204.454a2.9%202.9%200%200%200-1.022-.112a6.97%206.97%200%200%200-1.71-3.674a.5.5%200%200%201%20.744-.667m-1.2%202.585c.416.72.65%201.495.718%202.272q-.2.14-.379.319l-.626.626a4.5%204.5%200%200%200-.578-2.717a.5.5%200%200%201%20.865-.5m-3.782%208.128l4.828-4.83a1.87%201.87%200%201%201%202.644%202.645l-4.828%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.497a2.2%202.2%200%200%201%20.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-regular.svg?color=%231a73e8&size=48