loudspeaker emoji
loudspeaker from OpenMoji by OpenMoji · Default · Objects · CC-BY-SA-4.0 Attribution required.
- Name
- loudspeaker
- Set
- OpenMoji
- Style
- Default
- Category
- Objects
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
The same emoji in other sets
More objects icons from OpenMoji
Use the loudspeaker emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><circle cx="59.383" cy="36.38" r="5" fill="#3f3f3f" stroke="#3f3f3f" stroke-miterlimit="10" stroke-width="2"/><path fill="#d0cfce" d="M57.739 11.375L41.304 24.721H12.59a3.01 3.01 0 0 0-3 3v16.692a3.01 3.01 0 0 0 3 3h28.713l16.435 13.128z"/><path fill="#9b9b9a" d="m18.687 25.011l-7.535-.063l-1.529 1.911l-.055 18.183l2.13 2.457l6.825-.055zm9.063 22.735V60.04c0 1.509-1.117 2.732-2.496 2.732h-4.992c-1.379 0-2.497-1.223-2.497-2.732V47.746"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M57.739 11.375L41.304 24.721H12.59a3.01 3.01 0 0 0-3 3v16.692a3.01 3.01 0 0 0 3 3h28.713l16.435 13.128zM18.751 25.333v21.25"/><path d="M26.75 51.445v9a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2v-9m42.865-19.538a5 5 0 0 1-.003 8.966"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiLoudspeaker(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><circle cx="59.383" cy="36.38" r="5" fill="#3f3f3f" stroke="#3f3f3f" strokeMiterlimit="10" strokeWidth="2"/><path fill="#d0cfce" d="M57.739 11.375L41.304 24.721H12.59a3.01 3.01 0 0 0-3 3v16.692a3.01 3.01 0 0 0 3 3h28.713l16.435 13.128z"/><path fill="#9b9b9a" d="m18.687 25.011l-7.535-.063l-1.529 1.911l-.055 18.183l2.13 2.457l6.825-.055zm9.063 22.735V60.04c0 1.509-1.117 2.732-2.496 2.732h-4.992c-1.379 0-2.497-1.223-2.497-2.732V47.746"/><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path d="M57.739 11.375L41.304 24.721H12.59a3.01 3.01 0 0 0-3 3v16.692a3.01 3.01 0 0 0 3 3h28.713l16.435 13.128zM18.751 25.333v21.25"/><path d="M26.75 51.445v9a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2v-9m42.865-19.538a5 5 0 0 1-.003 8.966"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><circle cx="59.383" cy="36.38" r="5" fill="#3f3f3f" stroke="#3f3f3f" stroke-miterlimit="10" stroke-width="2"/><path fill="#d0cfce" d="M57.739 11.375L41.304 24.721H12.59a3.01 3.01 0 0 0-3 3v16.692a3.01 3.01 0 0 0 3 3h28.713l16.435 13.128z"/><path fill="#9b9b9a" d="m18.687 25.011l-7.535-.063l-1.529 1.911l-.055 18.183l2.13 2.457l6.825-.055zm9.063 22.735V60.04c0 1.509-1.117 2.732-2.496 2.732h-4.992c-1.379 0-2.497-1.223-2.497-2.732V47.746"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M57.739 11.375L41.304 24.721H12.59a3.01 3.01 0 0 0-3 3v16.692a3.01 3.01 0 0 0 3 3h28.713l16.435 13.128zM18.751 25.333v21.25"/><path d="M26.75 51.445v9a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2v-9m42.865-19.538a5 5 0 0 1-.003 8.966"/></g></svg> </template>
CSS
.icon-loudspeaker {
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%2072%2072%22%3E%3Ccircle%20cx%3D%2259.383%22%20cy%3D%2236.38%22%20r%3D%225%22%20fill%3D%22%233f3f3f%22%20stroke%3D%22%233f3f3f%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M57.739%2011.375L41.304%2024.721H12.59a3.01%203.01%200%200%200-3%203v16.692a3.01%203.01%200%200%200%203%203h28.713l16.435%2013.128z%22%2F%3E%3Cpath%20fill%3D%22%239b9b9a%22%20d%3D%22m18.687%2025.011l-7.535-.063l-1.529%201.911l-.055%2018.183l2.13%202.457l6.825-.055zm9.063%2022.735V60.04c0%201.509-1.117%202.732-2.496%202.732h-4.992c-1.379%200-2.497-1.223-2.497-2.732V47.746%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M57.739%2011.375L41.304%2024.721H12.59a3.01%203.01%200%200%200-3%203v16.692a3.01%203.01%200%200%200%203%203h28.713l16.435%2013.128zM18.751%2025.333v21.25%22%2F%3E%3Cpath%20d%3D%22M26.75%2051.445v9a2%202%200%200%201-2%202h-4a2%202%200%200%201-2-2v-9m42.865-19.538a5%205%200%200%201-.003%208.966%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%2072%2072%22%3E%3Ccircle%20cx%3D%2259.383%22%20cy%3D%2236.38%22%20r%3D%225%22%20fill%3D%22%233f3f3f%22%20stroke%3D%22%233f3f3f%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M57.739%2011.375L41.304%2024.721H12.59a3.01%203.01%200%200%200-3%203v16.692a3.01%203.01%200%200%200%203%203h28.713l16.435%2013.128z%22%2F%3E%3Cpath%20fill%3D%22%239b9b9a%22%20d%3D%22m18.687%2025.011l-7.535-.063l-1.529%201.911l-.055%2018.183l2.13%202.457l6.825-.055zm9.063%2022.735V60.04c0%201.509-1.117%202.732-2.496%202.732h-4.992c-1.379%200-2.497-1.223-2.497-2.732V47.746%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M57.739%2011.375L41.304%2024.721H12.59a3.01%203.01%200%200%200-3%203v16.692a3.01%203.01%200%200%200%203%203h28.713l16.435%2013.128zM18.751%2025.333v21.25%22%2F%3E%3Cpath%20d%3D%22M26.75%2051.445v9a2%202%200%200%201-2%202h-4a2%202%200%200%201-2-2v-9m42.865-19.538a5%205%200%200%201-.003%208.966%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/loudspeaker.svg?color=%231a73e8&size=48