megaphone 02 icon
megaphone-02 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- megaphone-02
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the megaphone 02 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.616 7.702c1.38-.095 2.63-.128 3.884-.203c3.954-.237 7.217-2.662 10.1-4.715c.26-.185.577-.284.903-.284c.827 0 1.497.626 1.497 1.398v15.204c0 .772-.67 1.398-1.497 1.398c-.326 0-.644-.099-.903-.284c-2.884-2.053-6.146-4.478-10.1-4.715c-1.254-.075-2.505-.108-3.884-.203C3.52 15.154 2 13.462 2 11.5s1.52-3.654 3.616-3.798"/><path d="m6 15.5l.845 5.07a1.113 1.113 0 0 0 1.989.485l.524-.699a3 3 0 0 0 .597-1.925L9.518 8"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsMegaphone02(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.616 7.702c1.38-.095 2.63-.128 3.884-.203c3.954-.237 7.217-2.662 10.1-4.715c.26-.185.577-.284.903-.284c.827 0 1.497.626 1.497 1.398v15.204c0 .772-.67 1.398-1.497 1.398c-.326 0-.644-.099-.903-.284c-2.884-2.053-6.146-4.478-10.1-4.715c-1.254-.075-2.505-.108-3.884-.203C3.52 15.154 2 13.462 2 11.5s1.52-3.654 3.616-3.798"/><path d="m6 15.5l.845 5.07a1.113 1.113 0 0 0 1.989.485l.524-.699a3 3 0 0 0 .597-1.925L9.518 8"/></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.616 7.702c1.38-.095 2.63-.128 3.884-.203c3.954-.237 7.217-2.662 10.1-4.715c.26-.185.577-.284.903-.284c.827 0 1.497.626 1.497 1.398v15.204c0 .772-.67 1.398-1.497 1.398c-.326 0-.644-.099-.903-.284c-2.884-2.053-6.146-4.478-10.1-4.715c-1.254-.075-2.505-.108-3.884-.203C3.52 15.154 2 13.462 2 11.5s1.52-3.654 3.616-3.798"/><path d="m6 15.5l.845 5.07a1.113 1.113 0 0 0 1.989.485l.524-.699a3 3 0 0 0 .597-1.925L9.518 8"/></g></svg> </template>
CSS
.icon-megaphone-02 {
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.616%207.702c1.38-.095%202.63-.128%203.884-.203c3.954-.237%207.217-2.662%2010.1-4.715c.26-.185.577-.284.903-.284c.827%200%201.497.626%201.497%201.398v15.204c0%20.772-.67%201.398-1.497%201.398c-.326%200-.644-.099-.903-.284c-2.884-2.053-6.146-4.478-10.1-4.715c-1.254-.075-2.505-.108-3.884-.203C3.52%2015.154%202%2013.462%202%2011.5s1.52-3.654%203.616-3.798%22%2F%3E%3Cpath%20d%3D%22m6%2015.5l.845%205.07a1.113%201.113%200%200%200%201.989.485l.524-.699a3%203%200%200%200%20.597-1.925L9.518%208%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.616%207.702c1.38-.095%202.63-.128%203.884-.203c3.954-.237%207.217-2.662%2010.1-4.715c.26-.185.577-.284.903-.284c.827%200%201.497.626%201.497%201.398v15.204c0%20.772-.67%201.398-1.497%201.398c-.326%200-.644-.099-.903-.284c-2.884-2.053-6.146-4.478-10.1-4.715c-1.254-.075-2.505-.108-3.884-.203C3.52%2015.154%202%2013.462%202%2011.5s1.52-3.654%203.616-3.798%22%2F%3E%3Cpath%20d%3D%22m6%2015.5l.845%205.07a1.113%201.113%200%200%200%201.989.485l.524-.699a3%203%200%200%200%20.597-1.925L9.518%208%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/megaphone-02.svg?color=%231a73e8&size=48