ios volume off icon

ios-volume-off from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
ios-volume-off
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

Related icons in IonIcons

Use the ios volume off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M390.1 464c-4.9 0-9.7-2.5-12.3-7L149.7 69.3c-4-6.7-1.7-15.4 5.1-19.3 6.8-3.9 15.5-1.7 19.5 5.1l228.1 387.7c4 6.7 1.7 15.4-5.1 19.3-2.2 1.3-4.7 1.9-7.2 1.9z" fill="currentColor"/><path d="M133 200H80c-8.9 0-16 7.2-16 16v80c0 8.8 7.2 16 16 16h53l65.4 52.5c2.9 2.3 6.5 3.5 10.1 3.5 2.4 0 4.7-.5 6.9-1.6 5.6-2.7 9.1-8.3 9.1-14.4V227.9L184 159.1 133 200z" fill="currentColor"/><path d="M448 256c0-59.3-23.3-114.9-65.5-156.5-4.7-4.7-12.3-4.6-17 .1-4.7 4.7-4.6 12.3.1 17C403.3 153.7 424 203.2 424 256c0 44.4-14.7 86.4-41.7 120.8l13 22C429.4 359.1 448 309 448 256z" fill="currentColor"/><path d="M385.2 256c0-43.5-16.7-84.3-46.9-114.9-4.7-4.7-12.3-4.8-17-.1-4.7 4.7-4.8 12.3-.1 17 25.8 26.1 40 60.9 40 98.1 0 21.6-4.8 42.5-13.9 61.2l14.2 24.1c15.4-25.4 23.7-54.7 23.7-85.4z" fill="currentColor"/><path d="M317.6 256c0-27.8-10.7-53.9-30-73.4-4.7-4.7-12.3-4.8-17-.1-.6.6-1.1 1.2-1.6 1.9l48.1 81.8c.3-3.4.5-6.8.5-10.2z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonIosVolumeOff(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M390.1 464c-4.9 0-9.7-2.5-12.3-7L149.7 69.3c-4-6.7-1.7-15.4 5.1-19.3 6.8-3.9 15.5-1.7 19.5 5.1l228.1 387.7c4 6.7 1.7 15.4-5.1 19.3-2.2 1.3-4.7 1.9-7.2 1.9z" fill="currentColor"/><path d="M133 200H80c-8.9 0-16 7.2-16 16v80c0 8.8 7.2 16 16 16h53l65.4 52.5c2.9 2.3 6.5 3.5 10.1 3.5 2.4 0 4.7-.5 6.9-1.6 5.6-2.7 9.1-8.3 9.1-14.4V227.9L184 159.1 133 200z" fill="currentColor"/><path d="M448 256c0-59.3-23.3-114.9-65.5-156.5-4.7-4.7-12.3-4.6-17 .1-4.7 4.7-4.6 12.3.1 17C403.3 153.7 424 203.2 424 256c0 44.4-14.7 86.4-41.7 120.8l13 22C429.4 359.1 448 309 448 256z" fill="currentColor"/><path d="M385.2 256c0-43.5-16.7-84.3-46.9-114.9-4.7-4.7-12.3-4.8-17-.1-4.7 4.7-4.8 12.3-.1 17 25.8 26.1 40 60.9 40 98.1 0 21.6-4.8 42.5-13.9 61.2l14.2 24.1c15.4-25.4 23.7-54.7 23.7-85.4z" fill="currentColor"/><path d="M317.6 256c0-27.8-10.7-53.9-30-73.4-4.7-4.7-12.3-4.8-17-.1-.6.6-1.1 1.2-1.6 1.9l48.1 81.8c.3-3.4.5-6.8.5-10.2z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M390.1 464c-4.9 0-9.7-2.5-12.3-7L149.7 69.3c-4-6.7-1.7-15.4 5.1-19.3 6.8-3.9 15.5-1.7 19.5 5.1l228.1 387.7c4 6.7 1.7 15.4-5.1 19.3-2.2 1.3-4.7 1.9-7.2 1.9z" fill="currentColor"/><path d="M133 200H80c-8.9 0-16 7.2-16 16v80c0 8.8 7.2 16 16 16h53l65.4 52.5c2.9 2.3 6.5 3.5 10.1 3.5 2.4 0 4.7-.5 6.9-1.6 5.6-2.7 9.1-8.3 9.1-14.4V227.9L184 159.1 133 200z" fill="currentColor"/><path d="M448 256c0-59.3-23.3-114.9-65.5-156.5-4.7-4.7-12.3-4.6-17 .1-4.7 4.7-4.6 12.3.1 17C403.3 153.7 424 203.2 424 256c0 44.4-14.7 86.4-41.7 120.8l13 22C429.4 359.1 448 309 448 256z" fill="currentColor"/><path d="M385.2 256c0-43.5-16.7-84.3-46.9-114.9-4.7-4.7-12.3-4.8-17-.1-4.7 4.7-4.8 12.3-.1 17 25.8 26.1 40 60.9 40 98.1 0 21.6-4.8 42.5-13.9 61.2l14.2 24.1c15.4-25.4 23.7-54.7 23.7-85.4z" fill="currentColor"/><path d="M317.6 256c0-27.8-10.7-53.9-30-73.4-4.7-4.7-12.3-4.8-17-.1-.6.6-1.1 1.2-1.6 1.9l48.1 81.8c.3-3.4.5-6.8.5-10.2z" fill="currentColor"/></svg>
</template>

CSS

.icon-ios-volume-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%20512%20512%22%3E%3Cpath%20d%3D%22M390.1%20464c-4.9%200-9.7-2.5-12.3-7L149.7%2069.3c-4-6.7-1.7-15.4%205.1-19.3%206.8-3.9%2015.5-1.7%2019.5%205.1l228.1%20387.7c4%206.7%201.7%2015.4-5.1%2019.3-2.2%201.3-4.7%201.9-7.2%201.9z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M133%20200H80c-8.9%200-16%207.2-16%2016v80c0%208.8%207.2%2016%2016%2016h53l65.4%2052.5c2.9%202.3%206.5%203.5%2010.1%203.5%202.4%200%204.7-.5%206.9-1.6%205.6-2.7%209.1-8.3%209.1-14.4V227.9L184%20159.1%20133%20200z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M448%20256c0-59.3-23.3-114.9-65.5-156.5-4.7-4.7-12.3-4.6-17%20.1-4.7%204.7-4.6%2012.3.1%2017C403.3%20153.7%20424%20203.2%20424%20256c0%2044.4-14.7%2086.4-41.7%20120.8l13%2022C429.4%20359.1%20448%20309%20448%20256z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M385.2%20256c0-43.5-16.7-84.3-46.9-114.9-4.7-4.7-12.3-4.8-17-.1-4.7%204.7-4.8%2012.3-.1%2017%2025.8%2026.1%2040%2060.9%2040%2098.1%200%2021.6-4.8%2042.5-13.9%2061.2l14.2%2024.1c15.4-25.4%2023.7-54.7%2023.7-85.4z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M317.6%20256c0-27.8-10.7-53.9-30-73.4-4.7-4.7-12.3-4.8-17-.1-.6.6-1.1%201.2-1.6%201.9l48.1%2081.8c.3-3.4.5-6.8.5-10.2z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M390.1%20464c-4.9%200-9.7-2.5-12.3-7L149.7%2069.3c-4-6.7-1.7-15.4%205.1-19.3%206.8-3.9%2015.5-1.7%2019.5%205.1l228.1%20387.7c4%206.7%201.7%2015.4-5.1%2019.3-2.2%201.3-4.7%201.9-7.2%201.9z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M133%20200H80c-8.9%200-16%207.2-16%2016v80c0%208.8%207.2%2016%2016%2016h53l65.4%2052.5c2.9%202.3%206.5%203.5%2010.1%203.5%202.4%200%204.7-.5%206.9-1.6%205.6-2.7%209.1-8.3%209.1-14.4V227.9L184%20159.1%20133%20200z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M448%20256c0-59.3-23.3-114.9-65.5-156.5-4.7-4.7-12.3-4.6-17%20.1-4.7%204.7-4.6%2012.3.1%2017C403.3%20153.7%20424%20203.2%20424%20256c0%2044.4-14.7%2086.4-41.7%20120.8l13%2022C429.4%20359.1%20448%20309%20448%20256z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M385.2%20256c0-43.5-16.7-84.3-46.9-114.9-4.7-4.7-12.3-4.8-17-.1-4.7%204.7-4.8%2012.3-.1%2017%2025.8%2026.1%2040%2060.9%2040%2098.1%200%2021.6-4.8%2042.5-13.9%2061.2l14.2%2024.1c15.4-25.4%2023.7-54.7%2023.7-85.4z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M317.6%20256c0-27.8-10.7-53.9-30-73.4-4.7-4.7-12.3-4.8-17-.1-.6.6-1.1%201.2-1.6%201.9l48.1%2081.8c.3-3.4.5-6.8.5-10.2z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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