monitor speaker icon
monitor-speaker from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- monitor-speaker
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge Icons
Use the monitor speaker 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="M18.5 14.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0M17 8.125v.125m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0M6 20H4m2 0a1.5 1.5 0 0 0 1.5-1.5V16H8m-2 4h2.5v-4H8m0 0v4"/><path d="M22 15V9c0-1.87 0-2.804-.402-3.5A3 3 0 0 0 20.5 4.402C19.804 4 18.87 4 17 4s-2.804 0-3.5.402A3 3 0 0 0 12.402 5.5C12 6.196 12 7.13 12 9v6c0 1.87 0 2.804.402 3.5a3 3 0 0 0 1.098 1.098C14.196 20 15.13 20 17 20s2.804 0 3.5-.402a3 3 0 0 0 1.098-1.098C22 17.804 22 16.87 22 15M8 4c-2.828 0-4.243 0-5.121.879C2 5.757 2 7.172 2 10s0 4.243.879 5.121C3.757 16 5.172 16 8 16"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsMonitorSpeaker(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="M18.5 14.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0M17 8.125v.125m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0M6 20H4m2 0a1.5 1.5 0 0 0 1.5-1.5V16H8m-2 4h2.5v-4H8m0 0v4"/><path d="M22 15V9c0-1.87 0-2.804-.402-3.5A3 3 0 0 0 20.5 4.402C19.804 4 18.87 4 17 4s-2.804 0-3.5.402A3 3 0 0 0 12.402 5.5C12 6.196 12 7.13 12 9v6c0 1.87 0 2.804.402 3.5a3 3 0 0 0 1.098 1.098C14.196 20 15.13 20 17 20s2.804 0 3.5-.402a3 3 0 0 0 1.098-1.098C22 17.804 22 16.87 22 15M8 4c-2.828 0-4.243 0-5.121.879C2 5.757 2 7.172 2 10s0 4.243.879 5.121C3.757 16 5.172 16 8 16"/></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="M18.5 14.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0M17 8.125v.125m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0M6 20H4m2 0a1.5 1.5 0 0 0 1.5-1.5V16H8m-2 4h2.5v-4H8m0 0v4"/><path d="M22 15V9c0-1.87 0-2.804-.402-3.5A3 3 0 0 0 20.5 4.402C19.804 4 18.87 4 17 4s-2.804 0-3.5.402A3 3 0 0 0 12.402 5.5C12 6.196 12 7.13 12 9v6c0 1.87 0 2.804.402 3.5a3 3 0 0 0 1.098 1.098C14.196 20 15.13 20 17 20s2.804 0 3.5-.402a3 3 0 0 0 1.098-1.098C22 17.804 22 16.87 22 15M8 4c-2.828 0-4.243 0-5.121.879C2 5.757 2 7.172 2 10s0 4.243.879 5.121C3.757 16 5.172 16 8 16"/></g></svg> </template>
CSS
.icon-monitor-speaker {
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%22M18.5%2014.5a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200M17%208.125v.125m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200M6%2020H4m2%200a1.5%201.5%200%200%200%201.5-1.5V16H8m-2%204h2.5v-4H8m0%200v4%22%2F%3E%3Cpath%20d%3D%22M22%2015V9c0-1.87%200-2.804-.402-3.5A3%203%200%200%200%2020.5%204.402C19.804%204%2018.87%204%2017%204s-2.804%200-3.5.402A3%203%200%200%200%2012.402%205.5C12%206.196%2012%207.13%2012%209v6c0%201.87%200%202.804.402%203.5a3%203%200%200%200%201.098%201.098C14.196%2020%2015.13%2020%2017%2020s2.804%200%203.5-.402a3%203%200%200%200%201.098-1.098C22%2017.804%2022%2016.87%2022%2015M8%204c-2.828%200-4.243%200-5.121.879C2%205.757%202%207.172%202%2010s0%204.243.879%205.121C3.757%2016%205.172%2016%208%2016%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%22M18.5%2014.5a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200M17%208.125v.125m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200M6%2020H4m2%200a1.5%201.5%200%200%200%201.5-1.5V16H8m-2%204h2.5v-4H8m0%200v4%22%2F%3E%3Cpath%20d%3D%22M22%2015V9c0-1.87%200-2.804-.402-3.5A3%203%200%200%200%2020.5%204.402C19.804%204%2018.87%204%2017%204s-2.804%200-3.5.402A3%203%200%200%200%2012.402%205.5C12%206.196%2012%207.13%2012%209v6c0%201.87%200%202.804.402%203.5a3%203%200%200%200%201.098%201.098C14.196%2020%2015.13%2020%2017%2020s2.804%200%203.5-.402a3%203%200%200%200%201.098-1.098C22%2017.804%2022%2016.87%2022%2015M8%204c-2.828%200-4.243%200-5.121.879C2%205.757%202%207.172%202%2010s0%204.243.879%205.121C3.757%2016%205.172%2016%208%2016%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/monitor-speaker.svg?color=%231a73e8&size=48