megaphone from Keyline Icons by Keyline Icons · Stroke · MIT Free for personal and commercial use.

Name
megaphone
Set
Keyline Icons
Style
Stroke
Viewbox
24×24
License
MIT

7 other variants in Keyline Icons

The same icon in other sets

Use the megaphone 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="2" d="M16 5.5C17.42 4.886 18.788 4.02 20 3.214C20.186 3.095 20.407 3.022 20.638 3.004C20.869 2.986 21.101 3.024 21.309 3.113C21.517 3.202 21.691 3.339 21.813 3.508C21.935 3.677 22 3.872 22 4.071V17.429C22 17.628 21.935 17.823 21.813 17.992C21.691 18.161 21.517 18.298 21.309 18.387C21.101 18.476 20.869 18.516 20.638 18.496C20.407 18.478 20.186 18.405 20 18.286C18.788 17.48 17.42 16.614 16 16C14.849 15.4 13.664 15 12.5 15H5C3.34315 15 2 13.6569 2 12V9.5C2 7.84315 3.34315 6.5 5 6.5H12.5C13.664 6.5 14.849 6.1 16 5.5ZM10 15V19C10 20.1046 9.10457 21 8 21C6.2 21 5.5 18.5 5.5 15M16 5.5V16"/></svg>

React

import type { SVGProps } from "react";

export function KeylineIconsMegaphone(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="2" d="M16 5.5C17.42 4.886 18.788 4.02 20 3.214C20.186 3.095 20.407 3.022 20.638 3.004C20.869 2.986 21.101 3.024 21.309 3.113C21.517 3.202 21.691 3.339 21.813 3.508C21.935 3.677 22 3.872 22 4.071V17.429C22 17.628 21.935 17.823 21.813 17.992C21.691 18.161 21.517 18.298 21.309 18.387C21.101 18.476 20.869 18.516 20.638 18.496C20.407 18.478 20.186 18.405 20 18.286C18.788 17.48 17.42 16.614 16 16C14.849 15.4 13.664 15 12.5 15H5C3.34315 15 2 13.6569 2 12V9.5C2 7.84315 3.34315 6.5 5 6.5H12.5C13.664 6.5 14.849 6.1 16 5.5ZM10 15V19C10 20.1046 9.10457 21 8 21C6.2 21 5.5 18.5 5.5 15M16 5.5V16"/></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="2" d="M16 5.5C17.42 4.886 18.788 4.02 20 3.214C20.186 3.095 20.407 3.022 20.638 3.004C20.869 2.986 21.101 3.024 21.309 3.113C21.517 3.202 21.691 3.339 21.813 3.508C21.935 3.677 22 3.872 22 4.071V17.429C22 17.628 21.935 17.823 21.813 17.992C21.691 18.161 21.517 18.298 21.309 18.387C21.101 18.476 20.869 18.516 20.638 18.496C20.407 18.478 20.186 18.405 20 18.286C18.788 17.48 17.42 16.614 16 16C14.849 15.4 13.664 15 12.5 15H5C3.34315 15 2 13.6569 2 12V9.5C2 7.84315 3.34315 6.5 5 6.5H12.5C13.664 6.5 14.849 6.1 16 5.5ZM10 15V19C10 20.1046 9.10457 21 8 21C6.2 21 5.5 18.5 5.5 15M16 5.5V16"/></svg>
</template>

CSS

.icon-megaphone {
  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%222%22%20d%3D%22M16%205.5C17.42%204.886%2018.788%204.02%2020%203.214C20.186%203.095%2020.407%203.022%2020.638%203.004C20.869%202.986%2021.101%203.024%2021.309%203.113C21.517%203.202%2021.691%203.339%2021.813%203.508C21.935%203.677%2022%203.872%2022%204.071V17.429C22%2017.628%2021.935%2017.823%2021.813%2017.992C21.691%2018.161%2021.517%2018.298%2021.309%2018.387C21.101%2018.476%2020.869%2018.516%2020.638%2018.496C20.407%2018.478%2020.186%2018.405%2020%2018.286C18.788%2017.48%2017.42%2016.614%2016%2016C14.849%2015.4%2013.664%2015%2012.5%2015H5C3.34315%2015%202%2013.6569%202%2012V9.5C2%207.84315%203.34315%206.5%205%206.5H12.5C13.664%206.5%2014.849%206.1%2016%205.5ZM10%2015V19C10%2020.1046%209.10457%2021%208%2021C6.2%2021%205.5%2018.5%205.5%2015M16%205.5V16%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%222%22%20d%3D%22M16%205.5C17.42%204.886%2018.788%204.02%2020%203.214C20.186%203.095%2020.407%203.022%2020.638%203.004C20.869%202.986%2021.101%203.024%2021.309%203.113C21.517%203.202%2021.691%203.339%2021.813%203.508C21.935%203.677%2022%203.872%2022%204.071V17.429C22%2017.628%2021.935%2017.823%2021.813%2017.992C21.691%2018.161%2021.517%2018.298%2021.309%2018.387C21.101%2018.476%2020.869%2018.516%2020.638%2018.496C20.407%2018.478%2020.186%2018.405%2020%2018.286C18.788%2017.48%2017.42%2016.614%2016%2016C14.849%2015.4%2013.664%2015%2012.5%2015H5C3.34315%2015%202%2013.6569%202%2012V9.5C2%207.84315%203.34315%206.5%205%206.5H12.5C13.664%206.5%2014.849%206.1%2016%205.5ZM10%2015V19C10%2020.1046%209.10457%2021%208%2021C6.2%2021%205.5%2018.5%205.5%2015M16%205.5V16%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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