phone minus icon
phone-minus from Iconoir by Luca Burgio · Regular · Communication · MIT Free for personal and commercial use.
- Name
- phone-minus
- Set
- Iconoir
- Style
- Regular
- Category
- Communication
- Viewbox
- 24×24
- License
- MIT
- Aliases
- phone-remove
1 other variant in Iconoir
The same icon in other sets
More communication icons from Iconoir
app-notificationarrow-email-forwardat-signat-sign-circlebellbell-notificationbell-offbubble-downloadbubble-incomebubble-outcomebubble-searchbubble-starbubble-uploadbubble-warningbubble-xmarkchat-bubblechat-bubble-checkchat-bubble-emptychat-bubble-questionchat-bubble-translatechat-bubble-warningchat-bubble-xmarkchat-lineschat-minus-in
Use the phone minus 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-linejoin="round" stroke-width="1.5" d="M16.242 5.243h6m-4.124 9.459L14 15.5c-2.782-1.396-4.5-3-5.5-5.5l.77-4.13L7.815 2H4.064c-1.128 0-2.016.932-1.847 2.047c.42 2.783 1.66 7.83 5.283 11.453c3.805 3.805 9.286 5.456 12.302 6.113c1.165.253 2.198-.655 2.198-1.848v-3.584z"/></svg>
React
import type { SVGProps } from "react";
export function IconoirPhoneMinus(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" strokeLinejoin="round" strokeWidth="1.5" d="M16.242 5.243h6m-4.124 9.459L14 15.5c-2.782-1.396-4.5-3-5.5-5.5l.77-4.13L7.815 2H4.064c-1.128 0-2.016.932-1.847 2.047c.42 2.783 1.66 7.83 5.283 11.453c3.805 3.805 9.286 5.456 12.302 6.113c1.165.253 2.198-.655 2.198-1.848v-3.584z"/></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-linejoin="round" stroke-width="1.5" d="M16.242 5.243h6m-4.124 9.459L14 15.5c-2.782-1.396-4.5-3-5.5-5.5l.77-4.13L7.815 2H4.064c-1.128 0-2.016.932-1.847 2.047c.42 2.783 1.66 7.83 5.283 11.453c3.805 3.805 9.286 5.456 12.302 6.113c1.165.253 2.198-.655 2.198-1.848v-3.584z"/></svg> </template>
CSS
.icon-phone-minus {
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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M16.242%205.243h6m-4.124%209.459L14%2015.5c-2.782-1.396-4.5-3-5.5-5.5l.77-4.13L7.815%202H4.064c-1.128%200-2.016.932-1.847%202.047c.42%202.783%201.66%207.83%205.283%2011.453c3.805%203.805%209.286%205.456%2012.302%206.113c1.165.253%202.198-.655%202.198-1.848v-3.584z%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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M16.242%205.243h6m-4.124%209.459L14%2015.5c-2.782-1.396-4.5-3-5.5-5.5l.77-4.13L7.815%202H4.064c-1.128%200-2.016.932-1.847%202.047c.42%202.783%201.66%207.83%205.283%2011.453c3.805%203.805%209.286%205.456%2012.302%206.113c1.165.253%202.198-.655%202.198-1.848v-3.584z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/iconoir/phone-minus.svg?color=%231a73e8&size=48