phone add icon
phone-add-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- phone-add-fill
- Set
- MingCute Icon
- Style
- Fill
- 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 add icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.412 2.286a1.47 1.47 0 0 1 1.446.16c1.441 1.05 2.48 2.588 3.366 3.897l.285.419a1.505 1.505 0 0 1-.256 1.986l-1.951 1.45a.48.48 0 0 0-.142.614c.442.804 1.228 2 2.128 2.9s2.153 1.738 3.012 2.23a.483.483 0 0 0 .644-.162l1.27-1.933a1.504 1.504 0 0 1 2.056-.332l.268.186c1.344.927 2.856 1.97 3.983 3.412c.341.438.392 1.01.188 1.486a5.87 5.87 0 0 1-3.971 3.381l-.074.019c-.32.08-.7.149-1.112.134c-1.441-.053-5.522-.617-9.795-4.89S1.921 8.89 1.867 7.448c-.015-.412.054-.79.134-1.111l.016-.064a5.9 5.9 0 0 1 3.395-3.987M17 3.001a1 1 0 0 1 1 1v2h2a1 1 0 1 1 0 2h-2v2a1 1 0 0 1-2 0v-2h-2a1 1 0 0 1 0-2h2v-2a1 1 0 0 1 1-1"/></svg>
React
import type { SVGProps } from "react";
export function MingcutePhoneAddFill(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="M5.412 2.286a1.47 1.47 0 0 1 1.446.16c1.441 1.05 2.48 2.588 3.366 3.897l.285.419a1.505 1.505 0 0 1-.256 1.986l-1.951 1.45a.48.48 0 0 0-.142.614c.442.804 1.228 2 2.128 2.9s2.153 1.738 3.012 2.23a.483.483 0 0 0 .644-.162l1.27-1.933a1.504 1.504 0 0 1 2.056-.332l.268.186c1.344.927 2.856 1.97 3.983 3.412c.341.438.392 1.01.188 1.486a5.87 5.87 0 0 1-3.971 3.381l-.074.019c-.32.08-.7.149-1.112.134c-1.441-.053-5.522-.617-9.795-4.89S1.921 8.89 1.867 7.448c-.015-.412.054-.79.134-1.111l.016-.064a5.9 5.9 0 0 1 3.395-3.987M17 3.001a1 1 0 0 1 1 1v2h2a1 1 0 1 1 0 2h-2v2a1 1 0 0 1-2 0v-2h-2a1 1 0 0 1 0-2h2v-2a1 1 0 0 1 1-1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.412 2.286a1.47 1.47 0 0 1 1.446.16c1.441 1.05 2.48 2.588 3.366 3.897l.285.419a1.505 1.505 0 0 1-.256 1.986l-1.951 1.45a.48.48 0 0 0-.142.614c.442.804 1.228 2 2.128 2.9s2.153 1.738 3.012 2.23a.483.483 0 0 0 .644-.162l1.27-1.933a1.504 1.504 0 0 1 2.056-.332l.268.186c1.344.927 2.856 1.97 3.983 3.412c.341.438.392 1.01.188 1.486a5.87 5.87 0 0 1-3.971 3.381l-.074.019c-.32.08-.7.149-1.112.134c-1.441-.053-5.522-.617-9.795-4.89S1.921 8.89 1.867 7.448c-.015-.412.054-.79.134-1.111l.016-.064a5.9 5.9 0 0 1 3.395-3.987M17 3.001a1 1 0 0 1 1 1v2h2a1 1 0 1 1 0 2h-2v2a1 1 0 0 1-2 0v-2h-2a1 1 0 0 1 0-2h2v-2a1 1 0 0 1 1-1"/></svg> </template>
CSS
.icon-phone-add-fill {
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%22M5.412%202.286a1.47%201.47%200%200%201%201.446.16c1.441%201.05%202.48%202.588%203.366%203.897l.285.419a1.505%201.505%200%200%201-.256%201.986l-1.951%201.45a.48.48%200%200%200-.142.614c.442.804%201.228%202%202.128%202.9s2.153%201.738%203.012%202.23a.483.483%200%200%200%20.644-.162l1.27-1.933a1.504%201.504%200%200%201%202.056-.332l.268.186c1.344.927%202.856%201.97%203.983%203.412c.341.438.392%201.01.188%201.486a5.87%205.87%200%200%201-3.971%203.381l-.074.019c-.32.08-.7.149-1.112.134c-1.441-.053-5.522-.617-9.795-4.89S1.921%208.89%201.867%207.448c-.015-.412.054-.79.134-1.111l.016-.064a5.9%205.9%200%200%201%203.395-3.987M17%203.001a1%201%200%200%201%201%201v2h2a1%201%200%201%201%200%202h-2v2a1%201%200%200%201-2%200v-2h-2a1%201%200%200%201%200-2h2v-2a1%201%200%200%201%201-1%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%22M5.412%202.286a1.47%201.47%200%200%201%201.446.16c1.441%201.05%202.48%202.588%203.366%203.897l.285.419a1.505%201.505%200%200%201-.256%201.986l-1.951%201.45a.48.48%200%200%200-.142.614c.442.804%201.228%202%202.128%202.9s2.153%201.738%203.012%202.23a.483.483%200%200%200%20.644-.162l1.27-1.933a1.504%201.504%200%200%201%202.056-.332l.268.186c1.344.927%202.856%201.97%203.983%203.412c.341.438.392%201.01.188%201.486a5.87%205.87%200%200%201-3.971%203.381l-.074.019c-.32.08-.7.149-1.112.134c-1.441-.053-5.522-.617-9.795-4.89S1.921%208.89%201.867%207.448c-.015-.412.054-.79.134-1.111l.016-.064a5.9%205.9%200%200%201%203.395-3.987M17%203.001a1%201%200%200%201%201%201v2h2a1%201%200%201%201%200%202h-2v2a1%201%200%200%201-2%200v-2h-2a1%201%200%200%201%200-2h2v-2a1%201%200%200%201%201-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/phone-add-fill.svg?color=%231a73e8&size=48