round ring volume icon
round-ring-volume from Google Material Icons by Material Design Authors · Baseline · Communication · Apache-2.0 Free for personal and commercial use.
- Name
- round-ring-volume
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Communication
- Viewbox
- 24×24
- License
- Apache 2.0
More communication icons from Google Material Icons
baseline-3pbaseline-add-ic-callbaseline-alternate-emailbaseline-app-registrationbaseline-businessbaseline-callbaseline-call-endbaseline-call-madebaseline-call-mergebaseline-call-missedbaseline-call-missed-outgoingbaseline-call-receivedbaseline-call-splitbaseline-cancel-presentationbaseline-cell-towerbaseline-cell-wifibaseline-chatbaseline-chat-bubblebaseline-clear-allbaseline-co-presentbaseline-commentbaseline-comments-disabledbaseline-contact-emergencybaseline-contact-mail
Use the round 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="M11.98 7h.03c.55 0 .99-.44.99-.98V2.98c0-.54-.44-.98-.98-.98h-.03c-.55 0-.99.44-.99.98v3.03c0 .55.44.99.98.99m4.92 2.11c.39.39 1.01.39 1.4 0c.62-.63 1.52-1.54 2.15-2.17a.97.97 0 0 0 0-1.39a.99.99 0 0 0-1.39 0L16.89 7.7a.97.97 0 0 0 0 1.39zM5.71 9.1c.38.39 1.01.39 1.4 0a.99.99 0 0 0 0-1.39L4.96 5.54a.97.97 0 0 0-1.39 0l-.02.01a.97.97 0 0 0 0 1.39c.63.62 1.54 1.53 2.16 2.16m17.58 7.13c-6.41-5.66-16.07-5.66-22.48 0c-.85.75-.85 2.08-.05 2.88l1.22 1.22c.72.72 1.86.78 2.66.15l2-1.59c.48-.38.76-.96.76-1.57v-2.6c3.02-.98 6.29-.99 9.32 0v2.61c0 .61.28 1.19.76 1.57l1.99 1.58c.8.63 1.94.57 2.66-.15l1.22-1.22c.79-.8.79-2.13-.06-2.88"/></svg>
React
import type { SVGProps } from "react";
export function IcRoundRingVolume(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="M11.98 7h.03c.55 0 .99-.44.99-.98V2.98c0-.54-.44-.98-.98-.98h-.03c-.55 0-.99.44-.99.98v3.03c0 .55.44.99.98.99m4.92 2.11c.39.39 1.01.39 1.4 0c.62-.63 1.52-1.54 2.15-2.17a.97.97 0 0 0 0-1.39a.99.99 0 0 0-1.39 0L16.89 7.7a.97.97 0 0 0 0 1.39zM5.71 9.1c.38.39 1.01.39 1.4 0a.99.99 0 0 0 0-1.39L4.96 5.54a.97.97 0 0 0-1.39 0l-.02.01a.97.97 0 0 0 0 1.39c.63.62 1.54 1.53 2.16 2.16m17.58 7.13c-6.41-5.66-16.07-5.66-22.48 0c-.85.75-.85 2.08-.05 2.88l1.22 1.22c.72.72 1.86.78 2.66.15l2-1.59c.48-.38.76-.96.76-1.57v-2.6c3.02-.98 6.29-.99 9.32 0v2.61c0 .61.28 1.19.76 1.57l1.99 1.58c.8.63 1.94.57 2.66-.15l1.22-1.22c.79-.8.79-2.13-.06-2.88"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.98 7h.03c.55 0 .99-.44.99-.98V2.98c0-.54-.44-.98-.98-.98h-.03c-.55 0-.99.44-.99.98v3.03c0 .55.44.99.98.99m4.92 2.11c.39.39 1.01.39 1.4 0c.62-.63 1.52-1.54 2.15-2.17a.97.97 0 0 0 0-1.39a.99.99 0 0 0-1.39 0L16.89 7.7a.97.97 0 0 0 0 1.39zM5.71 9.1c.38.39 1.01.39 1.4 0a.99.99 0 0 0 0-1.39L4.96 5.54a.97.97 0 0 0-1.39 0l-.02.01a.97.97 0 0 0 0 1.39c.63.62 1.54 1.53 2.16 2.16m17.58 7.13c-6.41-5.66-16.07-5.66-22.48 0c-.85.75-.85 2.08-.05 2.88l1.22 1.22c.72.72 1.86.78 2.66.15l2-1.59c.48-.38.76-.96.76-1.57v-2.6c3.02-.98 6.29-.99 9.32 0v2.61c0 .61.28 1.19.76 1.57l1.99 1.58c.8.63 1.94.57 2.66-.15l1.22-1.22c.79-.8.79-2.13-.06-2.88"/></svg> </template>
CSS
.icon-round-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%22M11.98%207h.03c.55%200%20.99-.44.99-.98V2.98c0-.54-.44-.98-.98-.98h-.03c-.55%200-.99.44-.99.98v3.03c0%20.55.44.99.98.99m4.92%202.11c.39.39%201.01.39%201.4%200c.62-.63%201.52-1.54%202.15-2.17a.97.97%200%200%200%200-1.39a.99.99%200%200%200-1.39%200L16.89%207.7a.97.97%200%200%200%200%201.39zM5.71%209.1c.38.39%201.01.39%201.4%200a.99.99%200%200%200%200-1.39L4.96%205.54a.97.97%200%200%200-1.39%200l-.02.01a.97.97%200%200%200%200%201.39c.63.62%201.54%201.53%202.16%202.16m17.58%207.13c-6.41-5.66-16.07-5.66-22.48%200c-.85.75-.85%202.08-.05%202.88l1.22%201.22c.72.72%201.86.78%202.66.15l2-1.59c.48-.38.76-.96.76-1.57v-2.6c3.02-.98%206.29-.99%209.32%200v2.61c0%20.61.28%201.19.76%201.57l1.99%201.58c.8.63%201.94.57%202.66-.15l1.22-1.22c.79-.8.79-2.13-.06-2.88%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%22M11.98%207h.03c.55%200%20.99-.44.99-.98V2.98c0-.54-.44-.98-.98-.98h-.03c-.55%200-.99.44-.99.98v3.03c0%20.55.44.99.98.99m4.92%202.11c.39.39%201.01.39%201.4%200c.62-.63%201.52-1.54%202.15-2.17a.97.97%200%200%200%200-1.39a.99.99%200%200%200-1.39%200L16.89%207.7a.97.97%200%200%200%200%201.39zM5.71%209.1c.38.39%201.01.39%201.4%200a.99.99%200%200%200%200-1.39L4.96%205.54a.97.97%200%200%200-1.39%200l-.02.01a.97.97%200%200%200%200%201.39c.63.62%201.54%201.53%202.16%202.16m17.58%207.13c-6.41-5.66-16.07-5.66-22.48%200c-.85.75-.85%202.08-.05%202.88l1.22%201.22c.72.72%201.86.78%202.66.15l2-1.59c.48-.38.76-.96.76-1.57v-2.6c3.02-.98%206.29-.99%209.32%200v2.61c0%20.61.28%201.19.76%201.57l1.99%201.58c.8.63%201.94.57%202.66-.15l1.22-1.22c.79-.8.79-2.13-.06-2.88%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-ring-volume.svg?color=%231a73e8&size=48