voice from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.

Name
voice
Set
Web3 Icons
Style
Mono
Viewbox
24×24
License
MIT

The same logo in other sets

Use the voice logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12 20.47c4.738 0 8.47-3.732 8.47-8.47S16.739 3.53 12 3.53S3.53 7.261 3.53 12s3.732 8.47 8.47 8.47m0 .53a9 9 0 1 0 0-17.999A9 9 0 0 0 12 21" clip-rule="evenodd"/><path fill="currentColor" d="M11.91 10.941v2.647h.62v-2.647zm.037-.45q.112.105.286.106a.38.38 0 0 0 .28-.106a.37.37 0 0 0 .082-.399a.3.3 0 0 0-.081-.11a.4.4 0 0 0-.281-.1a.4.4 0 0 0-.286.106a.33.33 0 0 0-.106.249q.001.15.106.254m2.404 3.097c-.276 0-.52-.053-.736-.17a1.3 1.3 0 0 1-.672-1.153a1.28 1.28 0 0 1 .672-1.155c.212-.11.46-.169.736-.169c.249 0 .476.053.667.159a.98.98 0 0 1 .44.44l-.467.275a.74.74 0 0 0-.646-.36a.86.86 0 0 0-.407.095a.7.7 0 0 0-.28.28a.87.87 0 0 0-.107.435a.9.9 0 0 0 .106.434a.7.7 0 0 0 .28.275a.84.84 0 0 0 .769.01a.73.73 0 0 0 .285-.27l.466.265a1.06 1.06 0 0 1-.44.456a1.4 1.4 0 0 1-.672.153zm2.78 0c-.292 0-.546-.053-.763-.17a1.3 1.3 0 0 1-.503-.476a1.3 1.3 0 0 1-.175-.677a1.26 1.26 0 0 1 .646-1.155c.212-.11.44-.169.699-.169c.254 0 .476.053.678.164c.195.106.354.265.465.466c.148.27.204.58.16.884h-2.039a.8.8 0 0 0 .095.25c.069.115.17.21.302.274a1 1 0 0 0 .445.096q.222.001.397-.07a.8.8 0 0 0 .312-.211l.323.37a1.16 1.16 0 0 1-.44.318a1.7 1.7 0 0 1-.603.106m-.753-1.8a.9.9 0 0 0-.084.265h1.482a.7.7 0 0 0-.355-.53a.7.7 0 0 0-.386-.1a.8.8 0 0 0-.392.1a.7.7 0 0 0-.265.265m-6.353 1.8c-.264 0-.508-.053-.714-.17a1.31 1.31 0 0 1-.673-1.153a1.28 1.28 0 0 1 .673-1.155a1.5 1.5 0 0 1 .714-.169c.265 0 .509.053.715.17c.212.11.37.264.492.465c.117.196.18.424.18.689a1.3 1.3 0 0 1-.672 1.154c-.212.11-.45.17-.715.17m0-.519q.222 0 .397-.095a.67.67 0 0 0 .276-.28a.9.9 0 0 0 .1-.43a.85.85 0 0 0-.105-.434a.7.7 0 0 0-.27-.28a.8.8 0 0 0-.398-.096a.71.71 0 0 0-.672.376a.9.9 0 0 0-.1.435c0 .158.037.307.105.423a.71.71 0 0 0 .667.381m-4.357-2.128l1.112 2.647h.635l1.112-2.647h-.582L7.108 12.9l-.81-1.959h-.635z"/></svg>

React

import type { SVGProps } from "react";

