ios volume high icon
ios-volume-high from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- ios-volume-high
- 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 high icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M215.4 145.5c-2.2-1.1-4.6-1.6-6.9-1.6-3.6 0-7.1 1.2-10 3.5L133.3 200H80.5c-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.5z" fill="currentColor"/><path d="M447.5 256c0-59.3-23.2-114.8-65.4-156.5-4.7-4.7-12.3-4.6-17 .1-4.7 4.7-4.6 12.3.1 17 37.6 37.1 58.2 86.6 58.2 139.4 0 52.8-20.7 102.3-58.2 139.4-4.7 4.7-4.8 12.3-.1 17 2.3 2.4 5.4 3.6 8.5 3.6 3 0 6.1-1.2 8.4-3.5 42.3-41.6 65.5-97.2 65.5-156.5z" fill="currentColor"/><path d="M384.9 256c0-43.5-16.6-84.3-46.8-114.9-4.7-4.7-12.3-4.8-17-.1-4.7 4.7-4.8 12.3-.1 17 25.7 26.1 39.9 60.9 39.9 98.1 0 37.2-14.2 72-39.9 98.1-4.7 4.7-4.6 12.3.1 17 2.3 2.3 5.4 3.5 8.4 3.5 3.1 0 6.2-1.2 8.5-3.6 30.2-30.8 46.9-71.6 46.9-115.1z" fill="currentColor"/><path d="M287.5 182.5c-4.7-4.7-12.3-4.8-17-.1-4.7 4.7-4.8 12.3-.1 17 14.8 15 23 35.1 23 56.6 0 21.4-8.2 41.5-23 56.6-4.7 4.7-4.6 12.3.1 17 2.3 2.3 5.4 3.5 8.4 3.5 3.1 0 6.2-1.2 8.5-3.6 19.3-19.6 29.9-45.6 29.9-73.4.1-27.9-10.5-54-29.8-73.6z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonIosVolumeHigh(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M215.4 145.5c-2.2-1.1-4.6-1.6-6.9-1.6-3.6 0-7.1 1.2-10 3.5L133.3 200H80.5c-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.5z" fill="currentColor"/><path d="M447.5 256c0-59.3-23.2-114.8-65.4-156.5-4.7-4.7-12.3-4.6-17 .1-4.7 4.7-4.6 12.3.1 17 37.6 37.1 58.2 86.6 58.2 139.4 0 52.8-20.7 102.3-58.2 139.4-4.7 4.7-4.8 12.3-.1 17 2.3 2.4 5.4 3.6 8.5 3.6 3 0 6.1-1.2 8.4-3.5 42.3-41.6 65.5-97.2 65.5-156.5z" fill="currentColor"/><path d="M384.9 256c0-43.5-16.6-84.3-46.8-114.9-4.7-4.7-12.3-4.8-17-.1-4.7 4.7-4.8 12.3-.1 17 25.7 26.1 39.9 60.9 39.9 98.1 0 37.2-14.2 72-39.9 98.1-4.7 4.7-4.6 12.3.1 17 2.3 2.3 5.4 3.5 8.4 3.5 3.1 0 6.2-1.2 8.5-3.6 30.2-30.8 46.9-71.6 46.9-115.1z" fill="currentColor"/><path d="M287.5 182.5c-4.7-4.7-12.3-4.8-17-.1-4.7 4.7-4.8 12.3-.1 17 14.8 15 23 35.1 23 56.6 0 21.4-8.2 41.5-23 56.6-4.7 4.7-4.6 12.3.1 17 2.3 2.3 5.4 3.5 8.4 3.5 3.1 0 6.2-1.2 8.5-3.6 19.3-19.6 29.9-45.6 29.9-73.4.1-27.9-10.5-54-29.8-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="M215.4 145.5c-2.2-1.1-4.6-1.6-6.9-1.6-3.6 0-7.1 1.2-10 3.5L133.3 200H80.5c-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.5z" fill="currentColor"/><path d="M447.5 256c0-59.3-23.2-114.8-65.4-156.5-4.7-4.7-12.3-4.6-17 .1-4.7 4.7-4.6 12.3.1 17 37.6 37.1 58.2 86.6 58.2 139.4 0 52.8-20.7 102.3-58.2 139.4-4.7 4.7-4.8 12.3-.1 17 2.3 2.4 5.4 3.6 8.5 3.6 3 0 6.1-1.2 8.4-3.5 42.3-41.6 65.5-97.2 65.5-156.5z" fill="currentColor"/><path d="M384.9 256c0-43.5-16.6-84.3-46.8-114.9-4.7-4.7-12.3-4.8-17-.1-4.7 4.7-4.8 12.3-.1 17 25.7 26.1 39.9 60.9 39.9 98.1 0 37.2-14.2 72-39.9 98.1-4.7 4.7-4.6 12.3.1 17 2.3 2.3 5.4 3.5 8.4 3.5 3.1 0 6.2-1.2 8.5-3.6 30.2-30.8 46.9-71.6 46.9-115.1z" fill="currentColor"/><path d="M287.5 182.5c-4.7-4.7-12.3-4.8-17-.1-4.7 4.7-4.8 12.3-.1 17 14.8 15 23 35.1 23 56.6 0 21.4-8.2 41.5-23 56.6-4.7 4.7-4.6 12.3.1 17 2.3 2.3 5.4 3.5 8.4 3.5 3.1 0 6.2-1.2 8.5-3.6 19.3-19.6 29.9-45.6 29.9-73.4.1-27.9-10.5-54-29.8-73.6z" fill="currentColor"/></svg> </template>
CSS
.icon-ios-volume-high {
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%22M215.4%20145.5c-2.2-1.1-4.6-1.6-6.9-1.6-3.6%200-7.1%201.2-10%203.5L133.3%20200H80.5c-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.5z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M447.5%20256c0-59.3-23.2-114.8-65.4-156.5-4.7-4.7-12.3-4.6-17%20.1-4.7%204.7-4.6%2012.3.1%2017%2037.6%2037.1%2058.2%2086.6%2058.2%20139.4%200%2052.8-20.7%20102.3-58.2%20139.4-4.7%204.7-4.8%2012.3-.1%2017%202.3%202.4%205.4%203.6%208.5%203.6%203%200%206.1-1.2%208.4-3.5%2042.3-41.6%2065.5-97.2%2065.5-156.5z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M384.9%20256c0-43.5-16.6-84.3-46.8-114.9-4.7-4.7-12.3-4.8-17-.1-4.7%204.7-4.8%2012.3-.1%2017%2025.7%2026.1%2039.9%2060.9%2039.9%2098.1%200%2037.2-14.2%2072-39.9%2098.1-4.7%204.7-4.6%2012.3.1%2017%202.3%202.3%205.4%203.5%208.4%203.5%203.1%200%206.2-1.2%208.5-3.6%2030.2-30.8%2046.9-71.6%2046.9-115.1z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M287.5%20182.5c-4.7-4.7-12.3-4.8-17-.1-4.7%204.7-4.8%2012.3-.1%2017%2014.8%2015%2023%2035.1%2023%2056.6%200%2021.4-8.2%2041.5-23%2056.6-4.7%204.7-4.6%2012.3.1%2017%202.3%202.3%205.4%203.5%208.4%203.5%203.1%200%206.2-1.2%208.5-3.6%2019.3-19.6%2029.9-45.6%2029.9-73.4.1-27.9-10.5-54-29.8-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%22M215.4%20145.5c-2.2-1.1-4.6-1.6-6.9-1.6-3.6%200-7.1%201.2-10%203.5L133.3%20200H80.5c-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.5z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M447.5%20256c0-59.3-23.2-114.8-65.4-156.5-4.7-4.7-12.3-4.6-17%20.1-4.7%204.7-4.6%2012.3.1%2017%2037.6%2037.1%2058.2%2086.6%2058.2%20139.4%200%2052.8-20.7%20102.3-58.2%20139.4-4.7%204.7-4.8%2012.3-.1%2017%202.3%202.4%205.4%203.6%208.5%203.6%203%200%206.1-1.2%208.4-3.5%2042.3-41.6%2065.5-97.2%2065.5-156.5z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M384.9%20256c0-43.5-16.6-84.3-46.8-114.9-4.7-4.7-12.3-4.8-17-.1-4.7%204.7-4.8%2012.3-.1%2017%2025.7%2026.1%2039.9%2060.9%2039.9%2098.1%200%2037.2-14.2%2072-39.9%2098.1-4.7%204.7-4.6%2012.3.1%2017%202.3%202.3%205.4%203.5%208.4%203.5%203.1%200%206.2-1.2%208.5-3.6%2030.2-30.8%2046.9-71.6%2046.9-115.1z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M287.5%20182.5c-4.7-4.7-12.3-4.8-17-.1-4.7%204.7-4.8%2012.3-.1%2017%2014.8%2015%2023%2035.1%2023%2056.6%200%2021.4-8.2%2041.5-23%2056.6-4.7%204.7-4.6%2012.3.1%2017%202.3%202.3%205.4%203.5%208.4%203.5%203.1%200%206.2-1.2%208.5-3.6%2019.3-19.6%2029.9-45.6%2029.9-73.4.1-27.9-10.5-54-29.8-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-high.svg?color=%231a73e8&size=48