volume icon
volume-two-tone from Keyline Icons by Keyline Icons · Two Tone · MIT Free for personal and commercial use.
- Name
- volume-two-tone
- Set
- Keyline Icons
- Style
- Two Tone
- Viewbox
- 24×24
- License
- MIT
7 other variants in Keyline Icons
The same icon in other sets
Related icons in Keyline Icons
Use the volume icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path fill="currentColor" fill-opacity=".4" d="M1 10C1 8.895431 1.895431 8 3 8L5.477658 8L8.3585 3.861189C9.477163 2.254043 12 3.045621 12 5.003765L12 18.996235C12 20.954379 9.477163 21.745957 8.3585 20.138811L5.477658 16L3 16C1.895431 16 1 15.104569 1 14Z" stroke="none"/><path d="M2 10C2 9.447715 2.447715 9 3 9L5.477658 9C5.804909 9 6.111453 8.839879 6.298408 8.571288L9.17925 4.432477C9.738582 3.628903 11 4.024692 11 5.003764L11 18.996236C11 19.975308 9.738582 20.371097 9.17925 19.567523L6.298408 15.428712C6.111453 15.160121 5.804909 15 5.477658 15L3 15C2.447715 15 2 14.552285 2 14ZM15.80444 6.909091C17.205764 8.231561 18 10.073179 18 12C18 13.926821 17.205764 15.768439 15.80444 17.090909M18.549834 4C20.751915 6.078168 22 8.972139 22 12C22 15.027861 20.751915 17.921832 18.549834 20"/></g></svg>
React
import type { SVGProps } from "react";
export function KeylineIconsVolumeTwoTone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path fill="currentColor" fillOpacity=".4" d="M1 10C1 8.895431 1.895431 8 3 8L5.477658 8L8.3585 3.861189C9.477163 2.254043 12 3.045621 12 5.003765L12 18.996235C12 20.954379 9.477163 21.745957 8.3585 20.138811L5.477658 16L3 16C1.895431 16 1 15.104569 1 14Z" stroke="none"/><path d="M2 10C2 9.447715 2.447715 9 3 9L5.477658 9C5.804909 9 6.111453 8.839879 6.298408 8.571288L9.17925 4.432477C9.738582 3.628903 11 4.024692 11 5.003764L11 18.996236C11 19.975308 9.738582 20.371097 9.17925 19.567523L6.298408 15.428712C6.111453 15.160121 5.804909 15 5.477658 15L3 15C2.447715 15 2 14.552285 2 14ZM15.80444 6.909091C17.205764 8.231561 18 10.073179 18 12C18 13.926821 17.205764 15.768439 15.80444 17.090909M18.549834 4C20.751915 6.078168 22 8.972139 22 12C22 15.027861 20.751915 17.921832 18.549834 20"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path fill="currentColor" fill-opacity=".4" d="M1 10C1 8.895431 1.895431 8 3 8L5.477658 8L8.3585 3.861189C9.477163 2.254043 12 3.045621 12 5.003765L12 18.996235C12 20.954379 9.477163 21.745957 8.3585 20.138811L5.477658 16L3 16C1.895431 16 1 15.104569 1 14Z" stroke="none"/><path d="M2 10C2 9.447715 2.447715 9 3 9L5.477658 9C5.804909 9 6.111453 8.839879 6.298408 8.571288L9.17925 4.432477C9.738582 3.628903 11 4.024692 11 5.003764L11 18.996236C11 19.975308 9.738582 20.371097 9.17925 19.567523L6.298408 15.428712C6.111453 15.160121 5.804909 15 5.477658 15L3 15C2.447715 15 2 14.552285 2 14ZM15.80444 6.909091C17.205764 8.231561 18 10.073179 18 12C18 13.926821 17.205764 15.768439 15.80444 17.090909M18.549834 4C20.751915 6.078168 22 8.972139 22 12C22 15.027861 20.751915 17.921832 18.549834 20"/></g></svg> </template>
CSS
.icon-volume-two-tone {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.4%22%20d%3D%22M1%2010C1%208.895431%201.895431%208%203%208L5.477658%208L8.3585%203.861189C9.477163%202.254043%2012%203.045621%2012%205.003765L12%2018.996235C12%2020.954379%209.477163%2021.745957%208.3585%2020.138811L5.477658%2016L3%2016C1.895431%2016%201%2015.104569%201%2014Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M2%2010C2%209.447715%202.447715%209%203%209L5.477658%209C5.804909%209%206.111453%208.839879%206.298408%208.571288L9.17925%204.432477C9.738582%203.628903%2011%204.024692%2011%205.003764L11%2018.996236C11%2019.975308%209.738582%2020.371097%209.17925%2019.567523L6.298408%2015.428712C6.111453%2015.160121%205.804909%2015%205.477658%2015L3%2015C2.447715%2015%202%2014.552285%202%2014ZM15.80444%206.909091C17.205764%208.231561%2018%2010.073179%2018%2012C18%2013.926821%2017.205764%2015.768439%2015.80444%2017.090909M18.549834%204C20.751915%206.078168%2022%208.972139%2022%2012C22%2015.027861%2020.751915%2017.921832%2018.549834%2020%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.4%22%20d%3D%22M1%2010C1%208.895431%201.895431%208%203%208L5.477658%208L8.3585%203.861189C9.477163%202.254043%2012%203.045621%2012%205.003765L12%2018.996235C12%2020.954379%209.477163%2021.745957%208.3585%2020.138811L5.477658%2016L3%2016C1.895431%2016%201%2015.104569%201%2014Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M2%2010C2%209.447715%202.447715%209%203%209L5.477658%209C5.804909%209%206.111453%208.839879%206.298408%208.571288L9.17925%204.432477C9.738582%203.628903%2011%204.024692%2011%205.003764L11%2018.996236C11%2019.975308%209.738582%2020.371097%209.17925%2019.567523L6.298408%2015.428712C6.111453%2015.160121%205.804909%2015%205.477658%2015L3%2015C2.447715%2015%202%2014.552285%202%2014ZM15.80444%206.909091C17.205764%208.231561%2018%2010.073179%2018%2012C18%2013.926821%2017.205764%2015.768439%2015.80444%2017.090909M18.549834%204C20.751915%206.078168%2022%208.972139%2022%2012C22%2015.027861%2020.751915%2017.921832%2018.549834%2020%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/keyline-icons/volume-two-tone.svg?color=%231a73e8&size=48