spatial audio off icon
spatial-audio-off-rounded from Material Symbols by Google · Rounded · Audio & Video · Apache-2.0 Free for personal and commercial use.
- Name
- spatial-audio-off-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Audio & Video
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols
The same icon in other sets
More audio & video icons from Material Symbols
Use the spatial audio off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10 13q-1.65 0-2.825-1.175T6 9t1.175-2.825T10 5t2.825 1.175T14 9t-1.175 2.825T10 13m-8 6v-.8q0-.825.425-1.55t1.175-1.1q1.275-.65 2.875-1.1T10 14t3.525.45t2.875 1.1q.75.375 1.175 1.1T18 18.2v.8q0 .825-.587 1.413T16 21H4q-.825 0-1.412-.587T2 19m20.25-7.8q-.2 0-.387-.088t-.313-.212q-.725-.7-1.125-1.625t-.4-1.95t.4-1.925t1.125-1.625q.125-.125.313-.2t.387-.075q.425 0 .713.275t.287.7q0 .2-.088.4t-.212.325q-.425.425-.675.975t-.25 1.175t.25 1.175t.675.975q.125.125.213.313t.087.387q0 .425-.288.713t-.712.287m-2.8 2.85q-.2 0-.387-.088t-.313-.212q-1.275-1.275-2-2.937t-.725-3.463t.725-3.475t2-2.95q.125-.125.313-.2T19.45.65q.425 0 .713.288t.287.712q0 .2-.075.4t-.225.325q-1 1-1.562 2.275t-.563 2.7t.563 2.713t1.562 2.287q.125.125.213.313t.087.387q0 .425-.287.713t-.713.287"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsSpatialAudioOffRounded(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="M10 13q-1.65 0-2.825-1.175T6 9t1.175-2.825T10 5t2.825 1.175T14 9t-1.175 2.825T10 13m-8 6v-.8q0-.825.425-1.55t1.175-1.1q1.275-.65 2.875-1.1T10 14t3.525.45t2.875 1.1q.75.375 1.175 1.1T18 18.2v.8q0 .825-.587 1.413T16 21H4q-.825 0-1.412-.587T2 19m20.25-7.8q-.2 0-.387-.088t-.313-.212q-.725-.7-1.125-1.625t-.4-1.95t.4-1.925t1.125-1.625q.125-.125.313-.2t.387-.075q.425 0 .713.275t.287.7q0 .2-.088.4t-.212.325q-.425.425-.675.975t-.25 1.175t.25 1.175t.675.975q.125.125.213.313t.087.387q0 .425-.288.713t-.712.287m-2.8 2.85q-.2 0-.387-.088t-.313-.212q-1.275-1.275-2-2.937t-.725-3.463t.725-3.475t2-2.95q.125-.125.313-.2T19.45.65q.425 0 .713.288t.287.712q0 .2-.075.4t-.225.325q-1 1-1.562 2.275t-.563 2.7t.563 2.713t1.562 2.287q.125.125.213.313t.087.387q0 .425-.287.713t-.713.287"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10 13q-1.65 0-2.825-1.175T6 9t1.175-2.825T10 5t2.825 1.175T14 9t-1.175 2.825T10 13m-8 6v-.8q0-.825.425-1.55t1.175-1.1q1.275-.65 2.875-1.1T10 14t3.525.45t2.875 1.1q.75.375 1.175 1.1T18 18.2v.8q0 .825-.587 1.413T16 21H4q-.825 0-1.412-.587T2 19m20.25-7.8q-.2 0-.387-.088t-.313-.212q-.725-.7-1.125-1.625t-.4-1.95t.4-1.925t1.125-1.625q.125-.125.313-.2t.387-.075q.425 0 .713.275t.287.7q0 .2-.088.4t-.212.325q-.425.425-.675.975t-.25 1.175t.25 1.175t.675.975q.125.125.213.313t.087.387q0 .425-.288.713t-.712.287m-2.8 2.85q-.2 0-.387-.088t-.313-.212q-1.275-1.275-2-2.937t-.725-3.463t.725-3.475t2-2.95q.125-.125.313-.2T19.45.65q.425 0 .713.288t.287.712q0 .2-.075.4t-.225.325q-1 1-1.562 2.275t-.563 2.7t.563 2.713t1.562 2.287q.125.125.213.313t.087.387q0 .425-.287.713t-.713.287"/></svg> </template>
CSS
.icon-spatial-audio-off-rounded {
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%22M10%2013q-1.65%200-2.825-1.175T6%209t1.175-2.825T10%205t2.825%201.175T14%209t-1.175%202.825T10%2013m-8%206v-.8q0-.825.425-1.55t1.175-1.1q1.275-.65%202.875-1.1T10%2014t3.525.45t2.875%201.1q.75.375%201.175%201.1T18%2018.2v.8q0%20.825-.587%201.413T16%2021H4q-.825%200-1.412-.587T2%2019m20.25-7.8q-.2%200-.387-.088t-.313-.212q-.725-.7-1.125-1.625t-.4-1.95t.4-1.925t1.125-1.625q.125-.125.313-.2t.387-.075q.425%200%20.713.275t.287.7q0%20.2-.088.4t-.212.325q-.425.425-.675.975t-.25%201.175t.25%201.175t.675.975q.125.125.213.313t.087.387q0%20.425-.288.713t-.712.287m-2.8%202.85q-.2%200-.387-.088t-.313-.212q-1.275-1.275-2-2.937t-.725-3.463t.725-3.475t2-2.95q.125-.125.313-.2T19.45.65q.425%200%20.713.288t.287.712q0%20.2-.075.4t-.225.325q-1%201-1.562%202.275t-.563%202.7t.563%202.713t1.562%202.287q.125.125.213.313t.087.387q0%20.425-.287.713t-.713.287%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%22M10%2013q-1.65%200-2.825-1.175T6%209t1.175-2.825T10%205t2.825%201.175T14%209t-1.175%202.825T10%2013m-8%206v-.8q0-.825.425-1.55t1.175-1.1q1.275-.65%202.875-1.1T10%2014t3.525.45t2.875%201.1q.75.375%201.175%201.1T18%2018.2v.8q0%20.825-.587%201.413T16%2021H4q-.825%200-1.412-.587T2%2019m20.25-7.8q-.2%200-.387-.088t-.313-.212q-.725-.7-1.125-1.625t-.4-1.95t.4-1.925t1.125-1.625q.125-.125.313-.2t.387-.075q.425%200%20.713.275t.287.7q0%20.2-.088.4t-.212.325q-.425.425-.675.975t-.25%201.175t.25%201.175t.675.975q.125.125.213.313t.087.387q0%20.425-.288.713t-.712.287m-2.8%202.85q-.2%200-.387-.088t-.313-.212q-1.275-1.275-2-2.937t-.725-3.463t.725-3.475t2-2.95q.125-.125.313-.2T19.45.65q.425%200%20.713.288t.287.712q0%20.2-.075.4t-.225.325q-1%201-1.562%202.275t-.563%202.7t.563%202.713t1.562%202.287q.125.125.213.313t.087.387q0%20.425-.287.713t-.713.287%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/spatial-audio-off-rounded.svg?color=%231a73e8&size=48