outline ring volume icon

outline-ring-volume from Google Material Icons by Material Design Authors · Baseline · Communication · Apache-2.0 Free for personal and commercial use.

Name
outline-ring-volume
Set
Google Material Icons
Style
Baseline
Category
Communication
Viewbox
24×24
License
Apache 2.0

More communication icons from Google Material Icons

Use the outline ring volume icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23.71 16.67A16.97 16.97 0 0 0 12 12C7.46 12 3.34 13.78.29 16.67c-.18.18-.29.43-.29.71s.11.53.29.71l2.48 2.48c.18.18.43.29.71.29c.27 0 .52-.11.7-.28c.79-.74 1.69-1.36 2.66-1.85c.33-.16.56-.5.56-.9v-3.1c1.45-.48 3-.73 4.6-.73s3.15.25 4.6.72v3.1c0 .39.23.74.56.9c.98.49 1.87 1.12 2.66 1.85c.18.18.43.28.7.28c.28 0 .53-.11.71-.29l2.48-2.48c.18-.18.29-.43.29-.71a1 1 0 0 0-.29-.7m-18.31.56c-.66.37-1.29.8-1.87 1.27l-1.07-1.07c.91-.75 1.9-1.39 2.95-1.9v1.7zm15.07 1.26c-.59-.48-1.21-.9-1.87-1.27v-1.7c1.04.51 2.03 1.15 2.94 1.9zm.69-12.23l-1.41-1.41l-3.56 3.55l1.41 1.41s3.45-3.52 3.56-3.55M11 2h2v5h-2zM6.4 9.81L7.81 8.4L4.26 4.84L2.84 6.26c.11.03 3.56 3.55 3.56 3.55"/></svg>

React

import type { SVGProps } from "react";

export function IcOutlineRingVolume(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="M23.71 16.67A16.97 16.97 0 0 0 12 12C7.46 12 3.34 13.78.29 16.67c-.18.18-.29.43-.29.71s.11.53.29.71l2.48 2.48c.18.18.43.29.71.29c.27 0 .52-.11.7-.28c.79-.74 1.69-1.36 2.66-1.85c.33-.16.56-.5.56-.9v-3.1c1.45-.48 3-.73 4.6-.73s3.15.25 4.6.72v3.1c0 .39.23.74.56.9c.98.49 1.87 1.12 2.66 1.85c.18.18.43.28.7.28c.28 0 .53-.11.71-.29l2.48-2.48c.18-.18.29-.43.29-.71a1 1 0 0 0-.29-.7m-18.31.56c-.66.37-1.29.8-1.87 1.27l-1.07-1.07c.91-.75 1.9-1.39 2.95-1.9v1.7zm15.07 1.26c-.59-.48-1.21-.9-1.87-1.27v-1.7c1.04.51 2.03 1.15 2.94 1.9zm.69-12.23l-1.41-1.41l-3.56 3.55l1.41 1.41s3.45-3.52 3.56-3.55M11 2h2v5h-2zM6.4 9.81L7.81 8.4L4.26 4.84L2.84 6.26c.11.03 3.56 3.55 3.56 3.55"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23.71 16.67A16.97 16.97 0 0 0 12 12C7.46 12 3.34 13.78.29 16.67c-.18.18-.29.43-.29.71s.11.53.29.71l2.48 2.48c.18.18.43.29.71.29c.27 0 .52-.11.7-.28c.79-.74 1.69-1.36 2.66-1.85c.33-.16.56-.5.56-.9v-3.1c1.45-.48 3-.73 4.6-.73s3.15.25 4.6.72v3.1c0 .39.23.74.56.9c.98.49 1.87 1.12 2.66 1.85c.18.18.43.28.7.28c.28 0 .53-.11.71-.29l2.48-2.48c.18-.18.29-.43.29-.71a1 1 0 0 0-.29-.7m-18.31.56c-.66.37-1.29.8-1.87 1.27l-1.07-1.07c.91-.75 1.9-1.39 2.95-1.9v1.7zm15.07 1.26c-.59-.48-1.21-.9-1.87-1.27v-1.7c1.04.51 2.03 1.15 2.94 1.9zm.69-12.23l-1.41-1.41l-3.56 3.55l1.41 1.41s3.45-3.52 3.56-3.55M11 2h2v5h-2zM6.4 9.81L7.81 8.4L4.26 4.84L2.84 6.26c.11.03 3.56 3.55 3.56 3.55"/></svg>
</template>

CSS

.icon-outline-ring-volume {
  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%22M23.71%2016.67A16.97%2016.97%200%200%200%2012%2012C7.46%2012%203.34%2013.78.29%2016.67c-.18.18-.29.43-.29.71s.11.53.29.71l2.48%202.48c.18.18.43.29.71.29c.27%200%20.52-.11.7-.28c.79-.74%201.69-1.36%202.66-1.85c.33-.16.56-.5.56-.9v-3.1c1.45-.48%203-.73%204.6-.73s3.15.25%204.6.72v3.1c0%20.39.23.74.56.9c.98.49%201.87%201.12%202.66%201.85c.18.18.43.28.7.28c.28%200%20.53-.11.71-.29l2.48-2.48c.18-.18.29-.43.29-.71a1%201%200%200%200-.29-.7m-18.31.56c-.66.37-1.29.8-1.87%201.27l-1.07-1.07c.91-.75%201.9-1.39%202.95-1.9v1.7zm15.07%201.26c-.59-.48-1.21-.9-1.87-1.27v-1.7c1.04.51%202.03%201.15%202.94%201.9zm.69-12.23l-1.41-1.41l-3.56%203.55l1.41%201.41s3.45-3.52%203.56-3.55M11%202h2v5h-2zM6.4%209.81L7.81%208.4L4.26%204.84L2.84%206.26c.11.03%203.56%203.55%203.56%203.55%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%22M23.71%2016.67A16.97%2016.97%200%200%200%2012%2012C7.46%2012%203.34%2013.78.29%2016.67c-.18.18-.29.43-.29.71s.11.53.29.71l2.48%202.48c.18.18.43.29.71.29c.27%200%20.52-.11.7-.28c.79-.74%201.69-1.36%202.66-1.85c.33-.16.56-.5.56-.9v-3.1c1.45-.48%203-.73%204.6-.73s3.15.25%204.6.72v3.1c0%20.39.23.74.56.9c.98.49%201.87%201.12%202.66%201.85c.18.18.43.28.7.28c.28%200%20.53-.11.71-.29l2.48-2.48c.18-.18.29-.43.29-.71a1%201%200%200%200-.29-.7m-18.31.56c-.66.37-1.29.8-1.87%201.27l-1.07-1.07c.91-.75%201.9-1.39%202.95-1.9v1.7zm15.07%201.26c-.59-.48-1.21-.9-1.87-1.27v-1.7c1.04.51%202.03%201.15%202.94%201.9zm.69-12.23l-1.41-1.41l-3.56%203.55l1.41%201.41s3.45-3.52%203.56-3.55M11%202h2v5h-2zM6.4%209.81L7.81%208.4L4.26%204.84L2.84%206.26c.11.03%203.56%203.55%203.56%203.55%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/outline-ring-volume.svg?color=%231a73e8&size=48