voice selection off icon
voice-selection-off from Material Symbols by Google · Regular · Audio & Video · Apache-2.0 Free for personal and commercial use.
- Name
- voice-selection-off
- Set
- Material Symbols
- Style
- Regular
- Category
- Audio & Video
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- voice-selection-off-outline
2 other variants in Material Symbols
The same icon in other sets
More audio & video icons from Material Symbols
Use the voice selection off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21.375 18.5l-1.6-1.6q.5-2.025-.075-4t-2.075-3.45l1.4-1.45Q20.4 9.35 21.2 11.15t.8 3.9q0 .9-.162 1.775t-.463 1.675M13.3 10.475L9.95 7.1L8.1 3.45l1.8-.9l3.275 6.55q.175.35.2.688t-.075.687M2 22v-2q1.15 0 2.275-.15t2.2-.55q-1.15-.575-1.812-1.662T4 15.275V13h4v-3h2.025l2 2H10v1q0 .825-.587 1.413T8 15H6v.275q0 .875.538 1.538T7.9 17.7l.3.075q1 .25 1.125 1.25t-.775 1.5q-1.5.825-3.162 1.15T2 22m18.5 1.325L.7 3.5l1.4-1.4l19.8 19.8z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsVoiceSelectionOff(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="m21.375 18.5l-1.6-1.6q.5-2.025-.075-4t-2.075-3.45l1.4-1.45Q20.4 9.35 21.2 11.15t.8 3.9q0 .9-.162 1.775t-.463 1.675M13.3 10.475L9.95 7.1L8.1 3.45l1.8-.9l3.275 6.55q.175.35.2.688t-.075.687M2 22v-2q1.15 0 2.275-.15t2.2-.55q-1.15-.575-1.812-1.662T4 15.275V13h4v-3h2.025l2 2H10v1q0 .825-.587 1.413T8 15H6v.275q0 .875.538 1.538T7.9 17.7l.3.075q1 .25 1.125 1.25t-.775 1.5q-1.5.825-3.162 1.15T2 22m18.5 1.325L.7 3.5l1.4-1.4l19.8 19.8z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21.375 18.5l-1.6-1.6q.5-2.025-.075-4t-2.075-3.45l1.4-1.45Q20.4 9.35 21.2 11.15t.8 3.9q0 .9-.162 1.775t-.463 1.675M13.3 10.475L9.95 7.1L8.1 3.45l1.8-.9l3.275 6.55q.175.35.2.688t-.075.687M2 22v-2q1.15 0 2.275-.15t2.2-.55q-1.15-.575-1.812-1.662T4 15.275V13h4v-3h2.025l2 2H10v1q0 .825-.587 1.413T8 15H6v.275q0 .875.538 1.538T7.9 17.7l.3.075q1 .25 1.125 1.25t-.775 1.5q-1.5.825-3.162 1.15T2 22m18.5 1.325L.7 3.5l1.4-1.4l19.8 19.8z"/></svg> </template>
CSS
.icon-voice-selection-off {
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%22m21.375%2018.5l-1.6-1.6q.5-2.025-.075-4t-2.075-3.45l1.4-1.45Q20.4%209.35%2021.2%2011.15t.8%203.9q0%20.9-.162%201.775t-.463%201.675M13.3%2010.475L9.95%207.1L8.1%203.45l1.8-.9l3.275%206.55q.175.35.2.688t-.075.687M2%2022v-2q1.15%200%202.275-.15t2.2-.55q-1.15-.575-1.812-1.662T4%2015.275V13h4v-3h2.025l2%202H10v1q0%20.825-.587%201.413T8%2015H6v.275q0%20.875.538%201.538T7.9%2017.7l.3.075q1%20.25%201.125%201.25t-.775%201.5q-1.5.825-3.162%201.15T2%2022m18.5%201.325L.7%203.5l1.4-1.4l19.8%2019.8z%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%22m21.375%2018.5l-1.6-1.6q.5-2.025-.075-4t-2.075-3.45l1.4-1.45Q20.4%209.35%2021.2%2011.15t.8%203.9q0%20.9-.162%201.775t-.463%201.675M13.3%2010.475L9.95%207.1L8.1%203.45l1.8-.9l3.275%206.55q.175.35.2.688t-.075.687M2%2022v-2q1.15%200%202.275-.15t2.2-.55q-1.15-.575-1.812-1.662T4%2015.275V13h4v-3h2.025l2%202H10v1q0%20.825-.587%201.413T8%2015H6v.275q0%20.875.538%201.538T7.9%2017.7l.3.075q1%20.25%201.125%201.25t-.775%201.5q-1.5.825-3.162%201.15T2%2022m18.5%201.325L.7%203.5l1.4-1.4l19.8%2019.8z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/voice-selection-off.svg?color=%231a73e8&size=48