voice selection off icon

voice-selection-off-sharp from Material Symbols by Google · Sharp · Audio & Video · Apache-2.0 Free for personal and commercial use.

Name
voice-selection-off-sharp
Set
Material Symbols
Style
Sharp
Category
Audio & Video
Viewbox
24×24
License
Apache 2.0
Aliases
voice-selection-off-outline-sharp

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.675M9.95 7.1L8.1 3.45l1.8-.9l3.4 6.8v1.125zM20.5 23.325L.7 3.5l1.4-1.4l19.8 19.8zM2 22v-2h4.475v-.7q-1.15-.575-1.812-1.662T4 15.275V13h4v-3h2l2 2h-2v3H6v.275q0 .875.538 1.538T7.9 17.7l.65.075V22z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsVoiceSelectionOffSharp(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.675M9.95 7.1L8.1 3.45l1.8-.9l3.4 6.8v1.125zM20.5 23.325L.7 3.5l1.4-1.4l19.8 19.8zM2 22v-2h4.475v-.7q-1.15-.575-1.812-1.662T4 15.275V13h4v-3h2l2 2h-2v3H6v.275q0 .875.538 1.538T7.9 17.7l.65.075V22z"/></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.675M9.95 7.1L8.1 3.45l1.8-.9l3.4 6.8v1.125zM20.5 23.325L.7 3.5l1.4-1.4l19.8 19.8zM2 22v-2h4.475v-.7q-1.15-.575-1.812-1.662T4 15.275V13h4v-3h2l2 2h-2v3H6v.275q0 .875.538 1.538T7.9 17.7l.65.075V22z"/></svg>
</template>

CSS

.icon-voice-selection-off-sharp {
  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.675M9.95%207.1L8.1%203.45l1.8-.9l3.4%206.8v1.125zM20.5%2023.325L.7%203.5l1.4-1.4l19.8%2019.8zM2%2022v-2h4.475v-.7q-1.15-.575-1.812-1.662T4%2015.275V13h4v-3h2l2%202h-2v3H6v.275q0%20.875.538%201.538T7.9%2017.7l.65.075V22z%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.675M9.95%207.1L8.1%203.45l1.8-.9l3.4%206.8v1.125zM20.5%2023.325L.7%203.5l1.4-1.4l19.8%2019.8zM2%2022v-2h4.475v-.7q-1.15-.575-1.812-1.662T4%2015.275V13h4v-3h2l2%202h-2v3H6v.275q0%20.875.538%201.538T7.9%2017.7l.65.075V22z%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-sharp.svg?color=%231a73e8&size=48