megaphone from Twitter Emoji by Twitter · Default · Objects · CC-BY-4.0 Attribution required.

Name
megaphone
Set
Twitter Emoji
Style
Default
Category
Objects
Viewbox
36×36
License
CC BY 4.0

The same emoji in other sets

More objects icons from Twitter Emoji

Use the megaphone emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#3b88c3" d="M14 19a6 6 0 1 0 0 12a6 6 0 0 0 0-12m0 10a4 4 0 1 1 0-8a4 4 0 0 1 0 8"/><path fill="#55acee" d="M1.783 14.023v.02C.782 14.263 0 15.939 0 18s.782 3.737 1.783 3.956v.021l28.701 7.972V6.064z"/><ellipse cx="31" cy="18" fill="#269" rx="5" ry="12"/></svg>

React

import type { SVGProps } from "react";

export function TwemojiMegaphone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#3b88c3" d="M14 19a6 6 0 1 0 0 12a6 6 0 0 0 0-12m0 10a4 4 0 1 1 0-8a4 4 0 0 1 0 8"/><path fill="#55acee" d="M1.783 14.023v.02C.782 14.263 0 15.939 0 18s.782 3.737 1.783 3.956v.021l28.701 7.972V6.064z"/><ellipse cx="31" cy="18" fill="#269" rx="5" ry="12"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#3b88c3" d="M14 19a6 6 0 1 0 0 12a6 6 0 0 0 0-12m0 10a4 4 0 1 1 0-8a4 4 0 0 1 0 8"/><path fill="#55acee" d="M1.783 14.023v.02C.782 14.263 0 15.939 0 18s.782 3.737 1.783 3.956v.021l28.701 7.972V6.064z"/><ellipse cx="31" cy="18" fill="#269" rx="5" ry="12"/></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%2036%2036%22%3E%3Cpath%20fill%3D%22%233b88c3%22%20d%3D%22M14%2019a6%206%200%201%200%200%2012a6%206%200%200%200%200-12m0%2010a4%204%200%201%201%200-8a4%204%200%200%201%200%208%22%2F%3E%3Cpath%20fill%3D%22%2355acee%22%20d%3D%22M1.783%2014.023v.02C.782%2014.263%200%2015.939%200%2018s.782%203.737%201.783%203.956v.021l28.701%207.972V6.064z%22%2F%3E%3Cellipse%20cx%3D%2231%22%20cy%3D%2218%22%20fill%3D%22%23269%22%20rx%3D%225%22%20ry%3D%2212%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%2036%2036%22%3E%3Cpath%20fill%3D%22%233b88c3%22%20d%3D%22M14%2019a6%206%200%201%200%200%2012a6%206%200%200%200%200-12m0%2010a4%204%200%201%201%200-8a4%204%200%200%201%200%208%22%2F%3E%3Cpath%20fill%3D%22%2355acee%22%20d%3D%22M1.783%2014.023v.02C.782%2014.263%200%2015.939%200%2018s.782%203.737%201.783%203.956v.021l28.701%207.972V6.064z%22%2F%3E%3Cellipse%20cx%3D%2231%22%20cy%3D%2218%22%20fill%3D%22%23269%22%20rx%3D%225%22%20ry%3D%2212%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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