loudspeaker icon
loudspeaker from TDesign Icons by TDesign · Outline · MIT Free for personal and commercial use.
- Name
- loudspeaker
- Set
- TDesign Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
1 other variant in TDesign Icons
The same icon in other sets
Use the loudspeaker icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M9 7H3v5.5h6l6 2.5V4z"/><path d="M3 21v-8.5h4L6 21z"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M3 12.5V7h6l6-3v11l-6-2.5zm0 0V21h3l1-8.5zM6.85 16H8.5m9.75-7.331c.69.69.69 1.81 0 2.5M20.334 7c1.38 1.38 1.38 4.453 0 5.834"/></g></svg>
React
import type { SVGProps } from "react";
export function TdesignLoudspeaker(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"><path d="M9 7H3v5.5h6l6 2.5V4z"/><path d="M3 21v-8.5h4L6 21z"/><path stroke="currentColor" strokeLinecap="square" strokeWidth="2" d="M3 12.5V7h6l6-3v11l-6-2.5zm0 0V21h3l1-8.5zM6.85 16H8.5m9.75-7.331c.69.69.69 1.81 0 2.5M20.334 7c1.38 1.38 1.38 4.453 0 5.834"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M9 7H3v5.5h6l6 2.5V4z"/><path d="M3 21v-8.5h4L6 21z"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M3 12.5V7h6l6-3v11l-6-2.5zm0 0V21h3l1-8.5zM6.85 16H8.5m9.75-7.331c.69.69.69 1.81 0 2.5M20.334 7c1.38 1.38 1.38 4.453 0 5.834"/></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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M9%207H3v5.5h6l6%202.5V4z%22%2F%3E%3Cpath%20d%3D%22M3%2021v-8.5h4L6%2021z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M3%2012.5V7h6l6-3v11l-6-2.5zm0%200V21h3l1-8.5zM6.85%2016H8.5m9.75-7.331c.69.69.69%201.81%200%202.5M20.334%207c1.38%201.38%201.38%204.453%200%205.834%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%3E%3Cpath%20d%3D%22M9%207H3v5.5h6l6%202.5V4z%22%2F%3E%3Cpath%20d%3D%22M3%2021v-8.5h4L6%2021z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M3%2012.5V7h6l6-3v11l-6-2.5zm0%200V21h3l1-8.5zM6.85%2016H8.5m9.75-7.331c.69.69.69%201.81%200%202.5M20.334%207c1.38%201.38%201.38%204.453%200%205.834%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tdesign/loudspeaker.svg?color=%231a73e8&size=48