round voice over off icon
round-voice-over-off from Google Material Icons by Material Design Authors · Baseline · Action · Apache-2.0 Free for personal and commercial use.
- Name
- round-voice-over-off
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Action
- Viewbox
- 24×24
- License
- Apache 2.0
More action icons from Google Material Icons
baseline-123baseline-3d-rotationbaseline-abcbaseline-accessibilitybaseline-accessibility-newbaseline-accessiblebaseline-accessible-forwardbaseline-account-balancebaseline-account-balance-walletbaseline-account-boxbaseline-account-circlebaseline-add-cardbaseline-add-homebaseline-add-shopping-cartbaseline-add-taskbaseline-add-to-drivebaseline-addchartbaseline-admin-panel-settingsbaseline-ads-clickbaseline-alarmbaseline-alarm-addbaseline-alarm-offbaseline-alarm-onbaseline-all-inbox
Use the round voice over off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.72 6.41c-.35.35-.44.88-.25 1.35c.3.75.32 1.58.05 2.34c-.16.46-.06.98.29 1.32c.6.6 1.66.47 2.02-.31c.64-1.39.6-2.99-.12-4.41a1.25 1.25 0 0 0-1.99-.29m3.46-3.52c-.4.4-.46 1.02-.13 1.48c1.93 2.68 1.95 6.25.09 9.07c-.31.46-.23 1.08.16 1.47c.51.51 1.38.46 1.81-.13c2.57-3.51 2.52-8.2-.17-11.77c-.43-.56-1.26-.62-1.76-.12M9.43 5.04l3.53 3.53a3.98 3.98 0 0 0-3.53-3.53M3.71 3.56a.996.996 0 0 0 0 1.41l1.91 1.91a3.98 3.98 0 0 0-.47 3.2c.36 1.33 1.44 2.4 2.77 2.77c1.19.33 2.31.09 3.2-.47l4.4 4.4C13.74 15.6 10.78 15 9 15c-2.67 0-8 1.34-8 4v1c0 .55.45 1 1 1h14c.55 0 1-.45 1-1v-1c0-.37-.11-.7-.29-1.02l2.31 2.31a.996.996 0 1 0 1.41-1.41L5.12 3.56a.996.996 0 0 0-1.41 0"/></svg>
React
import type { SVGProps } from "react";
export function IcRoundVoiceOverOff(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="M15.72 6.41c-.35.35-.44.88-.25 1.35c.3.75.32 1.58.05 2.34c-.16.46-.06.98.29 1.32c.6.6 1.66.47 2.02-.31c.64-1.39.6-2.99-.12-4.41a1.25 1.25 0 0 0-1.99-.29m3.46-3.52c-.4.4-.46 1.02-.13 1.48c1.93 2.68 1.95 6.25.09 9.07c-.31.46-.23 1.08.16 1.47c.51.51 1.38.46 1.81-.13c2.57-3.51 2.52-8.2-.17-11.77c-.43-.56-1.26-.62-1.76-.12M9.43 5.04l3.53 3.53a3.98 3.98 0 0 0-3.53-3.53M3.71 3.56a.996.996 0 0 0 0 1.41l1.91 1.91a3.98 3.98 0 0 0-.47 3.2c.36 1.33 1.44 2.4 2.77 2.77c1.19.33 2.31.09 3.2-.47l4.4 4.4C13.74 15.6 10.78 15 9 15c-2.67 0-8 1.34-8 4v1c0 .55.45 1 1 1h14c.55 0 1-.45 1-1v-1c0-.37-.11-.7-.29-1.02l2.31 2.31a.996.996 0 1 0 1.41-1.41L5.12 3.56a.996.996 0 0 0-1.41 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.72 6.41c-.35.35-.44.88-.25 1.35c.3.75.32 1.58.05 2.34c-.16.46-.06.98.29 1.32c.6.6 1.66.47 2.02-.31c.64-1.39.6-2.99-.12-4.41a1.25 1.25 0 0 0-1.99-.29m3.46-3.52c-.4.4-.46 1.02-.13 1.48c1.93 2.68 1.95 6.25.09 9.07c-.31.46-.23 1.08.16 1.47c.51.51 1.38.46 1.81-.13c2.57-3.51 2.52-8.2-.17-11.77c-.43-.56-1.26-.62-1.76-.12M9.43 5.04l3.53 3.53a3.98 3.98 0 0 0-3.53-3.53M3.71 3.56a.996.996 0 0 0 0 1.41l1.91 1.91a3.98 3.98 0 0 0-.47 3.2c.36 1.33 1.44 2.4 2.77 2.77c1.19.33 2.31.09 3.2-.47l4.4 4.4C13.74 15.6 10.78 15 9 15c-2.67 0-8 1.34-8 4v1c0 .55.45 1 1 1h14c.55 0 1-.45 1-1v-1c0-.37-.11-.7-.29-1.02l2.31 2.31a.996.996 0 1 0 1.41-1.41L5.12 3.56a.996.996 0 0 0-1.41 0"/></svg> </template>
CSS
.icon-round-voice-over-off {
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%22M15.72%206.41c-.35.35-.44.88-.25%201.35c.3.75.32%201.58.05%202.34c-.16.46-.06.98.29%201.32c.6.6%201.66.47%202.02-.31c.64-1.39.6-2.99-.12-4.41a1.25%201.25%200%200%200-1.99-.29m3.46-3.52c-.4.4-.46%201.02-.13%201.48c1.93%202.68%201.95%206.25.09%209.07c-.31.46-.23%201.08.16%201.47c.51.51%201.38.46%201.81-.13c2.57-3.51%202.52-8.2-.17-11.77c-.43-.56-1.26-.62-1.76-.12M9.43%205.04l3.53%203.53a3.98%203.98%200%200%200-3.53-3.53M3.71%203.56a.996.996%200%200%200%200%201.41l1.91%201.91a3.98%203.98%200%200%200-.47%203.2c.36%201.33%201.44%202.4%202.77%202.77c1.19.33%202.31.09%203.2-.47l4.4%204.4C13.74%2015.6%2010.78%2015%209%2015c-2.67%200-8%201.34-8%204v1c0%20.55.45%201%201%201h14c.55%200%201-.45%201-1v-1c0-.37-.11-.7-.29-1.02l2.31%202.31a.996.996%200%201%200%201.41-1.41L5.12%203.56a.996.996%200%200%200-1.41%200%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%22M15.72%206.41c-.35.35-.44.88-.25%201.35c.3.75.32%201.58.05%202.34c-.16.46-.06.98.29%201.32c.6.6%201.66.47%202.02-.31c.64-1.39.6-2.99-.12-4.41a1.25%201.25%200%200%200-1.99-.29m3.46-3.52c-.4.4-.46%201.02-.13%201.48c1.93%202.68%201.95%206.25.09%209.07c-.31.46-.23%201.08.16%201.47c.51.51%201.38.46%201.81-.13c2.57-3.51%202.52-8.2-.17-11.77c-.43-.56-1.26-.62-1.76-.12M9.43%205.04l3.53%203.53a3.98%203.98%200%200%200-3.53-3.53M3.71%203.56a.996.996%200%200%200%200%201.41l1.91%201.91a3.98%203.98%200%200%200-.47%203.2c.36%201.33%201.44%202.4%202.77%202.77c1.19.33%202.31.09%203.2-.47l4.4%204.4C13.74%2015.6%2010.78%2015%209%2015c-2.67%200-8%201.34-8%204v1c0%20.55.45%201%201%201h14c.55%200%201-.45%201-1v-1c0-.37-.11-.7-.29-1.02l2.31%202.31a.996.996%200%201%200%201.41-1.41L5.12%203.56a.996.996%200%200%200-1.41%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-voice-over-off.svg?color=%231a73e8&size=48