volume up filled icon
volume-up-filled from WeUI Icon by WeUI · Filled · MIT Free for personal and commercial use.
- Name
- volume-up-filled
- Set
- WeUI Icon
- Style
- Filled
- Viewbox
- 24×24
- License
- MIT
Related icons in WeUI Icon
Use the volume up filled icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M11.3 4.7c.4-.4 1-.4 1.4 0c.2.2.3.4.3.7v13.2c0 .6-.4 1-1 1c-.3 0-.5-.1-.7-.3l-3.8-3.8H3c-.6 0-1-.4-1-1v-5c0-.6.4-1 1-1h4.5zm6.9 13.2l-1.1-1.1l.1-.1c1.3-1.3 1.9-2.9 1.9-4.7s-.7-3.4-1.9-4.7l-.1-.1l1.1-1.1l.1.1c1.5 1.5 2.4 3.6 2.4 5.8s-.8 4.2-2.4 5.8zm-2-2l-1.1-1.1l.1-.1c.7-.7 1.1-1.7 1.1-2.7s-.4-2-1.1-2.7l-.1-.1l1.1-1.1l.1.1c1 1 1.6 2.4 1.6 3.8s-.6 2.8-1.6 3.8z"/></svg>
React
import type { SVGProps } from "react";
export function WeuiVolumeUpFilled(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" fillRule="evenodd" d="M11.3 4.7c.4-.4 1-.4 1.4 0c.2.2.3.4.3.7v13.2c0 .6-.4 1-1 1c-.3 0-.5-.1-.7-.3l-3.8-3.8H3c-.6 0-1-.4-1-1v-5c0-.6.4-1 1-1h4.5zm6.9 13.2l-1.1-1.1l.1-.1c1.3-1.3 1.9-2.9 1.9-4.7s-.7-3.4-1.9-4.7l-.1-.1l1.1-1.1l.1.1c1.5 1.5 2.4 3.6 2.4 5.8s-.8 4.2-2.4 5.8zm-2-2l-1.1-1.1l.1-.1c.7-.7 1.1-1.7 1.1-2.7s-.4-2-1.1-2.7l-.1-.1l1.1-1.1l.1.1c1 1 1.6 2.4 1.6 3.8s-.6 2.8-1.6 3.8z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M11.3 4.7c.4-.4 1-.4 1.4 0c.2.2.3.4.3.7v13.2c0 .6-.4 1-1 1c-.3 0-.5-.1-.7-.3l-3.8-3.8H3c-.6 0-1-.4-1-1v-5c0-.6.4-1 1-1h4.5zm6.9 13.2l-1.1-1.1l.1-.1c1.3-1.3 1.9-2.9 1.9-4.7s-.7-3.4-1.9-4.7l-.1-.1l1.1-1.1l.1.1c1.5 1.5 2.4 3.6 2.4 5.8s-.8 4.2-2.4 5.8zm-2-2l-1.1-1.1l.1-.1c.7-.7 1.1-1.7 1.1-2.7s-.4-2-1.1-2.7l-.1-.1l1.1-1.1l.1.1c1 1 1.6 2.4 1.6 3.8s-.6 2.8-1.6 3.8z"/></svg> </template>
CSS
.icon-volume-up-filled {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M11.3%204.7c.4-.4%201-.4%201.4%200c.2.2.3.4.3.7v13.2c0%20.6-.4%201-1%201c-.3%200-.5-.1-.7-.3l-3.8-3.8H3c-.6%200-1-.4-1-1v-5c0-.6.4-1%201-1h4.5zm6.9%2013.2l-1.1-1.1l.1-.1c1.3-1.3%201.9-2.9%201.9-4.7s-.7-3.4-1.9-4.7l-.1-.1l1.1-1.1l.1.1c1.5%201.5%202.4%203.6%202.4%205.8s-.8%204.2-2.4%205.8zm-2-2l-1.1-1.1l.1-.1c.7-.7%201.1-1.7%201.1-2.7s-.4-2-1.1-2.7l-.1-.1l1.1-1.1l.1.1c1%201%201.6%202.4%201.6%203.8s-.6%202.8-1.6%203.8z%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%20fill-rule%3D%22evenodd%22%20d%3D%22M11.3%204.7c.4-.4%201-.4%201.4%200c.2.2.3.4.3.7v13.2c0%20.6-.4%201-1%201c-.3%200-.5-.1-.7-.3l-3.8-3.8H3c-.6%200-1-.4-1-1v-5c0-.6.4-1%201-1h4.5zm6.9%2013.2l-1.1-1.1l.1-.1c1.3-1.3%201.9-2.9%201.9-4.7s-.7-3.4-1.9-4.7l-.1-.1l1.1-1.1l.1.1c1.5%201.5%202.4%203.6%202.4%205.8s-.8%204.2-2.4%205.8zm-2-2l-1.1-1.1l.1-.1c.7-.7%201.1-1.7%201.1-2.7s-.4-2-1.1-2.7l-.1-.1l1.1-1.1l.1.1c1%201%201.6%202.4%201.6%203.8s-.6%202.8-1.6%203.8z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/weui/volume-up-filled.svg?color=%231a73e8&size=48