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

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

2 other variants in Material Symbols Light

The same icon in other sets

More audio & video icons from Material Symbols Light

Use the voice selection icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.984 21.146q-.215 0-.358-.144t-.143-.359q0-.1.038-.198q.038-.097.102-.158q1.094-1.095 1.678-2.485t.584-2.973q0-1.558-.584-2.951t-1.678-2.487q-.064-.063-.102-.162q-.038-.1-.038-.2q0-.212.144-.355q.145-.143.359-.143q.1 0 .194.043t.157.103q1.234 1.235 1.891 2.82q.657 1.586.657 3.334q0 1.769-.657 3.352T18.337 21q-.063.061-.158.104q-.094.042-.195.042m-2.41-2.407q-.212 0-.356-.145t-.143-.359q0-.1.043-.194t.103-.157q.621-.62.95-1.404t.329-1.642t-.332-1.641t-.947-1.405q-.073-.063-.11-.157t-.036-.196q0-.214.145-.357q.144-.144.358-.144q.1 0 .198.037t.159.11q.736.736 1.15 1.702q.415.967.415 2.051t-.414 2.052q-.415.966-1.151 1.702q-.063.074-.162.11q-.1.036-.2.036M8.5 14.692H6v.525q0 .914.615 1.576q.614.663 1.516.888l.3.075q.788.211.846 1.096T8.49 20.08q-1.196.497-2.452.687q-1.255.19-2.538.227q-.214.006-.357-.138T3 20.499t.144-.352t.356-.153q1.112-.03 2.195-.174q1.084-.143 2.145-.54q.231-.095.212-.355t-.346-.336q-1.189-.345-1.947-1.269Q5 16.396 5 15.18v-.68q0-.343.232-.575t.576-.233h2.577q.269 0 .442-.173T9 13.077v-1.385q0-.343.232-.575t.576-.233h1.875q.346 0 .529-.278t.029-.587L9.666 4.677q-.085-.183-.025-.368q.061-.186.244-.29q.182-.104.387-.034t.29.253L13.156 9.6q.385.808-.079 1.546q-.463.739-1.37.739H10v1.307q0 .633-.434 1.067q-.433.433-1.066.433"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightVoiceSelectionRounded(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="M17.984 21.146q-.215 0-.358-.144t-.143-.359q0-.1.038-.198q.038-.097.102-.158q1.094-1.095 1.678-2.485t.584-2.973q0-1.558-.584-2.951t-1.678-2.487q-.064-.063-.102-.162q-.038-.1-.038-.2q0-.212.144-.355q.145-.143.359-.143q.1 0 .194.043t.157.103q1.234 1.235 1.891 2.82q.657 1.586.657 3.334q0 1.769-.657 3.352T18.337 21q-.063.061-.158.104q-.094.042-.195.042m-2.41-2.407q-.212 0-.356-.145t-.143-.359q0-.1.043-.194t.103-.157q.621-.62.95-1.404t.329-1.642t-.332-1.641t-.947-1.405q-.073-.063-.11-.157t-.036-.196q0-.214.145-.357q.144-.144.358-.144q.1 0 .198.037t.159.11q.736.736 1.15 1.702q.415.967.415 2.051t-.414 2.052q-.415.966-1.151 1.702q-.063.074-.162.11q-.1.036-.2.036M8.5 14.692H6v.525q0 .914.615 1.576q.614.663 1.516.888l.3.075q.788.211.846 1.096T8.49 20.08q-1.196.497-2.452.687q-1.255.19-2.538.227q-.214.006-.357-.138T3 20.499t.144-.352t.356-.153q1.112-.03 2.195-.174q1.084-.143 2.145-.54q.231-.095.212-.355t-.346-.336q-1.189-.345-1.947-1.269Q5 16.396 5 15.18v-.68q0-.343.232-.575t.576-.233h2.577q.269 0 .442-.173T9 13.077v-1.385q0-.343.232-.575t.576-.233h1.875q.346 0 .529-.278t.029-.587L9.666 4.677q-.085-.183-.025-.368q.061-.186.244-.29q.182-.104.387-.034t.29.253L13.156 9.6q.385.808-.079 1.546q-.463.739-1.37.739H10v1.307q0 .633-.434 1.067q-.433.433-1.066.433"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.984 21.146q-.215 0-.358-.144t-.143-.359q0-.1.038-.198q.038-.097.102-.158q1.094-1.095 1.678-2.485t.584-2.973q0-1.558-.584-2.951t-1.678-2.487q-.064-.063-.102-.162q-.038-.1-.038-.2q0-.212.144-.355q.145-.143.359-.143q.1 0 .194.043t.157.103q1.234 1.235 1.891 2.82q.657 1.586.657 3.334q0 1.769-.657 3.352T18.337 21q-.063.061-.158.104q-.094.042-.195.042m-2.41-2.407q-.212 0-.356-.145t-.143-.359q0-.1.043-.194t.103-.157q.621-.62.95-1.404t.329-1.642t-.332-1.641t-.947-1.405q-.073-.063-.11-.157t-.036-.196q0-.214.145-.357q.144-.144.358-.144q.1 0 .198.037t.159.11q.736.736 1.15 1.702q.415.967.415 2.051t-.414 2.052q-.415.966-1.151 1.702q-.063.074-.162.11q-.1.036-.2.036M8.5 14.692H6v.525q0 .914.615 1.576q.614.663 1.516.888l.3.075q.788.211.846 1.096T8.49 20.08q-1.196.497-2.452.687q-1.255.19-2.538.227q-.214.006-.357-.138T3 20.499t.144-.352t.356-.153q1.112-.03 2.195-.174q1.084-.143 2.145-.54q.231-.095.212-.355t-.346-.336q-1.189-.345-1.947-1.269Q5 16.396 5 15.18v-.68q0-.343.232-.575t.576-.233h2.577q.269 0 .442-.173T9 13.077v-1.385q0-.343.232-.575t.576-.233h1.875q.346 0 .529-.278t.029-.587L9.666 4.677q-.085-.183-.025-.368q.061-.186.244-.29q.182-.104.387-.034t.29.253L13.156 9.6q.385.808-.079 1.546q-.463.739-1.37.739H10v1.307q0 .633-.434 1.067q-.433.433-1.066.433"/></svg>
</template>

