megaphone 01 icon

megaphone-01 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
megaphone-01
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the megaphone 01 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M9 14V6H6c-.93 0-1.395 0-1.776.102a3 3 0 0 0-2.122 2.122C2 8.605 2 9.07 2 10s0 1.395.102 1.777a3 3 0 0 0 2.122 2.12C4.605 14 5.07 14 6 14zm0 0l.965 4.823Q10 19 10 19.18v.161a1.659 1.659 0 0 1-3.281.348L5.5 14M10 6H9v8h1a6 6 0 0 1 3.6 1.2l2.147 1.61a.95.95 0 0 0 .57.19c.408 0 .774-.26.892-.65c.345-1.143.791-3.077.791-6.35s-.446-5.207-.791-6.35a.93.93 0 0 0-.893-.65a.95.95 0 0 0-.569.19L13.6 4.8A6 6 0 0 1 10 6m11 4h1m-1.5-3.999l1-.595M20.5 14l1 .648"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsMegaphone01(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M9 14V6H6c-.93 0-1.395 0-1.776.102a3 3 0 0 0-2.122 2.122C2 8.605 2 9.07 2 10s0 1.395.102 1.777a3 3 0 0 0 2.122 2.12C4.605 14 5.07 14 6 14zm0 0l.965 4.823Q10 19 10 19.18v.161a1.659 1.659 0 0 1-3.281.348L5.5 14M10 6H9v8h1a6 6 0 0 1 3.6 1.2l2.147 1.61a.95.95 0 0 0 .57.19c.408 0 .774-.26.892-.65c.345-1.143.791-3.077.791-6.35s-.446-5.207-.791-6.35a.93.93 0 0 0-.893-.65a.95.95 0 0 0-.569.19L13.6 4.8A6 6 0 0 1 10 6m11 4h1m-1.5-3.999l1-.595M20.5 14l1 .648"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M9 14V6H6c-.93 0-1.395 0-1.776.102a3 3 0 0 0-2.122 2.122C2 8.605 2 9.07 2 10s0 1.395.102 1.777a3 3 0 0 0 2.122 2.12C4.605 14 5.07 14 6 14zm0 0l.965 4.823Q10 19 10 19.18v.161a1.659 1.659 0 0 1-3.281.348L5.5 14M10 6H9v8h1a6 6 0 0 1 3.6 1.2l2.147 1.61a.95.95 0 0 0 .57.19c.408 0 .774-.26.892-.65c.345-1.143.791-3.077.791-6.35s-.446-5.207-.791-6.35a.93.93 0 0 0-.893-.65a.95.95 0 0 0-.569.19L13.6 4.8A6 6 0 0 1 10 6m11 4h1m-1.5-3.999l1-.595M20.5 14l1 .648"/></svg>
</template>

CSS

.icon-megaphone-01 {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M9%2014V6H6c-.93%200-1.395%200-1.776.102a3%203%200%200%200-2.122%202.122C2%208.605%202%209.07%202%2010s0%201.395.102%201.777a3%203%200%200%200%202.122%202.12C4.605%2014%205.07%2014%206%2014zm0%200l.965%204.823Q10%2019%2010%2019.18v.161a1.659%201.659%200%200%201-3.281.348L5.5%2014M10%206H9v8h1a6%206%200%200%201%203.6%201.2l2.147%201.61a.95.95%200%200%200%20.57.19c.408%200%20.774-.26.892-.65c.345-1.143.791-3.077.791-6.35s-.446-5.207-.791-6.35a.93.93%200%200%200-.893-.65a.95.95%200%200%200-.569.19L13.6%204.8A6%206%200%200%201%2010%206m11%204h1m-1.5-3.999l1-.595M20.5%2014l1%20.648%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M9%2014V6H6c-.93%200-1.395%200-1.776.102a3%203%200%200%200-2.122%202.122C2%208.605%202%209.07%202%2010s0%201.395.102%201.777a3%203%200%200%200%202.122%202.12C4.605%2014%205.07%2014%206%2014zm0%200l.965%204.823Q10%2019%2010%2019.18v.161a1.659%201.659%200%200%201-3.281.348L5.5%2014M10%206H9v8h1a6%206%200%200%201%203.6%201.2l2.147%201.61a.95.95%200%200%200%20.57.19c.408%200%20.774-.26.892-.65c.345-1.143.791-3.077.791-6.35s-.446-5.207-.791-6.35a.93.93%200%200%200-.893-.65a.95.95%200%200%200-.569.19L13.6%204.8A6%206%200%200%201%2010%206m11%204h1m-1.5-3.999l1-.595M20.5%2014l1%20.648%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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