export function TokenVoice(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" fillRule="evenodd" d="M12 20.47c4.738 0 8.47-3.732 8.47-8.47S16.739 3.53 12 3.53S3.53 7.261 3.53 12s3.732 8.47 8.47 8.47m0 .53a9 9 0 1 0 0-17.999A9 9 0 0 0 12 21" clipRule="evenodd"/><path fill="currentColor" d="M11.91 10.941v2.647h.62v-2.647zm.037-.45q.112.105.286.106a.38.38 0 0 0 .28-.106a.37.37 0 0 0 .082-.399a.3.3 0 0 0-.081-.11a.4.4 0 0 0-.281-.1a.4.4 0 0 0-.286.106a.33.33 0 0 0-.106.249q.001.15.106.254m2.404 3.097c-.276 0-.52-.053-.736-.17a1.3 1.3 0 0 1-.672-1.153a1.28 1.28 0 0 1 .672-1.155c.212-.11.46-.169.736-.169c.249 0 .476.053.667.159a.98.98 0 0 1 .44.44l-.467.275a.74.74 0 0 0-.646-.36a.86.86 0 0 0-.407.095a.7.7 0 0 0-.28.28a.87.87 0 0 0-.107.435a.9.9 0 0 0 .106.434a.7.7 0 0 0 .28.275a.84.84 0 0 0 .769.01a.73.73 0 0 0 .285-.27l.466.265a1.06 1.06 0 0 1-.44.456a1.4 1.4 0 0 1-.672.153zm2.78 0c-.292 0-.546-.053-.763-.17a1.3 1.3 0 0 1-.503-.476a1.3 1.3 0 0 1-.175-.677a1.26 1.26 0 0 1 .646-1.155c.212-.11.44-.169.699-.169c.254 0 .476.053.678.164c.195.106.354.265.465.466c.148.27.204.58.16.884h-2.039a.8.8 0 0 0 .095.25c.069.115.17.21.302.274a1 1 0 0 0 .445.096q.222.001.397-.07a.8.8 0 0 0 .312-.211l.323.37a1.16 1.16 0 0 1-.44.318a1.7 1.7 0 0 1-.603.106m-.753-1.8a.9.9 0 0 0-.084.265h1.482a.7.7 0 0 0-.355-.53a.7.7 0 0 0-.386-.1a.8.8 0 0 0-.392.1a.7.7 0 0 0-.265.265m-6.353 1.8c-.264 0-.508-.053-.714-.17a1.31 1.31 0 0 1-.673-1.153a1.28 1.28 0 0 1 .673-1.155a1.5 1.5 0 0 1 .714-.169c.265 0 .509.053.715.17c.212.11.37.264.492.465c.117.196.18.424.18.689a1.3 1.3 0 0 1-.672 1.154c-.212.11-.45.17-.715.17m0-.519q.222 0 .397-.095a.67.67 0 0 0 .276-.28a.9.9 0 0 0 .1-.43a.85.85 0 0 0-.105-.434a.7.7 0 0 0-.27-.28a.8.8 0 0 0-.398-.096a.71.71 0 0 0-.672.376a.9.9 0 0 0-.1.435c0 .158.037.307.105.423a.71.71 0 0 0 .667.381m-4.357-2.128l1.112 2.647h.635l1.112-2.647h-.582L7.108 12.9l-.81-1.959h-.635z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12 20.47c4.738 0 8.47-3.732 8.47-8.47S16.739 3.53 12 3.53S3.53 7.261 3.53 12s3.732 8.47 8.47 8.47m0 .53a9 9 0 1 0 0-17.999A9 9 0 0 0 12 21" clip-rule="evenodd"/><path fill="currentColor" d="M11.91 10.941v2.647h.62v-2.647zm.037-.45q.112.105.286.106a.38.38 0 0 0 .28-.106a.37.37 0 0 0 .082-.399a.3.3 0 0 0-.081-.11a.4.4 0 0 0-.281-.1a.4.4 0 0 0-.286.106a.33.33 0 0 0-.106.249q.001.15.106.254m2.404 3.097c-.276 0-.52-.053-.736-.17a1.3 1.3 0 0 1-.672-1.153a1.28 1.28 0 0 1 .672-1.155c.212-.11.46-.169.736-.169c.249 0 .476.053.667.159a.98.98 0 0 1 .44.44l-.467.275a.74.74 0 0 0-.646-.36a.86.86 0 0 0-.407.095a.7.7 0 0 0-.28.28a.87.87 0 0 0-.107.435a.9.9 0 0 0 .106.434a.7.7 0 0 0 .28.275a.84.84 0 0 0 .769.01a.73.73 0 0 0 .285-.27l.466.265a1.06 1.06 0 0 1-.44.456a1.4 1.4 0 0 1-.672.153zm2.78 0c-.292 0-.546-.053-.763-.17a1.3 1.3 0 0 1-.503-.476a1.3 1.3 0 0 1-.175-.677a1.26 1.26 0 0 1 .646-1.155c.212-.11.44-.169.699-.169c.254 0 .476.053.678.164c.195.106.354.265.465.466c.148.27.204.58.16.884h-2.039a.8.8 0 0 0 .095.25c.069.115.17.21.302.274a1 1 0 0 0 .445.096q.222.001.397-.07a.8.8 0 0 0 .312-.211l.323.37a1.16 1.16 0 0 1-.44.318a1.7 1.7 0 0 1-.603.106m-.753-1.8a.9.9 0 0 0-.084.265h1.482a.7.7 0 0 0-.355-.53a.7.7 0 0 0-.386-.1a.8.8 0 0 0-.392.1a.7.7 0 0 0-.265.265m-6.353 1.8c-.264 0-.508-.053-.714-.17a1.31 1.31 0 0 1-.673-1.153a1.28 1.28 0 0 1 .673-1.155a1.5 1.5 0 0 1 .714-.169c.265 0 .509.053.715.17c.212.11.37.264.492.465c.117.196.18.424.18.689a1.3 1.3 0 0 1-.672 1.154c-.212.11-.45.17-.715.17m0-.519q.222 0 .397-.095a.67.67 0 0 0 .276-.28a.9.9 0 0 0 .1-.43a.85.85 0 0 0-.105-.434a.7.7 0 0 0-.27-.28a.8.8 0 0 0-.398-.096a.71.71 0 0 0-.672.376a.9.9 0 0 0-.1.435c0 .158.037.307.105.423a.71.71 0 0 0 .667.381m-4.357-2.128l1.112 2.647h.635l1.112-2.647h-.582L7.108 12.9l-.81-1.959h-.635z"/></svg>
</template>

CSS

.icon-voice {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M12%2020.47c4.738%200%208.47-3.732%208.47-8.47S16.739%203.53%2012%203.53S3.53%207.261%203.53%2012s3.732%208.47%208.47%208.47m0%20.53a9%209%200%201%200%200-17.999A9%209%200%200%200%2012%2021%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.91%2010.941v2.647h.62v-2.647zm.037-.45q.112.105.286.106a.38.38%200%200%200%20.28-.106a.37.37%200%200%200%20.082-.399a.3.3%200%200%200-.081-.11a.4.4%200%200%200-.281-.1a.4.4%200%200%200-.286.106a.33.33%200%200%200-.106.249q.001.15.106.254m2.404%203.097c-.276%200-.52-.053-.736-.17a1.3%201.3%200%200%201-.672-1.153a1.28%201.28%200%200%201%20.672-1.155c.212-.11.46-.169.736-.169c.249%200%20.476.053.667.159a.98.98%200%200%201%20.44.44l-.467.275a.74.74%200%200%200-.646-.36a.86.86%200%200%200-.407.095a.7.7%200%200%200-.28.28a.87.87%200%200%200-.107.435a.9.9%200%200%200%20.106.434a.7.7%200%200%200%20.28.275a.84.84%200%200%200%20.769.01a.73.73%200%200%200%20.285-.27l.466.265a1.06%201.06%200%200%201-.44.456a1.4%201.4%200%200%201-.672.153zm2.78%200c-.292%200-.546-.053-.763-.17a1.3%201.3%200%200%201-.503-.476a1.3%201.3%200%200%201-.175-.677a1.26%201.26%200%200%201%20.646-1.155c.212-.11.44-.169.699-.169c.254%200%20.476.053.678.164c.195.106.354.265.465.466c.148.27.204.58.16.884h-2.039a.8.8%200%200%200%20.095.25c.069.115.17.21.302.274a1%201%200%200%200%20.445.096q.222.001.397-.07a.8.8%200%200%200%20.312-.211l.323.37a1.16%201.16%200%200%201-.44.318a1.7%201.7%200%200%201-.603.106m-.753-1.8a.9.9%200%200%200-.084.265h1.482a.7.7%200%200%200-.355-.53a.7.7%200%200%200-.386-.1a.8.8%200%200%200-.392.1a.7.7%200%200%200-.265.265m-6.353%201.8c-.264%200-.508-.053-.714-.17a1.31%201.31%200%200%201-.673-1.153a1.28%201.28%200%200%201%20.673-1.155a1.5%201.5%200%200%201%20.714-.169c.265%200%20.509.053.715.17c.212.11.37.264.492.465c.117.196.18.424.18.689a1.3%201.3%200%200%201-.672%201.154c-.212.11-.45.17-.715.17m0-.519q.222%200%20.397-.095a.67.67%200%200%200%20.276-.28a.9.9%200%200%200%20.1-.43a.85.85%200%200%200-.105-.434a.7.7%200%200%200-.27-.28a.8.8%200%200%200-.398-.096a.71.71%200%200%200-.672.376a.9.9%200%200%200-.1.435c0%20.158.037.307.105.423a.71.71%200%200%200%20.667.381m-4.357-2.128l1.112%202.647h.635l1.112-2.647h-.582L7.108%2012.9l-.81-1.959h-.635z%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%20fill-rule%3D%22evenodd%22%20d%3D%22M12%2020.47c4.738%200%208.47-3.732%208.47-8.47S16.739%203.53%2012%203.53S3.53%207.261%203.53%2012s3.732%208.47%208.47%208.47m0%20.53a9%209%200%201%200%200-17.999A9%209%200%200%200%2012%2021%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.91%2010.941v2.647h.62v-2.647zm.037-.45q.112.105.286.106a.38.38%200%200%200%20.28-.106a.37.37%200%200%200%20.082-.399a.3.3%200%200%200-.081-.11a.4.4%200%200%200-.281-.1a.4.4%200%200%200-.286.106a.33.33%200%200%200-.106.249q.001.15.106.254m2.404%203.097c-.276%200-.52-.053-.736-.17a1.3%201.3%200%200%201-.672-1.153a1.28%201.28%200%200%201%20.672-1.155c.212-.11.46-.169.736-.169c.249%200%20.476.053.667.159a.98.98%200%200%201%20.44.44l-.467.275a.74.74%200%200%200-.646-.36a.86.86%200%200%200-.407.095a.7.7%200%200%200-.28.28a.87.87%200%200%200-.107.435a.9.9%200%200%200%20.106.434a.7.7%200%200%200%20.28.275a.84.84%200%200%200%20.769.01a.73.73%200%200%200%20.285-.27l.466.265a1.06%201.06%200%200%201-.44.456a1.4%201.4%200%200%201-.672.153zm2.78%200c-.292%200-.546-.053-.763-.17a1.3%201.3%200%200%201-.503-.476a1.3%201.3%200%200%201-.175-.677a1.26%201.26%200%200%201%20.646-1.155c.212-.11.44-.169.699-.169c.254%200%20.476.053.678.164c.195.106.354.265.465.466c.148.27.204.58.16.884h-2.039a.8.8%200%200%200%20.095.25c.069.115.17.21.302.274a1%201%200%200%200%20.445.096q.222.001.397-.07a.8.8%200%200%200%20.312-.211l.323.37a1.16%201.16%200%200%201-.44.318a1.7%201.7%200%200%201-.603.106m-.753-1.8a.9.9%200%200%200-.084.265h1.482a.7.7%200%200%200-.355-.53a.7.7%200%200%200-.386-.1a.8.8%200%200%200-.392.1a.7.7%200%200%200-.265.265m-6.353%201.8c-.264%200-.508-.053-.714-.17a1.31%201.31%200%200%201-.673-1.153a1.28%201.28%200%200%201%20.673-1.155a1.5%201.5%200%200%201%20.714-.169c.265%200%20.509.053.715.17c.212.11.37.264.492.465c.117.196.18.424.18.689a1.3%201.3%200%200%201-.672%201.154c-.212.11-.45.17-.715.17m0-.519q.222%200%20.397-.095a.67.67%200%200%200%20.276-.28a.9.9%200%200%200%20.1-.43a.85.85%200%200%200-.105-.434a.7.7%200%200%200-.27-.28a.8.8%200%200%200-.398-.096a.71.71%200%200%200-.672.376a.9.9%200%200%200-.1.435c0%20.158.037.307.105.423a.71.71%200%200%200%20.667.381m-4.357-2.128l1.112%202.647h.635l1.112-2.647h-.582L7.108%2012.9l-.81-1.959h-.635z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token/voice.svg?color=%231a73e8&size=48