voice selection off icon

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

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

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="M18.988 8.4q.387-.025.662.275q1.1 1.275 1.725 2.9T22 15.05q0 .575-.075 1.163t-.2 1.162q-.1.4-.462.613t-.763.112t-.612-.45t-.113-.75q.425-1.8.025-3.562t-1.55-3.188q-.275-.325-.238-.725t.313-.7t.663-.325M8.55 4.35q-.2-.375-.062-.762T9 3t.763-.062t.587.512l1.35 2.725q.2.35.05.725t-.5.55q-.375.2-.775.038t-.6-.538zM4 15.275V14q0-.425.288-.712T5 13h3v-2q0-.425.288-.712T9 10h1.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.275.725-2.675 1.05t-2.875.4q-.425.025-.712-.263T2 21t.288-.712t.712-.313q.9-.05 1.763-.213t1.712-.462q-1.15-.575-1.812-1.662T4 15.275M19.775 22.6L1.4 4.2q-.275-.275-.288-.688T1.4 2.8q.275-.275.7-.275t.7.275l18.4 18.4q.275.275.275.688t-.275.712q-.3.3-.712.3t-.713-.3"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsVoiceSelectionOffRounded(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="M18.988 8.4q.387-.025.662.275q1.1 1.275 1.725 2.9T22 15.05q0 .575-.075 1.163t-.2 1.162q-.1.4-.462.613t-.763.112t-.612-.45t-.113-.75q.425-1.8.025-3.562t-1.55-3.188q-.275-.325-.238-.725t.313-.7t.663-.325M8.55 4.35q-.2-.375-.062-.762T9 3t.763-.062t.587.512l1.35 2.725q.2.35.05.725t-.5.55q-.375.2-.775.038t-.6-.538zM4 15.275V14q0-.425.288-.712T5 13h3v-2q0-.425.288-.712T9 10h1.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.275.725-2.675 1.05t-2.875.4q-.425.025-.712-.263T2 21t.288-.712t.712-.313q.9-.05 1.763-.213t1.712-.462q-1.15-.575-1.812-1.662T4 15.275M19.775 22.6L1.4 4.2q-.275-.275-.288-.688T1.4 2.8q.275-.275.7-.275t.7.275l18.4 18.4q.275.275.275.688t-.275.712q-.3.3-.712.3t-.713-.3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.988 8.4q.387-.025.662.275q1.1 1.275 1.725 2.9T22 15.05q0 .575-.075 1.163t-.2 1.162q-.1.4-.462.613t-.763.112t-.612-.45t-.113-.75q.425-1.8.025-3.562t-1.55-3.188q-.275-.325-.238-.725t.313-.7t.663-.325M8.55 4.35q-.2-.375-.062-.762T9 3t.763-.062t.587.512l1.35 2.725q.2.35.05.725t-.5.55q-.375.2-.775.038t-.6-.538zM4 15.275V14q0-.425.288-.712T5 13h3v-2q0-.425.288-.712T9 10h1.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.275.725-2.675 1.05t-2.875.4q-.425.025-.712-.263T2 21t.288-.712t.712-.313q.9-.05 1.763-.213t1.712-.462q-1.15-.575-1.812-1.662T4 15.275M19.775 22.6L1.4 4.2q-.275-.275-.288-.688T1.4 2.8q.275-.275.7-.275t.7.275l18.4 18.4q.275.275.275.688t-.275.712q-.3.3-.712.3t-.713-.3"/></svg>
</template>

CSS

.icon-voice-selection-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%22M18.988%208.4q.387-.025.662.275q1.1%201.275%201.725%202.9T22%2015.05q0%20.575-.075%201.163t-.2%201.162q-.1.4-.462.613t-.763.112t-.612-.45t-.113-.75q.425-1.8.025-3.562t-1.55-3.188q-.275-.325-.238-.725t.313-.7t.663-.325M8.55%204.35q-.2-.375-.062-.762T9%203t.763-.062t.587.512l1.35%202.725q.2.35.05.725t-.5.55q-.375.2-.775.038t-.6-.538zM4%2015.275V14q0-.425.288-.712T5%2013h3v-2q0-.425.288-.712T9%2010h1.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.275.725-2.675%201.05t-2.875.4q-.425.025-.712-.263T2%2021t.288-.712t.712-.313q.9-.05%201.763-.213t1.712-.462q-1.15-.575-1.812-1.662T4%2015.275M19.775%2022.6L1.4%204.2q-.275-.275-.288-.688T1.4%202.8q.275-.275.7-.275t.7.275l18.4%2018.4q.275.275.275.688t-.275.712q-.3.3-.712.3t-.713-.3%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%22M18.988%208.4q.387-.025.662.275q1.1%201.275%201.725%202.9T22%2015.05q0%20.575-.075%201.163t-.2%201.162q-.1.4-.462.613t-.763.112t-.612-.45t-.113-.75q.425-1.8.025-3.562t-1.55-3.188q-.275-.325-.238-.725t.313-.7t.663-.325M8.55%204.35q-.2-.375-.062-.762T9%203t.763-.062t.587.512l1.35%202.725q.2.35.05.725t-.5.55q-.375.2-.775.038t-.6-.538zM4%2015.275V14q0-.425.288-.712T5%2013h3v-2q0-.425.288-.712T9%2010h1.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.275.725-2.675%201.05t-2.875.4q-.425.025-.712-.263T2%2021t.288-.712t.712-.313q.9-.05%201.763-.213t1.712-.462q-1.15-.575-1.812-1.662T4%2015.275M19.775%2022.6L1.4%204.2q-.275-.275-.288-.688T1.4%202.8q.275-.275.7-.275t.7.275l18.4%2018.4q.275.275.275.688t-.275.712q-.3.3-.712.3t-.713-.3%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-rounded.svg?color=%231a73e8&size=48