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

Name
megaphone-circle-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the megaphone circle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.5 12a8.5 8.5 0 1 1 17 0a8.5 8.5 0 0 1-17 0M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10s10-4.477 10-10S17.523 2 12 2m2.64 5.107a1.75 1.75 0 0 1 2.357 1.641v6.5a1.75 1.75 0 0 1-2.357 1.642l-1.562-.578A2.626 2.626 0 0 1 8 15.375v-.941l-.861-.319a1.75 1.75 0 0 1-1.143-1.641v-.95A1.75 1.75 0 0 1 7.14 9.881zM9.5 14.988v.387a1.125 1.125 0 0 0 2.17.416zm5.997-6.24a.25.25 0 0 0-.336-.234l-7.502 2.775a.25.25 0 0 0-.163.234v.95a.25.25 0 0 0 .163.235l7.502 2.775a.25.25 0 0 0 .336-.235z"/></svg>

React

import type { SVGProps } from "react";

export function FluentMegaphoneCircle24Regular(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="M3.5 12a8.5 8.5 0 1 1 17 0a8.5 8.5 0 0 1-17 0M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10s10-4.477 10-10S17.523 2 12 2m2.64 5.107a1.75 1.75 0 0 1 2.357 1.641v6.5a1.75 1.75 0 0 1-2.357 1.642l-1.562-.578A2.626 2.626 0 0 1 8 15.375v-.941l-.861-.319a1.75 1.75 0 0 1-1.143-1.641v-.95A1.75 1.75 0 0 1 7.14 9.881zM9.5 14.988v.387a1.125 1.125 0 0 0 2.17.416zm5.997-6.24a.25.25 0 0 0-.336-.234l-7.502 2.775a.25.25 0 0 0-.163.234v.95a.25.25 0 0 0 .163.235l7.502 2.775a.25.25 0 0 0 .336-.235z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.5 12a8.5 8.5 0 1 1 17 0a8.5 8.5 0 0 1-17 0M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10s10-4.477 10-10S17.523 2 12 2m2.64 5.107a1.75 1.75 0 0 1 2.357 1.641v6.5a1.75 1.75 0 0 1-2.357 1.642l-1.562-.578A2.626 2.626 0 0 1 8 15.375v-.941l-.861-.319a1.75 1.75 0 0 1-1.143-1.641v-.95A1.75 1.75 0 0 1 7.14 9.881zM9.5 14.988v.387a1.125 1.125 0 0 0 2.17.416zm5.997-6.24a.25.25 0 0 0-.336-.234l-7.502 2.775a.25.25 0 0 0-.163.234v.95a.25.25 0 0 0 .163.235l7.502 2.775a.25.25 0 0 0 .336-.235z"/></svg>
</template>

CSS

.icon-megaphone-circle-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%22M3.5%2012a8.5%208.5%200%201%201%2017%200a8.5%208.5%200%200%201-17%200M12%202C6.477%202%202%206.477%202%2012s4.477%2010%2010%2010s10-4.477%2010-10S17.523%202%2012%202m2.64%205.107a1.75%201.75%200%200%201%202.357%201.641v6.5a1.75%201.75%200%200%201-2.357%201.642l-1.562-.578A2.626%202.626%200%200%201%208%2015.375v-.941l-.861-.319a1.75%201.75%200%200%201-1.143-1.641v-.95A1.75%201.75%200%200%201%207.14%209.881zM9.5%2014.988v.387a1.125%201.125%200%200%200%202.17.416zm5.997-6.24a.25.25%200%200%200-.336-.234l-7.502%202.775a.25.25%200%200%200-.163.234v.95a.25.25%200%200%200%20.163.235l7.502%202.775a.25.25%200%200%200%20.336-.235z%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%22M3.5%2012a8.5%208.5%200%201%201%2017%200a8.5%208.5%200%200%201-17%200M12%202C6.477%202%202%206.477%202%2012s4.477%2010%2010%2010s10-4.477%2010-10S17.523%202%2012%202m2.64%205.107a1.75%201.75%200%200%201%202.357%201.641v6.5a1.75%201.75%200%200%201-2.357%201.642l-1.562-.578A2.626%202.626%200%200%201%208%2015.375v-.941l-.861-.319a1.75%201.75%200%200%201-1.143-1.641v-.95A1.75%201.75%200%200%201%207.14%209.881zM9.5%2014.988v.387a1.125%201.125%200%200%200%202.17.416zm5.997-6.24a.25.25%200%200%200-.336-.234l-7.502%202.775a.25.25%200%200%200-.163.234v.95a.25.25%200%200%200%20.163.235l7.502%202.775a.25.25%200%200%200%20.336-.235z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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