ios volume low icon
ios-volume-low from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- ios-volume-low
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
Related icons in IonIcons
ios-addios-add-circleios-airplaneios-alarmios-albumsios-alertios-american-footballios-americanfootballios-analyticsios-apertureios-appsios-appstoreios-archiveios-arrow-backios-arrow-downios-arrow-dropdownios-arrow-dropdown-circleios-arrow-dropleftios-arrow-dropleft-circleios-arrow-droprightios-arrow-dropright-circleios-arrow-dropupios-arrow-dropup-circleios-arrow-forward
Use the ios volume low icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M278.9 145.6c-2.2-1.1-4.6-1.6-6.9-1.6-3.6 0-7.1 1.2-10 3.5L196.8 200H144c-8.8 0-16 7.2-16 16v80c0 8.8 7.2 16 16 16h52.8l65.2 52.5c2.9 2.3 6.5 3.5 10 3.5 2.3 0 4.7-.5 6.9-1.6 5.6-2.7 9.1-8.3 9.1-14.4V160c0-6.2-3.5-11.8-9.1-14.4z" fill="currentColor"/><path d="M354.4 182.6c-4.6-4.7-12.1-4.8-16.8-.1-4.7 4.7-4.7 12.3-.1 17 14.7 15 22.8 35.1 22.8 56.6 0 21.4-8.1 41.5-22.8 56.6-4.6 4.7-4.6 12.3.1 17 2.3 2.3 5.3 3.5 8.3 3.5 3.1 0 6.1-1.2 8.5-3.6C373.5 310 384 284 384 256.2h-.2c0-28-10.3-54.1-29.4-73.6z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonIosVolumeLow(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M278.9 145.6c-2.2-1.1-4.6-1.6-6.9-1.6-3.6 0-7.1 1.2-10 3.5L196.8 200H144c-8.8 0-16 7.2-16 16v80c0 8.8 7.2 16 16 16h52.8l65.2 52.5c2.9 2.3 6.5 3.5 10 3.5 2.3 0 4.7-.5 6.9-1.6 5.6-2.7 9.1-8.3 9.1-14.4V160c0-6.2-3.5-11.8-9.1-14.4z" fill="currentColor"/><path d="M354.4 182.6c-4.6-4.7-12.1-4.8-16.8-.1-4.7 4.7-4.7 12.3-.1 17 14.7 15 22.8 35.1 22.8 56.6 0 21.4-8.1 41.5-22.8 56.6-4.6 4.7-4.6 12.3.1 17 2.3 2.3 5.3 3.5 8.3 3.5 3.1 0 6.1-1.2 8.5-3.6C373.5 310 384 284 384 256.2h-.2c0-28-10.3-54.1-29.4-73.6z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M278.9 145.6c-2.2-1.1-4.6-1.6-6.9-1.6-3.6 0-7.1 1.2-10 3.5L196.8 200H144c-8.8 0-16 7.2-16 16v80c0 8.8 7.2 16 16 16h52.8l65.2 52.5c2.9 2.3 6.5 3.5 10 3.5 2.3 0 4.7-.5 6.9-1.6 5.6-2.7 9.1-8.3 9.1-14.4V160c0-6.2-3.5-11.8-9.1-14.4z" fill="currentColor"/><path d="M354.4 182.6c-4.6-4.7-12.1-4.8-16.8-.1-4.7 4.7-4.7 12.3-.1 17 14.7 15 22.8 35.1 22.8 56.6 0 21.4-8.1 41.5-22.8 56.6-4.6 4.7-4.6 12.3.1 17 2.3 2.3 5.3 3.5 8.3 3.5 3.1 0 6.1-1.2 8.5-3.6C373.5 310 384 284 384 256.2h-.2c0-28-10.3-54.1-29.4-73.6z" fill="currentColor"/></svg> </template>
CSS
.icon-ios-volume-low {
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%22M278.9%20145.6c-2.2-1.1-4.6-1.6-6.9-1.6-3.6%200-7.1%201.2-10%203.5L196.8%20200H144c-8.8%200-16%207.2-16%2016v80c0%208.8%207.2%2016%2016%2016h52.8l65.2%2052.5c2.9%202.3%206.5%203.5%2010%203.5%202.3%200%204.7-.5%206.9-1.6%205.6-2.7%209.1-8.3%209.1-14.4V160c0-6.2-3.5-11.8-9.1-14.4z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M354.4%20182.6c-4.6-4.7-12.1-4.8-16.8-.1-4.7%204.7-4.7%2012.3-.1%2017%2014.7%2015%2022.8%2035.1%2022.8%2056.6%200%2021.4-8.1%2041.5-22.8%2056.6-4.6%204.7-4.6%2012.3.1%2017%202.3%202.3%205.3%203.5%208.3%203.5%203.1%200%206.1-1.2%208.5-3.6C373.5%20310%20384%20284%20384%20256.2h-.2c0-28-10.3-54.1-29.4-73.6z%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%22M278.9%20145.6c-2.2-1.1-4.6-1.6-6.9-1.6-3.6%200-7.1%201.2-10%203.5L196.8%20200H144c-8.8%200-16%207.2-16%2016v80c0%208.8%207.2%2016%2016%2016h52.8l65.2%2052.5c2.9%202.3%206.5%203.5%2010%203.5%202.3%200%204.7-.5%206.9-1.6%205.6-2.7%209.1-8.3%209.1-14.4V160c0-6.2-3.5-11.8-9.1-14.4z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M354.4%20182.6c-4.6-4.7-12.1-4.8-16.8-.1-4.7%204.7-4.7%2012.3-.1%2017%2014.7%2015%2022.8%2035.1%2022.8%2056.6%200%2021.4-8.1%2041.5-22.8%2056.6-4.6%204.7-4.6%2012.3.1%2017%202.3%202.3%205.3%203.5%208.3%203.5%203.1%200%206.1-1.2%208.5-3.6C373.5%20310%20384%20284%20384%20256.2h-.2c0-28-10.3-54.1-29.4-73.6z%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-low.svg?color=%231a73e8&size=48