phone off icon
phone-off-line from MingCute Icon by MingCute Design · Line · Apache-2.0 Free for personal and commercial use.
- Name
- phone-off-line
- Set
- MingCute Icon
- Style
- Line
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
The same icon in other sets
Related icons in MingCute Icon
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="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M10 13.401a11.4 11.4 0 0 1-2.073-3.294a.47.47 0 0 1 .11-.507l1.606-1.607a.504.504 0 0 0 .058-.64c-.997-1.458-1.998-3.053-3.433-4.1a.47.47 0 0 0-.462-.047a4.9 4.9 0 0 0-2.82 3.31l-.015.063c-.068.274-.115.55-.104.832c.045 1.216.516 4.898 4.334 8.857M13 15.66c.372.193.684.329.893.413a.47.47 0 0 0 .507-.11l1.606-1.605a.5.5 0 0 1 .642-.057c1.462 1.013 2.983 2.017 4.085 3.428a.47.47 0 0 1 .057.476a4.87 4.87 0 0 1-3.295 2.806l-.074.018c-.273.069-.55.115-.832.105c-.979-.037-3.556-.35-6.59-2.462m6.719-11.89L3.283 20.219"/></svg>
React
import type { SVGProps } from "react";
export function MingcutePhoneOffLine(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="2" d="M10 13.401a11.4 11.4 0 0 1-2.073-3.294a.47.47 0 0 1 .11-.507l1.606-1.607a.504.504 0 0 0 .058-.64c-.997-1.458-1.998-3.053-3.433-4.1a.47.47 0 0 0-.462-.047a4.9 4.9 0 0 0-2.82 3.31l-.015.063c-.068.274-.115.55-.104.832c.045 1.216.516 4.898 4.334 8.857M13 15.66c.372.193.684.329.893.413a.47.47 0 0 0 .507-.11l1.606-1.605a.5.5 0 0 1 .642-.057c1.462 1.013 2.983 2.017 4.085 3.428a.47.47 0 0 1 .057.476a4.87 4.87 0 0 1-3.295 2.806l-.074.018c-.273.069-.55.115-.832.105c-.979-.037-3.556-.35-6.59-2.462m6.719-11.89L3.283 20.219"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M10 13.401a11.4 11.4 0 0 1-2.073-3.294a.47.47 0 0 1 .11-.507l1.606-1.607a.504.504 0 0 0 .058-.64c-.997-1.458-1.998-3.053-3.433-4.1a.47.47 0 0 0-.462-.047a4.9 4.9 0 0 0-2.82 3.31l-.015.063c-.068.274-.115.55-.104.832c.045 1.216.516 4.898 4.334 8.857M13 15.66c.372.193.684.329.893.413a.47.47 0 0 0 .507-.11l1.606-1.605a.5.5 0 0 1 .642-.057c1.462 1.013 2.983 2.017 4.085 3.428a.47.47 0 0 1 .057.476a4.87 4.87 0 0 1-3.295 2.806l-.074.018c-.273.069-.55.115-.832.105c-.979-.037-3.556-.35-6.59-2.462m6.719-11.89L3.283 20.219"/></svg> </template>
CSS
.icon-phone-off-line {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M10%2013.401a11.4%2011.4%200%200%201-2.073-3.294a.47.47%200%200%201%20.11-.507l1.606-1.607a.504.504%200%200%200%20.058-.64c-.997-1.458-1.998-3.053-3.433-4.1a.47.47%200%200%200-.462-.047a4.9%204.9%200%200%200-2.82%203.31l-.015.063c-.068.274-.115.55-.104.832c.045%201.216.516%204.898%204.334%208.857M13%2015.66c.372.193.684.329.893.413a.47.47%200%200%200%20.507-.11l1.606-1.605a.5.5%200%200%201%20.642-.057c1.462%201.013%202.983%202.017%204.085%203.428a.47.47%200%200%201%20.057.476a4.87%204.87%200%200%201-3.295%202.806l-.074.018c-.273.069-.55.115-.832.105c-.979-.037-3.556-.35-6.59-2.462m6.719-11.89L3.283%2020.219%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M10%2013.401a11.4%2011.4%200%200%201-2.073-3.294a.47.47%200%200%201%20.11-.507l1.606-1.607a.504.504%200%200%200%20.058-.64c-.997-1.458-1.998-3.053-3.433-4.1a.47.47%200%200%200-.462-.047a4.9%204.9%200%200%200-2.82%203.31l-.015.063c-.068.274-.115.55-.104.832c.045%201.216.516%204.898%204.334%208.857M13%2015.66c.372.193.684.329.893.413a.47.47%200%200%200%20.507-.11l1.606-1.605a.5.5%200%200%201%20.642-.057c1.462%201.013%202.983%202.017%204.085%203.428a.47.47%200%200%201%20.057.476a4.87%204.87%200%200%201-3.295%202.806l-.074.018c-.273.069-.55.115-.832.105c-.979-.037-3.556-.35-6.59-2.462m6.719-11.89L3.283%2020.219%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/phone-off-line.svg?color=%231a73e8&size=48