CSS

.icon-voice-selection-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%22M17.984%2021.146q-.215%200-.358-.144t-.143-.359q0-.1.038-.198q.038-.097.102-.158q1.094-1.095%201.678-2.485t.584-2.973q0-1.558-.584-2.951t-1.678-2.487q-.064-.063-.102-.162q-.038-.1-.038-.2q0-.212.144-.355q.145-.143.359-.143q.1%200%20.194.043t.157.103q1.234%201.235%201.891%202.82q.657%201.586.657%203.334q0%201.769-.657%203.352T18.337%2021q-.063.061-.158.104q-.094.042-.195.042m-2.41-2.407q-.212%200-.356-.145t-.143-.359q0-.1.043-.194t.103-.157q.621-.62.95-1.404t.329-1.642t-.332-1.641t-.947-1.405q-.073-.063-.11-.157t-.036-.196q0-.214.145-.357q.144-.144.358-.144q.1%200%20.198.037t.159.11q.736.736%201.15%201.702q.415.967.415%202.051t-.414%202.052q-.415.966-1.151%201.702q-.063.074-.162.11q-.1.036-.2.036M8.5%2014.692H6v.525q0%20.914.615%201.576q.614.663%201.516.888l.3.075q.788.211.846%201.096T8.49%2020.08q-1.196.497-2.452.687q-1.255.19-2.538.227q-.214.006-.357-.138T3%2020.499t.144-.352t.356-.153q1.112-.03%202.195-.174q1.084-.143%202.145-.54q.231-.095.212-.355t-.346-.336q-1.189-.345-1.947-1.269Q5%2016.396%205%2015.18v-.68q0-.343.232-.575t.576-.233h2.577q.269%200%20.442-.173T9%2013.077v-1.385q0-.343.232-.575t.576-.233h1.875q.346%200%20.529-.278t.029-.587L9.666%204.677q-.085-.183-.025-.368q.061-.186.244-.29q.182-.104.387-.034t.29.253L13.156%209.6q.385.808-.079%201.546q-.463.739-1.37.739H10v1.307q0%20.633-.434%201.067q-.433.433-1.066.433%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%22M17.984%2021.146q-.215%200-.358-.144t-.143-.359q0-.1.038-.198q.038-.097.102-.158q1.094-1.095%201.678-2.485t.584-2.973q0-1.558-.584-2.951t-1.678-2.487q-.064-.063-.102-.162q-.038-.1-.038-.2q0-.212.144-.355q.145-.143.359-.143q.1%200%20.194.043t.157.103q1.234%201.235%201.891%202.82q.657%201.586.657%203.334q0%201.769-.657%203.352T18.337%2021q-.063.061-.158.104q-.094.042-.195.042m-2.41-2.407q-.212%200-.356-.145t-.143-.359q0-.1.043-.194t.103-.157q.621-.62.95-1.404t.329-1.642t-.332-1.641t-.947-1.405q-.073-.063-.11-.157t-.036-.196q0-.214.145-.357q.144-.144.358-.144q.1%200%20.198.037t.159.11q.736.736%201.15%201.702q.415.967.415%202.051t-.414%202.052q-.415.966-1.151%201.702q-.063.074-.162.11q-.1.036-.2.036M8.5%2014.692H6v.525q0%20.914.615%201.576q.614.663%201.516.888l.3.075q.788.211.846%201.096T8.49%2020.08q-1.196.497-2.452.687q-1.255.19-2.538.227q-.214.006-.357-.138T3%2020.499t.144-.352t.356-.153q1.112-.03%202.195-.174q1.084-.143%202.145-.54q.231-.095.212-.355t-.346-.336q-1.189-.345-1.947-1.269Q5%2016.396%205%2015.18v-.68q0-.343.232-.575t.576-.233h2.577q.269%200%20.442-.173T9%2013.077v-1.385q0-.343.232-.575t.576-.233h1.875q.346%200%20.529-.278t.029-.587L9.666%204.677q-.085-.183-.025-.368q.061-.186.244-.29q.182-.104.387-.034t.29.253L13.156%209.6q.385.808-.079%201.546q-.463.739-1.37.739H10v1.307q0%20.633-.434%201.067q-.433.433-1.066.433%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/voice-selection-rounded.svg?color=%231a73e8&size=48