phone volume icon
phone-volume from Line Awesome by Icons8 · Line · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- phone-volume
- Set
- Line Awesome
- Style
- Line
- Category
- Maps
- Viewbox
- 32×32
- License
- Apache 2.0
- Aliases
- phone-volume-solid
The same icon in other sets
More maps icons from Line Awesome
Use the phone volume icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M19 0v2c6.065 0 11 4.935 11 11h2c0-7.168-5.832-13-13-13M8.65 3.006a2.35 2.35 0 0 0-1.476.515l-.049.04L3.98 6.805l.067-.063c-1.04.896-1.328 2.312-.881 3.502c.843 2.43 2.99 7.129 7.229 11.361c4.246 4.252 8.994 6.308 11.343 7.225l.024.008l.023.008a3.59 3.59 0 0 0 3.467-.688l.03-.025l3.124-3.125c.83-.83.83-2.284 0-3.113l-4.097-4.102c-.832-.832-2.286-.832-3.118 0l-1.984 1.984c-.71-.339-2.458-1.218-4.12-2.802c-1.638-1.564-2.475-3.37-2.778-4.069l2-2c.877-.877.927-2.384-.084-3.19l.091.085l-4.142-4.24l-.047-.04a2.35 2.35 0 0 0-1.477-.515M19 4v2c3.859 0 7 3.14 7 7h2c0-4.962-4.037-9-9-9M8.652 5q.108 0 .211.08l4.067 4.164l.049.04c-.012-.01.038.086-.084.208L9.938 12.45l.228.604s1.129 3.068 3.541 5.369c2.372 2.262 5.297 3.498 5.297 3.498l.623.266l2.978-2.979c.169-.168.121-.168.29 0l4.097 4.102c.17.17.17.114 0 .285l-3.047 3.047c-.464.394-.943.497-1.52.306c-2.261-.884-6.686-2.82-10.616-6.756c-3.958-3.953-6.01-8.444-6.762-10.62l-.004-.012l-.006-.014c-.151-.4-.04-.981.315-1.287l.033-.03L8.439 5.08A.35.35 0 0 1 8.652 5M19 8v2c1.654 0 3 1.346 3 3h2c0-2.757-2.243-5-5-5"/></svg>
React
import type { SVGProps } from "react";
export function LaPhoneVolume(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M19 0v2c6.065 0 11 4.935 11 11h2c0-7.168-5.832-13-13-13M8.65 3.006a2.35 2.35 0 0 0-1.476.515l-.049.04L3.98 6.805l.067-.063c-1.04.896-1.328 2.312-.881 3.502c.843 2.43 2.99 7.129 7.229 11.361c4.246 4.252 8.994 6.308 11.343 7.225l.024.008l.023.008a3.59 3.59 0 0 0 3.467-.688l.03-.025l3.124-3.125c.83-.83.83-2.284 0-3.113l-4.097-4.102c-.832-.832-2.286-.832-3.118 0l-1.984 1.984c-.71-.339-2.458-1.218-4.12-2.802c-1.638-1.564-2.475-3.37-2.778-4.069l2-2c.877-.877.927-2.384-.084-3.19l.091.085l-4.142-4.24l-.047-.04a2.35 2.35 0 0 0-1.477-.515M19 4v2c3.859 0 7 3.14 7 7h2c0-4.962-4.037-9-9-9M8.652 5q.108 0 .211.08l4.067 4.164l.049.04c-.012-.01.038.086-.084.208L9.938 12.45l.228.604s1.129 3.068 3.541 5.369c2.372 2.262 5.297 3.498 5.297 3.498l.623.266l2.978-2.979c.169-.168.121-.168.29 0l4.097 4.102c.17.17.17.114 0 .285l-3.047 3.047c-.464.394-.943.497-1.52.306c-2.261-.884-6.686-2.82-10.616-6.756c-3.958-3.953-6.01-8.444-6.762-10.62l-.004-.012l-.006-.014c-.151-.4-.04-.981.315-1.287l.033-.03L8.439 5.08A.35.35 0 0 1 8.652 5M19 8v2c1.654 0 3 1.346 3 3h2c0-2.757-2.243-5-5-5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M19 0v2c6.065 0 11 4.935 11 11h2c0-7.168-5.832-13-13-13M8.65 3.006a2.35 2.35 0 0 0-1.476.515l-.049.04L3.98 6.805l.067-.063c-1.04.896-1.328 2.312-.881 3.502c.843 2.43 2.99 7.129 7.229 11.361c4.246 4.252 8.994 6.308 11.343 7.225l.024.008l.023.008a3.59 3.59 0 0 0 3.467-.688l.03-.025l3.124-3.125c.83-.83.83-2.284 0-3.113l-4.097-4.102c-.832-.832-2.286-.832-3.118 0l-1.984 1.984c-.71-.339-2.458-1.218-4.12-2.802c-1.638-1.564-2.475-3.37-2.778-4.069l2-2c.877-.877.927-2.384-.084-3.19l.091.085l-4.142-4.24l-.047-.04a2.35 2.35 0 0 0-1.477-.515M19 4v2c3.859 0 7 3.14 7 7h2c0-4.962-4.037-9-9-9M8.652 5q.108 0 .211.08l4.067 4.164l.049.04c-.012-.01.038.086-.084.208L9.938 12.45l.228.604s1.129 3.068 3.541 5.369c2.372 2.262 5.297 3.498 5.297 3.498l.623.266l2.978-2.979c.169-.168.121-.168.29 0l4.097 4.102c.17.17.17.114 0 .285l-3.047 3.047c-.464.394-.943.497-1.52.306c-2.261-.884-6.686-2.82-10.616-6.756c-3.958-3.953-6.01-8.444-6.762-10.62l-.004-.012l-.006-.014c-.151-.4-.04-.981.315-1.287l.033-.03L8.439 5.08A.35.35 0 0 1 8.652 5M19 8v2c1.654 0 3 1.346 3 3h2c0-2.757-2.243-5-5-5"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19%200v2c6.065%200%2011%204.935%2011%2011h2c0-7.168-5.832-13-13-13M8.65%203.006a2.35%202.35%200%200%200-1.476.515l-.049.04L3.98%206.805l.067-.063c-1.04.896-1.328%202.312-.881%203.502c.843%202.43%202.99%207.129%207.229%2011.361c4.246%204.252%208.994%206.308%2011.343%207.225l.024.008l.023.008a3.59%203.59%200%200%200%203.467-.688l.03-.025l3.124-3.125c.83-.83.83-2.284%200-3.113l-4.097-4.102c-.832-.832-2.286-.832-3.118%200l-1.984%201.984c-.71-.339-2.458-1.218-4.12-2.802c-1.638-1.564-2.475-3.37-2.778-4.069l2-2c.877-.877.927-2.384-.084-3.19l.091.085l-4.142-4.24l-.047-.04a2.35%202.35%200%200%200-1.477-.515M19%204v2c3.859%200%207%203.14%207%207h2c0-4.962-4.037-9-9-9M8.652%205q.108%200%20.211.08l4.067%204.164l.049.04c-.012-.01.038.086-.084.208L9.938%2012.45l.228.604s1.129%203.068%203.541%205.369c2.372%202.262%205.297%203.498%205.297%203.498l.623.266l2.978-2.979c.169-.168.121-.168.29%200l4.097%204.102c.17.17.17.114%200%20.285l-3.047%203.047c-.464.394-.943.497-1.52.306c-2.261-.884-6.686-2.82-10.616-6.756c-3.958-3.953-6.01-8.444-6.762-10.62l-.004-.012l-.006-.014c-.151-.4-.04-.981.315-1.287l.033-.03L8.439%205.08A.35.35%200%200%201%208.652%205M19%208v2c1.654%200%203%201.346%203%203h2c0-2.757-2.243-5-5-5%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19%200v2c6.065%200%2011%204.935%2011%2011h2c0-7.168-5.832-13-13-13M8.65%203.006a2.35%202.35%200%200%200-1.476.515l-.049.04L3.98%206.805l.067-.063c-1.04.896-1.328%202.312-.881%203.502c.843%202.43%202.99%207.129%207.229%2011.361c4.246%204.252%208.994%206.308%2011.343%207.225l.024.008l.023.008a3.59%203.59%200%200%200%203.467-.688l.03-.025l3.124-3.125c.83-.83.83-2.284%200-3.113l-4.097-4.102c-.832-.832-2.286-.832-3.118%200l-1.984%201.984c-.71-.339-2.458-1.218-4.12-2.802c-1.638-1.564-2.475-3.37-2.778-4.069l2-2c.877-.877.927-2.384-.084-3.19l.091.085l-4.142-4.24l-.047-.04a2.35%202.35%200%200%200-1.477-.515M19%204v2c3.859%200%207%203.14%207%207h2c0-4.962-4.037-9-9-9M8.652%205q.108%200%20.211.08l4.067%204.164l.049.04c-.012-.01.038.086-.084.208L9.938%2012.45l.228.604s1.129%203.068%203.541%205.369c2.372%202.262%205.297%203.498%205.297%203.498l.623.266l2.978-2.979c.169-.168.121-.168.29%200l4.097%204.102c.17.17.17.114%200%20.285l-3.047%203.047c-.464.394-.943.497-1.52.306c-2.261-.884-6.686-2.82-10.616-6.756c-3.958-3.953-6.01-8.444-6.762-10.62l-.004-.012l-.006-.014c-.151-.4-.04-.981.315-1.287l.033-.03L8.439%205.08A.35.35%200%200%201%208.652%205M19%208v2c1.654%200%203%201.346%203%203h2c0-2.757-2.243-5-5-5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/phone-volume.svg?color=%231a73e8&size=48