surround sound icon
surround-sound-line from Remix Icon by Remix Design · Line · Media · Apache-2.0 Free for personal and commercial use.
- Name
- surround-sound-line
- Set
- Remix Icon
- Style
- Line
- Category
- Media
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Remix Icon
The same icon in other sets
More media icons from Remix Icon
4k-fillalbum-fillaspect-ratio-fillbroadcast-fillcamera-2-fillcamera-3-fillcamera-4-fillcamera-ai-2-fillcamera-ai-fillcamera-fillcamera-lens-ai-fillcamera-lens-fillcamera-off-fillcamera-switch-fillclapperboard-ai-fillclapperboard-fillclosed-captioning-ai-fillclosed-captioning-filldisc-filldv-filldvd-ai-filldvd-filleject-fillequalizer-2-fill
Use the surround sound icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 5v14h16V5zM3 3h18a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1m4.05 4.121l1.414 1.415A4.98 4.98 0 0 0 7 12.07c0 1.38.56 2.63 1.464 3.536L7.05 17.02A6.98 6.98 0 0 1 5 12.07c0-1.933.784-3.683 2.05-4.95m9.9 0A6.98 6.98 0 0 1 19 12.07a6.98 6.98 0 0 1-2.05 4.95l-1.414-1.414A4.98 4.98 0 0 0 17 12.07c0-1.38-.56-2.63-1.464-3.535zM12 13.071a1 1 0 1 0 0-2a1 1 0 0 0 0 2m0 2a3 3 0 1 1 0-6a3 3 0 0 1 0 6"/></svg>
React
import type { SVGProps } from "react";
export function RiSurroundSoundLine(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 5v14h16V5zM3 3h18a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1m4.05 4.121l1.414 1.415A4.98 4.98 0 0 0 7 12.07c0 1.38.56 2.63 1.464 3.536L7.05 17.02A6.98 6.98 0 0 1 5 12.07c0-1.933.784-3.683 2.05-4.95m9.9 0A6.98 6.98 0 0 1 19 12.07a6.98 6.98 0 0 1-2.05 4.95l-1.414-1.414A4.98 4.98 0 0 0 17 12.07c0-1.38-.56-2.63-1.464-3.535zM12 13.071a1 1 0 1 0 0-2a1 1 0 0 0 0 2m0 2a3 3 0 1 1 0-6a3 3 0 0 1 0 6"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 5v14h16V5zM3 3h18a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1m4.05 4.121l1.414 1.415A4.98 4.98 0 0 0 7 12.07c0 1.38.56 2.63 1.464 3.536L7.05 17.02A6.98 6.98 0 0 1 5 12.07c0-1.933.784-3.683 2.05-4.95m9.9 0A6.98 6.98 0 0 1 19 12.07a6.98 6.98 0 0 1-2.05 4.95l-1.414-1.414A4.98 4.98 0 0 0 17 12.07c0-1.38-.56-2.63-1.464-3.535zM12 13.071a1 1 0 1 0 0-2a1 1 0 0 0 0 2m0 2a3 3 0 1 1 0-6a3 3 0 0 1 0 6"/></svg> </template>
CSS
.icon-surround-sound-line {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%205v14h16V5zM3%203h18a1%201%200%200%201%201%201v16a1%201%200%200%201-1%201H3a1%201%200%200%201-1-1V4a1%201%200%200%201%201-1m4.05%204.121l1.414%201.415A4.98%204.98%200%200%200%207%2012.07c0%201.38.56%202.63%201.464%203.536L7.05%2017.02A6.98%206.98%200%200%201%205%2012.07c0-1.933.784-3.683%202.05-4.95m9.9%200A6.98%206.98%200%200%201%2019%2012.07a6.98%206.98%200%200%201-2.05%204.95l-1.414-1.414A4.98%204.98%200%200%200%2017%2012.07c0-1.38-.56-2.63-1.464-3.535zM12%2013.071a1%201%200%201%200%200-2a1%201%200%200%200%200%202m0%202a3%203%200%201%201%200-6a3%203%200%200%201%200%206%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%205v14h16V5zM3%203h18a1%201%200%200%201%201%201v16a1%201%200%200%201-1%201H3a1%201%200%200%201-1-1V4a1%201%200%200%201%201-1m4.05%204.121l1.414%201.415A4.98%204.98%200%200%200%207%2012.07c0%201.38.56%202.63%201.464%203.536L7.05%2017.02A6.98%206.98%200%200%201%205%2012.07c0-1.933.784-3.683%202.05-4.95m9.9%200A6.98%206.98%200%200%201%2019%2012.07a6.98%206.98%200%200%201-2.05%204.95l-1.414-1.414A4.98%204.98%200%200%200%2017%2012.07c0-1.38-.56-2.63-1.464-3.535zM12%2013.071a1%201%200%201%200%200-2a1%201%200%200%200%200%202m0%202a3%203%200%201%201%200-6a3%203%200%200%201%200%206%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ri/surround-sound-line.svg?color=%231a73e8&size=48