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

Name
megaphone-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
License
MIT

9 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the megaphone icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.907 5.622q.093.314.093.641V17.74a2.25 2.25 0 0 1-2.891 2.156l-5.514-1.64a4.002 4.002 0 0 1-7.59-1.556L6 16.5l-.001-.5l-2.39-.711A2.25 2.25 0 0 1 2 13.131V10.87a2.25 2.25 0 0 1 1.61-2.156l15.5-4.606a2.25 2.25 0 0 1 2.797 1.515M7.499 16.445l.001.054a2.5 2.5 0 0 0 4.624 1.321z"/></svg>

React

import type { SVGProps } from "react";

export function FluentMegaphone24Filled(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="M21.907 5.622q.093.314.093.641V17.74a2.25 2.25 0 0 1-2.891 2.156l-5.514-1.64a4.002 4.002 0 0 1-7.59-1.556L6 16.5l-.001-.5l-2.39-.711A2.25 2.25 0 0 1 2 13.131V10.87a2.25 2.25 0 0 1 1.61-2.156l15.5-4.606a2.25 2.25 0 0 1 2.797 1.515M7.499 16.445l.001.054a2.5 2.5 0 0 0 4.624 1.321z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.907 5.622q.093.314.093.641V17.74a2.25 2.25 0 0 1-2.891 2.156l-5.514-1.64a4.002 4.002 0 0 1-7.59-1.556L6 16.5l-.001-.5l-2.39-.711A2.25 2.25 0 0 1 2 13.131V10.87a2.25 2.25 0 0 1 1.61-2.156l15.5-4.606a2.25 2.25 0 0 1 2.797 1.515M7.499 16.445l.001.054a2.5 2.5 0 0 0 4.624 1.321z"/></svg>
</template>

CSS

.icon-megaphone-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%22M21.907%205.622q.093.314.093.641V17.74a2.25%202.25%200%200%201-2.891%202.156l-5.514-1.64a4.002%204.002%200%200%201-7.59-1.556L6%2016.5l-.001-.5l-2.39-.711A2.25%202.25%200%200%201%202%2013.131V10.87a2.25%202.25%200%200%201%201.61-2.156l15.5-4.606a2.25%202.25%200%200%201%202.797%201.515M7.499%2016.445l.001.054a2.5%202.5%200%200%200%204.624%201.321z%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%22M21.907%205.622q.093.314.093.641V17.74a2.25%202.25%200%200%201-2.891%202.156l-5.514-1.64a4.002%204.002%200%200%201-7.59-1.556L6%2016.5l-.001-.5l-2.39-.711A2.25%202.25%200%200%201%202%2013.131V10.87a2.25%202.25%200%200%201%201.61-2.156l15.5-4.606a2.25%202.25%200%200%201%202.797%201.515M7.499%2016.445l.001.054a2.5%202.5%200%200%200%204.624%201.321z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/megaphone-24-filled.svg?color=%231a73e8&size=48