volume notice icon
volume-notice from IconPark by ByteDance · Color · Music · Apache-2.0 Free for personal and commercial use.
- Name
- volume-notice
- Set
- IconPark
- Style
- Color
- Category
- Music
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More music icons from IconPark
Use the volume notice icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-width="4"><path fill="#2F88FF" stroke-linejoin="round" d="M24 6V42C17 42 11.7985 32.8391 11.7985 32.8391H6C4.89543 32.8391 4 31.9437 4 30.8391V17.0108C4 15.9062 4.89543 15.0108 6 15.0108H11.7985C11.7985 15.0108 17 6 24 6Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M32 15L32 15C32.6232 15.5565 33.1881 16.1797 33.6841 16.8588C35.1387 18.8504 36 21.3223 36 24C36 26.6545 35.1535 29.1067 33.7218 31.0893C33.2168 31.7885 32.6391 32.4293 32 33"/><path stroke-linecap="round" d="M34.2359 41.1857C40.0836 37.6953 44 31.305 44 24C44 16.8085 40.2043 10.5035 34.507 6.97906"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkVolumeNotice(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" strokeWidth="4"><path fill="#2F88FF" strokeLinejoin="round" d="M24 6V42C17 42 11.7985 32.8391 11.7985 32.8391H6C4.89543 32.8391 4 31.9437 4 30.8391V17.0108C4 15.9062 4.89543 15.0108 6 15.0108H11.7985C11.7985 15.0108 17 6 24 6Z"/><path strokeLinecap="round" strokeLinejoin="round" d="M32 15L32 15C32.6232 15.5565 33.1881 16.1797 33.6841 16.8588C35.1387 18.8504 36 21.3223 36 24C36 26.6545 35.1535 29.1067 33.7218 31.0893C33.2168 31.7885 32.6391 32.4293 32 33"/><path strokeLinecap="round" d="M34.2359 41.1857C40.0836 37.6953 44 31.305 44 24C44 16.8085 40.2043 10.5035 34.507 6.97906"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-width="4"><path fill="#2F88FF" stroke-linejoin="round" d="M24 6V42C17 42 11.7985 32.8391 11.7985 32.8391H6C4.89543 32.8391 4 31.9437 4 30.8391V17.0108C4 15.9062 4.89543 15.0108 6 15.0108H11.7985C11.7985 15.0108 17 6 24 6Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M32 15L32 15C32.6232 15.5565 33.1881 16.1797 33.6841 16.8588C35.1387 18.8504 36 21.3223 36 24C36 26.6545 35.1535 29.1067 33.7218 31.0893C33.2168 31.7885 32.6391 32.4293 32 33"/><path stroke-linecap="round" d="M34.2359 41.1857C40.0836 37.6953 44 31.305 44 24C44 16.8085 40.2043 10.5035 34.507 6.97906"/></g></svg> </template>
CSS
.icon-volume-notice {
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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke-linejoin%3D%22round%22%20d%3D%22M24%206V42C17%2042%2011.7985%2032.8391%2011.7985%2032.8391H6C4.89543%2032.8391%204%2031.9437%204%2030.8391V17.0108C4%2015.9062%204.89543%2015.0108%206%2015.0108H11.7985C11.7985%2015.0108%2017%206%2024%206Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M32%2015L32%2015C32.6232%2015.5565%2033.1881%2016.1797%2033.6841%2016.8588C35.1387%2018.8504%2036%2021.3223%2036%2024C36%2026.6545%2035.1535%2029.1067%2033.7218%2031.0893C33.2168%2031.7885%2032.6391%2032.4293%2032%2033%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M34.2359%2041.1857C40.0836%2037.6953%2044%2031.305%2044%2024C44%2016.8085%2040.2043%2010.5035%2034.507%206.97906%22%2F%3E%3C%2Fg%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke-linejoin%3D%22round%22%20d%3D%22M24%206V42C17%2042%2011.7985%2032.8391%2011.7985%2032.8391H6C4.89543%2032.8391%204%2031.9437%204%2030.8391V17.0108C4%2015.9062%204.89543%2015.0108%206%2015.0108H11.7985C11.7985%2015.0108%2017%206%2024%206Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M32%2015L32%2015C32.6232%2015.5565%2033.1881%2016.1797%2033.6841%2016.8588C35.1387%2018.8504%2036%2021.3223%2036%2024C36%2026.6545%2035.1535%2029.1067%2033.7218%2031.0893C33.2168%2031.7885%2032.6391%2032.4293%2032%2033%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M34.2359%2041.1857C40.0836%2037.6953%2044%2031.305%2044%2024C44%2016.8085%2040.2043%2010.5035%2034.507%206.97906%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park/volume-notice.svg?color=%231a73e8&size=48