Megaphone B Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Megaphone B icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/310830.svg" alt="Megaphone B icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310830.svg" alt="Megaphone B icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310830.svg" alt="Megaphone B icon" :width="24" :height="24" />
CSS background
.icon-megaphone-b {
background-image: url('https://proicons.com/icon/310830.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M14.8238 2.94473C13.2837 4.09475 11.5081 4.88946 9.62444 5.27179L4.31796 6.33309C3.87632 6.4209 3.47875 6.65904 3.19293 7.00699C2.90712 7.35494 2.75072 7.79119 2.75036 8.24147V12.8372C2.7416 13.2941 2.89384 13.7396 3.18043 14.0956C3.46702 14.4516 3.86969 14.6955 4.31796 14.7845L9.62444 15.8458C11.5049 16.2165 13.2803 16.9978 14.8238 18.1339C14.9685 18.2424 15.1405 18.3085 15.3206 18.3247C15.5007 18.341 15.6817 18.3067 15.8434 18.2259C16.0052 18.145 16.1412 18.0207 16.2363 17.8669C16.3313 17.7131 16.3817 17.5358 16.3817 17.355V3.72367C16.3817 3.54284 16.3313 3.3656 16.2363 3.21178C16.1412 3.05796 16.0052 2.93366 15.8434 2.85279C15.6817 2.77193 15.5007 2.7377 15.3206 2.75393C15.1405 2.77017 14.9685 2.83624 14.8238 2.94473Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M8.40737 15.5634L10.0431 19.9352C10.098 20.082 10.1166 20.2398 10.0974 20.3953C10.0782 20.5508 10.0218 20.6993 9.93288 20.8284C9.844 20.9574 9.72529 21.0631 9.58684 21.1364C9.4484 21.2097 9.29429 21.2486 9.13762 21.2496H7.99843C7.60055 21.2509 7.21182 21.1303 6.88455 20.904C6.55729 20.6777 6.3072 20.3566 6.16794 19.9839L4.22061 14.7066" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M12.487 7.61832V13.4603" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M18.5237 6.40125L21.0553 4.94075" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M18.5237 14.6774L21.0553 16.1379" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M18.329 10.5393H21.25" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Copied!