megaphone a icon

megaphone-a from Mage Icons by MageIcons · Outline · Apache-2.0 Free for personal and commercial use.

Name
megaphone-a
Set
Mage Icons
Style
Outline
Viewbox
24×24
License
Apache 2.0

1 other variant in Mage Icons

Related icons in Mage Icons

Use the megaphone a icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="m5.549 10.819l-1.826 1.615a1.414 1.414 0 0 0-.288 1.77l1.653 2.9a1.404 1.404 0 0 0 1.662.629l2.297-.783z"/><path d="M9.258 4.59a26.7 26.7 0 0 1-1.71 4.072a7.2 7.2 0 0 1-2 2.157l3.499 6.112a7.3 7.3 0 0 1 2.882-.668c1.464.066 2.92.25 4.353.552"/><path d="m9.253 4.591l1.215-.706a1.395 1.395 0 0 1 1.917.517l5.607 9.774a1.42 1.42 0 0 1-.519 1.92l-1.215.707zM3.56 14.416l-.606.358a1.4 1.4 0 0 0-.658.86a1.4 1.4 0 0 0 .149 1.074a1.4 1.4 0 0 0 .854.662a1.38 1.38 0 0 0 1.068-.149l.567-.358m4.804-.203l1.701 2.97a1.44 1.44 0 0 1-.509 1.933a1.404 1.404 0 0 1-1.922-.522l-1.922-3.414m12.55-10.735l-2.498 1.45m4.612 3.531h-2.883M16.225 2.25l-1.442 2.515"/></g></svg>

React

import type { SVGProps } from "react";

export function MageMegaphoneA(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="m5.549 10.819l-1.826 1.615a1.414 1.414 0 0 0-.288 1.77l1.653 2.9a1.404 1.404 0 0 0 1.662.629l2.297-.783z"/><path d="M9.258 4.59a26.7 26.7 0 0 1-1.71 4.072a7.2 7.2 0 0 1-2 2.157l3.499 6.112a7.3 7.3 0 0 1 2.882-.668c1.464.066 2.92.25 4.353.552"/><path d="m9.253 4.591l1.215-.706a1.395 1.395 0 0 1 1.917.517l5.607 9.774a1.42 1.42 0 0 1-.519 1.92l-1.215.707zM3.56 14.416l-.606.358a1.4 1.4 0 0 0-.658.86a1.4 1.4 0 0 0 .149 1.074a1.4 1.4 0 0 0 .854.662a1.38 1.38 0 0 0 1.068-.149l.567-.358m4.804-.203l1.701 2.97a1.44 1.44 0 0 1-.509 1.933a1.404 1.404 0 0 1-1.922-.522l-1.922-3.414m12.55-10.735l-2.498 1.45m4.612 3.531h-2.883M16.225 2.25l-1.442 2.515"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="m5.549 10.819l-1.826 1.615a1.414 1.414 0 0 0-.288 1.77l1.653 2.9a1.404 1.404 0 0 0 1.662.629l2.297-.783z"/><path d="M9.258 4.59a26.7 26.7 0 0 1-1.71 4.072a7.2 7.2 0 0 1-2 2.157l3.499 6.112a7.3 7.3 0 0 1 2.882-.668c1.464.066 2.92.25 4.353.552"/><path d="m9.253 4.591l1.215-.706a1.395 1.395 0 0 1 1.917.517l5.607 9.774a1.42 1.42 0 0 1-.519 1.92l-1.215.707zM3.56 14.416l-.606.358a1.4 1.4 0 0 0-.658.86a1.4 1.4 0 0 0 .149 1.074a1.4 1.4 0 0 0 .854.662a1.38 1.38 0 0 0 1.068-.149l.567-.358m4.804-.203l1.701 2.97a1.44 1.44 0 0 1-.509 1.933a1.404 1.404 0 0 1-1.922-.522l-1.922-3.414m12.55-10.735l-2.498 1.45m4.612 3.531h-2.883M16.225 2.25l-1.442 2.515"/></g></svg>
</template>

CSS

.icon-megaphone-a {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22m5.549%2010.819l-1.826%201.615a1.414%201.414%200%200%200-.288%201.77l1.653%202.9a1.404%201.404%200%200%200%201.662.629l2.297-.783z%22%2F%3E%3Cpath%20d%3D%22M9.258%204.59a26.7%2026.7%200%200%201-1.71%204.072a7.2%207.2%200%200%201-2%202.157l3.499%206.112a7.3%207.3%200%200%201%202.882-.668c1.464.066%202.92.25%204.353.552%22%2F%3E%3Cpath%20d%3D%22m9.253%204.591l1.215-.706a1.395%201.395%200%200%201%201.917.517l5.607%209.774a1.42%201.42%200%200%201-.519%201.92l-1.215.707zM3.56%2014.416l-.606.358a1.4%201.4%200%200%200-.658.86a1.4%201.4%200%200%200%20.149%201.074a1.4%201.4%200%200%200%20.854.662a1.38%201.38%200%200%200%201.068-.149l.567-.358m4.804-.203l1.701%202.97a1.44%201.44%200%200%201-.509%201.933a1.404%201.404%200%200%201-1.922-.522l-1.922-3.414m12.55-10.735l-2.498%201.45m4.612%203.531h-2.883M16.225%202.25l-1.442%202.515%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22m5.549%2010.819l-1.826%201.615a1.414%201.414%200%200%200-.288%201.77l1.653%202.9a1.404%201.404%200%200%200%201.662.629l2.297-.783z%22%2F%3E%3Cpath%20d%3D%22M9.258%204.59a26.7%2026.7%200%200%201-1.71%204.072a7.2%207.2%200%200%201-2%202.157l3.499%206.112a7.3%207.3%200%200%201%202.882-.668c1.464.066%202.92.25%204.353.552%22%2F%3E%3Cpath%20d%3D%22m9.253%204.591l1.215-.706a1.395%201.395%200%200%201%201.917.517l5.607%209.774a1.42%201.42%200%200%201-.519%201.92l-1.215.707zM3.56%2014.416l-.606.358a1.4%201.4%200%200%200-.658.86a1.4%201.4%200%200%200%20.149%201.074a1.4%201.4%200%200%200%20.854.662a1.38%201.38%200%200%200%201.068-.149l.567-.358m4.804-.203l1.701%202.97a1.44%201.44%200%200%201-.509%201.933a1.404%201.404%200%200%201-1.922-.522l-1.922-3.414m12.55-10.735l-2.498%201.45m4.612%203.531h-2.883M16.225%202.25l-1.442%202.515%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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