phonelink off icon
phonelink-off-rounded from Material Symbols by Google · Rounded · Apache-2.0 Free for personal and commercial use.
- Name
- phonelink-off-rounded
- Set
- Material Symbols
- Style
- Rounded
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols
The same icon in other sets
Related icons in Material Symbols
Use the phonelink off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.1 21.9L17.2 20H15q-.425 0-.712-.287T14 19v-2.2l-8-8V17h4.5q.625 0 1.063.438T12 18.5q0 .625-.437 1.063T10.5 20h-7q-.625 0-1.062-.437T2 18.5q0-.625.438-1.062T3.5 17H4V6.8L2.1 4.9q-.275-.275-.275-.7t.275-.7q.275-.275.7-.275t.7.275l17 17q.275.275.275.7t-.275.7q-.275.275-.7.275t-.7-.275M22 19l-8-7.85V9q0-.425.288-.712T15 8h6q.425 0 .713.288T22 9zM8.85 6l-2-2H20q.425 0 .713.288T21 5q0 .425-.288.713T20 6z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsPhonelinkOffRounded(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.1 21.9L17.2 20H15q-.425 0-.712-.287T14 19v-2.2l-8-8V17h4.5q.625 0 1.063.438T12 18.5q0 .625-.437 1.063T10.5 20h-7q-.625 0-1.062-.437T2 18.5q0-.625.438-1.062T3.5 17H4V6.8L2.1 4.9q-.275-.275-.275-.7t.275-.7q.275-.275.7-.275t.7.275l17 17q.275.275.275.7t-.275.7q-.275.275-.7.275t-.7-.275M22 19l-8-7.85V9q0-.425.288-.712T15 8h6q.425 0 .713.288T22 9zM8.85 6l-2-2H20q.425 0 .713.288T21 5q0 .425-.288.713T20 6z"/></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.1 21.9L17.2 20H15q-.425 0-.712-.287T14 19v-2.2l-8-8V17h4.5q.625 0 1.063.438T12 18.5q0 .625-.437 1.063T10.5 20h-7q-.625 0-1.062-.437T2 18.5q0-.625.438-1.062T3.5 17H4V6.8L2.1 4.9q-.275-.275-.275-.7t.275-.7q.275-.275.7-.275t.7.275l17 17q.275.275.275.7t-.275.7q-.275.275-.7.275t-.7-.275M22 19l-8-7.85V9q0-.425.288-.712T15 8h6q.425 0 .713.288T22 9zM8.85 6l-2-2H20q.425 0 .713.288T21 5q0 .425-.288.713T20 6z"/></svg> </template>
CSS
.icon-phonelink-off-rounded {
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.1%2021.9L17.2%2020H15q-.425%200-.712-.287T14%2019v-2.2l-8-8V17h4.5q.625%200%201.063.438T12%2018.5q0%20.625-.437%201.063T10.5%2020h-7q-.625%200-1.062-.437T2%2018.5q0-.625.438-1.062T3.5%2017H4V6.8L2.1%204.9q-.275-.275-.275-.7t.275-.7q.275-.275.7-.275t.7.275l17%2017q.275.275.275.7t-.275.7q-.275.275-.7.275t-.7-.275M22%2019l-8-7.85V9q0-.425.288-.712T15%208h6q.425%200%20.713.288T22%209zM8.85%206l-2-2H20q.425%200%20.713.288T21%205q0%20.425-.288.713T20%206z%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.1%2021.9L17.2%2020H15q-.425%200-.712-.287T14%2019v-2.2l-8-8V17h4.5q.625%200%201.063.438T12%2018.5q0%20.625-.437%201.063T10.5%2020h-7q-.625%200-1.062-.437T2%2018.5q0-.625.438-1.062T3.5%2017H4V6.8L2.1%204.9q-.275-.275-.275-.7t.275-.7q.275-.275.7-.275t.7.275l17%2017q.275.275.275.7t-.275.7q-.275.275-.7.275t-.7-.275M22%2019l-8-7.85V9q0-.425.288-.712T15%208h6q.425%200%20.713.288T22%209zM8.85%206l-2-2H20q.425%200%20.713.288T21%205q0%20.425-.288.713T20%206z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/phonelink-off-rounded.svg?color=%231a73e8&size=48