phone volume icon
phone-volume from Unicons by Iconscout · Line · Communication · Apache-2.0 Free for personal and commercial use.
- Name
- phone-volume
- Set
- Unicons
- Style
- Line
- Category
- Communication
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
More communication icons from Unicons
callingdesktop-cloud-altenvelopeenvelope-addenvelope-altenvelope-blockenvelope-bookmarkenvelope-checkenvelope-downloadenvelope-download-altenvelope-editenvelope-exclamationenvelope-heartenvelope-infoenvelope-lockenvelope-minusenvelope-openenvelope-questionenvelope-receiveenvelope-redoenvelope-searchenvelope-sendenvelope-shareenvelope-shield
Use the phone volume icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.41 13c-.22 0-.45-.07-.67-.12a10 10 0 0 1-1.31-.39a2 2 0 0 0-2.48 1l-.22.46a13.2 13.2 0 0 1-2.67-2a13.2 13.2 0 0 1-2-2.67l.46-.21a2 2 0 0 0 1-2.48a10.5 10.5 0 0 1-.39-1.32c-.05-.22-.09-.45-.12-.67a3 3 0 0 0-3-2.49H5a3 3 0 0 0-2.24 1a3 3 0 0 0-.73 2.4a19.07 19.07 0 0 0 5.41 11a19.07 19.07 0 0 0 11 5.41a3 3 0 0 0 .39 0a3 3 0 0 0 2-.76a3 3 0 0 0 1-2.24v-3A3 3 0 0 0 19.41 13m.49 6a1 1 0 0 1-.33.74a1 1 0 0 1-.82.25a17.16 17.16 0 0 1-9.87-4.84A17.16 17.16 0 0 1 4 5.25a1 1 0 0 1 .25-.82A1 1 0 0 1 5 4.1h3a1 1 0 0 1 1 .78c0 .27.09.55.15.82a11 11 0 0 0 .46 1.54l-1.4.66a1 1 0 0 0-.52.56a1 1 0 0 0 0 .76a14.5 14.5 0 0 0 7 7a1 1 0 0 0 .76 0a1 1 0 0 0 .56-.52l.63-1.4a12 12 0 0 0 1.58.46c.26.06.54.11.81.15a1 1 0 0 1 .78 1ZM14 2h-.7a1 1 0 0 0 .17 2H14a6 6 0 0 1 6 6v.53a1 1 0 0 0 .91 1.08h.08a1 1 0 0 0 1-.91V10A8 8 0 0 0 14 2m2 8a1 1 0 0 0 2 0a4 4 0 0 0-4-4a1 1 0 0 0 0 2a2 2 0 0 1 2 2"/></svg>
React
import type { SVGProps } from "react";
export function UilPhoneVolume(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" d="M19.41 13c-.22 0-.45-.07-.67-.12a10 10 0 0 1-1.31-.39a2 2 0 0 0-2.48 1l-.22.46a13.2 13.2 0 0 1-2.67-2a13.2 13.2 0 0 1-2-2.67l.46-.21a2 2 0 0 0 1-2.48a10.5 10.5 0 0 1-.39-1.32c-.05-.22-.09-.45-.12-.67a3 3 0 0 0-3-2.49H5a3 3 0 0 0-2.24 1a3 3 0 0 0-.73 2.4a19.07 19.07 0 0 0 5.41 11a19.07 19.07 0 0 0 11 5.41a3 3 0 0 0 .39 0a3 3 0 0 0 2-.76a3 3 0 0 0 1-2.24v-3A3 3 0 0 0 19.41 13m.49 6a1 1 0 0 1-.33.74a1 1 0 0 1-.82.25a17.16 17.16 0 0 1-9.87-4.84A17.16 17.16 0 0 1 4 5.25a1 1 0 0 1 .25-.82A1 1 0 0 1 5 4.1h3a1 1 0 0 1 1 .78c0 .27.09.55.15.82a11 11 0 0 0 .46 1.54l-1.4.66a1 1 0 0 0-.52.56a1 1 0 0 0 0 .76a14.5 14.5 0 0 0 7 7a1 1 0 0 0 .76 0a1 1 0 0 0 .56-.52l.63-1.4a12 12 0 0 0 1.58.46c.26.06.54.11.81.15a1 1 0 0 1 .78 1ZM14 2h-.7a1 1 0 0 0 .17 2H14a6 6 0 0 1 6 6v.53a1 1 0 0 0 .91 1.08h.08a1 1 0 0 0 1-.91V10A8 8 0 0 0 14 2m2 8a1 1 0 0 0 2 0a4 4 0 0 0-4-4a1 1 0 0 0 0 2a2 2 0 0 1 2 2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.41 13c-.22 0-.45-.07-.67-.12a10 10 0 0 1-1.31-.39a2 2 0 0 0-2.48 1l-.22.46a13.2 13.2 0 0 1-2.67-2a13.2 13.2 0 0 1-2-2.67l.46-.21a2 2 0 0 0 1-2.48a10.5 10.5 0 0 1-.39-1.32c-.05-.22-.09-.45-.12-.67a3 3 0 0 0-3-2.49H5a3 3 0 0 0-2.24 1a3 3 0 0 0-.73 2.4a19.07 19.07 0 0 0 5.41 11a19.07 19.07 0 0 0 11 5.41a3 3 0 0 0 .39 0a3 3 0 0 0 2-.76a3 3 0 0 0 1-2.24v-3A3 3 0 0 0 19.41 13m.49 6a1 1 0 0 1-.33.74a1 1 0 0 1-.82.25a17.16 17.16 0 0 1-9.87-4.84A17.16 17.16 0 0 1 4 5.25a1 1 0 0 1 .25-.82A1 1 0 0 1 5 4.1h3a1 1 0 0 1 1 .78c0 .27.09.55.15.82a11 11 0 0 0 .46 1.54l-1.4.66a1 1 0 0 0-.52.56a1 1 0 0 0 0 .76a14.5 14.5 0 0 0 7 7a1 1 0 0 0 .76 0a1 1 0 0 0 .56-.52l.63-1.4a12 12 0 0 0 1.58.46c.26.06.54.11.81.15a1 1 0 0 1 .78 1ZM14 2h-.7a1 1 0 0 0 .17 2H14a6 6 0 0 1 6 6v.53a1 1 0 0 0 .91 1.08h.08a1 1 0 0 0 1-.91V10A8 8 0 0 0 14 2m2 8a1 1 0 0 0 2 0a4 4 0 0 0-4-4a1 1 0 0 0 0 2a2 2 0 0 1 2 2"/></svg> </template>
CSS
.icon-phone-volume {
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%20d%3D%22M19.41%2013c-.22%200-.45-.07-.67-.12a10%2010%200%200%201-1.31-.39a2%202%200%200%200-2.48%201l-.22.46a13.2%2013.2%200%200%201-2.67-2a13.2%2013.2%200%200%201-2-2.67l.46-.21a2%202%200%200%200%201-2.48a10.5%2010.5%200%200%201-.39-1.32c-.05-.22-.09-.45-.12-.67a3%203%200%200%200-3-2.49H5a3%203%200%200%200-2.24%201a3%203%200%200%200-.73%202.4a19.07%2019.07%200%200%200%205.41%2011a19.07%2019.07%200%200%200%2011%205.41a3%203%200%200%200%20.39%200a3%203%200%200%200%202-.76a3%203%200%200%200%201-2.24v-3A3%203%200%200%200%2019.41%2013m.49%206a1%201%200%200%201-.33.74a1%201%200%200%201-.82.25a17.16%2017.16%200%200%201-9.87-4.84A17.16%2017.16%200%200%201%204%205.25a1%201%200%200%201%20.25-.82A1%201%200%200%201%205%204.1h3a1%201%200%200%201%201%20.78c0%20.27.09.55.15.82a11%2011%200%200%200%20.46%201.54l-1.4.66a1%201%200%200%200-.52.56a1%201%200%200%200%200%20.76a14.5%2014.5%200%200%200%207%207a1%201%200%200%200%20.76%200a1%201%200%200%200%20.56-.52l.63-1.4a12%2012%200%200%200%201.58.46c.26.06.54.11.81.15a1%201%200%200%201%20.78%201ZM14%202h-.7a1%201%200%200%200%20.17%202H14a6%206%200%200%201%206%206v.53a1%201%200%200%200%20.91%201.08h.08a1%201%200%200%200%201-.91V10A8%208%200%200%200%2014%202m2%208a1%201%200%200%200%202%200a4%204%200%200%200-4-4a1%201%200%200%200%200%202a2%202%200%200%201%202%202%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%20d%3D%22M19.41%2013c-.22%200-.45-.07-.67-.12a10%2010%200%200%201-1.31-.39a2%202%200%200%200-2.48%201l-.22.46a13.2%2013.2%200%200%201-2.67-2a13.2%2013.2%200%200%201-2-2.67l.46-.21a2%202%200%200%200%201-2.48a10.5%2010.5%200%200%201-.39-1.32c-.05-.22-.09-.45-.12-.67a3%203%200%200%200-3-2.49H5a3%203%200%200%200-2.24%201a3%203%200%200%200-.73%202.4a19.07%2019.07%200%200%200%205.41%2011a19.07%2019.07%200%200%200%2011%205.41a3%203%200%200%200%20.39%200a3%203%200%200%200%202-.76a3%203%200%200%200%201-2.24v-3A3%203%200%200%200%2019.41%2013m.49%206a1%201%200%200%201-.33.74a1%201%200%200%201-.82.25a17.16%2017.16%200%200%201-9.87-4.84A17.16%2017.16%200%200%201%204%205.25a1%201%200%200%201%20.25-.82A1%201%200%200%201%205%204.1h3a1%201%200%200%201%201%20.78c0%20.27.09.55.15.82a11%2011%200%200%200%20.46%201.54l-1.4.66a1%201%200%200%200-.52.56a1%201%200%200%200%200%20.76a14.5%2014.5%200%200%200%207%207a1%201%200%200%200%20.76%200a1%201%200%200%200%20.56-.52l.63-1.4a12%2012%200%200%200%201.58.46c.26.06.54.11.81.15a1%201%200%200%201%20.78%201ZM14%202h-.7a1%201%200%200%200%20.17%202H14a6%206%200%200%201%206%206v.53a1%201%200%200%200%20.91%201.08h.08a1%201%200%200%200%201-.91V10A8%208%200%200%200%2014%202m2%208a1%201%200%200%200%202%200a4%204%200%200%200-4-4a1%201%200%200%200%200%202a2%202%200%200%201%202%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/phone-volume.svg?color=%231a73e8&size=48