phone off icon
phone-off-filled from Reicon by REICON · Filled · Call · MIT Free for personal and commercial use.
- Name
- phone-off-filled
- Set
- Reicon
- Style
- Filled
- Category
- Call
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
All phone off icons →phone-offBoxIcons v2phone-offBoxIcons v2 Solidphone-offCarbonphone-off-fillEva Iconsphone-offFeather Iconsphone-offHumbleiconsphone-offIconParkphone-offIconPark Outlinephone-offKeyline Iconsphone-offMaterial Line Iconsphone-offLucidephone-offMaterial Design Iconsphone-off-fillMingCute Iconphone-offTabler Icons
More call icons from Reicon
Use the phone off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.47 1.47a.75.75 0 1 1 1.06 1.06L10.78 14.281c.783.67 1.71 1.268 2.872 1.882l1.861-2q.122-.132.216-.222a.8.8 0 0 1 .232-.154a.75.75 0 0 1 .431-.038a.8.8 0 0 1 .255.11q.109.073.252.181l.001.001l.006.004l4.612 3.463c.211.159.355.267.453.389c.309.383.364.912.141 1.35c-.071.14-.19.275-.363.474l-.597.682l-.1.113a5.25 5.25 0 0 1-5.211 1.571l-.175-.047l-.046-.012a16.3 16.3 0 0 1-4.72-2.149l-.047-.031a24 24 0 0 1-3.142-2.498l-5.18 5.18a.75.75 0 0 1-1.061-1.06zm-16.72.421a1.25 1.25 0 0 1 1.355.144c.121.099.228.243.386.454l3.353 4.502q.104.135.17.239a.8.8 0 0 1 .108.243a.75.75 0 0 1-.026.416a.8.8 0 0 1-.137.228q-.08.094-.199.215l-1.93 2.009q.335.663.68 1.232a.25.25 0 0 1-.036.307l-2.83 2.83a.25.25 0 0 1-.373-.022a24 24 0 0 1-1.119-1.54l-.03-.047a16.3 16.3 0 0 1-2.15-4.72l-.012-.047l-.047-.175a5.25 5.25 0 0 1 1.571-5.21l.113-.1l.68-.595c.198-.174.333-.292.472-.363"/></svg>
React
import type { SVGProps } from "react";
export function ReiconPhoneOffFilled(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="M21.47 1.47a.75.75 0 1 1 1.06 1.06L10.78 14.281c.783.67 1.71 1.268 2.872 1.882l1.861-2q.122-.132.216-.222a.8.8 0 0 1 .232-.154a.75.75 0 0 1 .431-.038a.8.8 0 0 1 .255.11q.109.073.252.181l.001.001l.006.004l4.612 3.463c.211.159.355.267.453.389c.309.383.364.912.141 1.35c-.071.14-.19.275-.363.474l-.597.682l-.1.113a5.25 5.25 0 0 1-5.211 1.571l-.175-.047l-.046-.012a16.3 16.3 0 0 1-4.72-2.149l-.047-.031a24 24 0 0 1-3.142-2.498l-5.18 5.18a.75.75 0 0 1-1.061-1.06zm-16.72.421a1.25 1.25 0 0 1 1.355.144c.121.099.228.243.386.454l3.353 4.502q.104.135.17.239a.8.8 0 0 1 .108.243a.75.75 0 0 1-.026.416a.8.8 0 0 1-.137.228q-.08.094-.199.215l-1.93 2.009q.335.663.68 1.232a.25.25 0 0 1-.036.307l-2.83 2.83a.25.25 0 0 1-.373-.022a24 24 0 0 1-1.119-1.54l-.03-.047a16.3 16.3 0 0 1-2.15-4.72l-.012-.047l-.047-.175a5.25 5.25 0 0 1 1.571-5.21l.113-.1l.68-.595c.198-.174.333-.292.472-.363"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.47 1.47a.75.75 0 1 1 1.06 1.06L10.78 14.281c.783.67 1.71 1.268 2.872 1.882l1.861-2q.122-.132.216-.222a.8.8 0 0 1 .232-.154a.75.75 0 0 1 .431-.038a.8.8 0 0 1 .255.11q.109.073.252.181l.001.001l.006.004l4.612 3.463c.211.159.355.267.453.389c.309.383.364.912.141 1.35c-.071.14-.19.275-.363.474l-.597.682l-.1.113a5.25 5.25 0 0 1-5.211 1.571l-.175-.047l-.046-.012a16.3 16.3 0 0 1-4.72-2.149l-.047-.031a24 24 0 0 1-3.142-2.498l-5.18 5.18a.75.75 0 0 1-1.061-1.06zm-16.72.421a1.25 1.25 0 0 1 1.355.144c.121.099.228.243.386.454l3.353 4.502q.104.135.17.239a.8.8 0 0 1 .108.243a.75.75 0 0 1-.026.416a.8.8 0 0 1-.137.228q-.08.094-.199.215l-1.93 2.009q.335.663.68 1.232a.25.25 0 0 1-.036.307l-2.83 2.83a.25.25 0 0 1-.373-.022a24 24 0 0 1-1.119-1.54l-.03-.047a16.3 16.3 0 0 1-2.15-4.72l-.012-.047l-.047-.175a5.25 5.25 0 0 1 1.571-5.21l.113-.1l.68-.595c.198-.174.333-.292.472-.363"/></svg> </template>
CSS
.icon-phone-off-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%20d%3D%22M21.47%201.47a.75.75%200%201%201%201.06%201.06L10.78%2014.281c.783.67%201.71%201.268%202.872%201.882l1.861-2q.122-.132.216-.222a.8.8%200%200%201%20.232-.154a.75.75%200%200%201%20.431-.038a.8.8%200%200%201%20.255.11q.109.073.252.181l.001.001l.006.004l4.612%203.463c.211.159.355.267.453.389c.309.383.364.912.141%201.35c-.071.14-.19.275-.363.474l-.597.682l-.1.113a5.25%205.25%200%200%201-5.211%201.571l-.175-.047l-.046-.012a16.3%2016.3%200%200%201-4.72-2.149l-.047-.031a24%2024%200%200%201-3.142-2.498l-5.18%205.18a.75.75%200%200%201-1.061-1.06zm-16.72.421a1.25%201.25%200%200%201%201.355.144c.121.099.228.243.386.454l3.353%204.502q.104.135.17.239a.8.8%200%200%201%20.108.243a.75.75%200%200%201-.026.416a.8.8%200%200%201-.137.228q-.08.094-.199.215l-1.93%202.009q.335.663.68%201.232a.25.25%200%200%201-.036.307l-2.83%202.83a.25.25%200%200%201-.373-.022a24%2024%200%200%201-1.119-1.54l-.03-.047a16.3%2016.3%200%200%201-2.15-4.72l-.012-.047l-.047-.175a5.25%205.25%200%200%201%201.571-5.21l.113-.1l.68-.595c.198-.174.333-.292.472-.363%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%22M21.47%201.47a.75.75%200%201%201%201.06%201.06L10.78%2014.281c.783.67%201.71%201.268%202.872%201.882l1.861-2q.122-.132.216-.222a.8.8%200%200%201%20.232-.154a.75.75%200%200%201%20.431-.038a.8.8%200%200%201%20.255.11q.109.073.252.181l.001.001l.006.004l4.612%203.463c.211.159.355.267.453.389c.309.383.364.912.141%201.35c-.071.14-.19.275-.363.474l-.597.682l-.1.113a5.25%205.25%200%200%201-5.211%201.571l-.175-.047l-.046-.012a16.3%2016.3%200%200%201-4.72-2.149l-.047-.031a24%2024%200%200%201-3.142-2.498l-5.18%205.18a.75.75%200%200%201-1.061-1.06zm-16.72.421a1.25%201.25%200%200%201%201.355.144c.121.099.228.243.386.454l3.353%204.502q.104.135.17.239a.8.8%200%200%201%20.108.243a.75.75%200%200%201-.026.416a.8.8%200%200%201-.137.228q-.08.094-.199.215l-1.93%202.009q.335.663.68%201.232a.25.25%200%200%201-.036.307l-2.83%202.83a.25.25%200%200%201-.373-.022a24%2024%200%200%201-1.119-1.54l-.03-.047a16.3%2016.3%200%200%201-2.15-4.72l-.012-.047l-.047-.175a5.25%205.25%200%200%201%201.571-5.21l.113-.1l.68-.595c.198-.174.333-.292.472-.363%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/phone-off-filled.svg?color=%231a73e8&size=48