phone fill badge plus icon
phone-fill-badge-plus from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- phone-fill-badge-plus
- Set
- Framework7 Icons
- Style
- Outline
- Viewbox
- 56×56
- License
- MIT
Related icons in Framework7 Icons
Use the phone fill badge plus icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M42.262 47.922c2.906 0 5.414-1.125 7.476-3.305c.422-.469.867-.914 1.219-1.336c.82-.984 1.313-2.039 1.313-3.047c0-1.172-.634-2.297-2.063-3.328c-2.39-1.687-4.781-3.398-7.195-5.086c-1.078-.726-1.993-1.078-2.836-1.078c-1.078 0-2.063.586-3.117 1.617l-1.641 1.618a1.26 1.26 0 0 1-.89.351a2.2 2.2 0 0 1-.962-.258c-1.476-.797-3.914-2.86-6.21-5.156c-2.32-2.297-4.454-4.781-5.204-6.234c-.117-.258-.258-.586-.258-.938c0-.305.094-.61.352-.867l1.664-1.711c1.031-1.078 1.664-2.016 1.664-3.117c0-.844-.375-1.758-1.148-2.836a770 770 0 0 1-5.04-7.102c-1.078-1.5-2.25-2.32-3.491-2.32c-1.008 0-2.016.492-3.024 1.5l-1.266 1.266c-2.156 2.156-3.14 4.804-3.14 7.758c0 3.398 1.289 7.265 3.562 11.296a16.7 16.7 0 0 1 3.61-.422c8.32 0 15.14 6.82 15.14 15.118c0 1.312-.164 2.554-.492 3.75c4.313 2.484 8.39 3.867 11.977 3.867M15.637 52.21c6.468 0 11.906-5.39 11.906-11.906s-5.367-11.907-11.906-11.907C9.12 28.398 3.73 33.79 3.73 40.305c0 6.562 5.391 11.906 11.907 11.906m.023-4.172c-.82 0-1.547-.562-1.547-1.43v-4.875H9.637c-.797 0-1.453-.656-1.453-1.43s.656-1.429 1.453-1.429h4.476v-4.852c0-.89.727-1.453 1.547-1.453c.797 0 1.523.563 1.523 1.453v4.852h4.477c.797 0 1.43.656 1.43 1.43s-.633 1.43-1.43 1.43h-4.477v4.874c0 .868-.726 1.43-1.523 1.43"/></svg>
React
import type { SVGProps } from "react";
export function F7PhoneFillBadgePlus(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M42.262 47.922c2.906 0 5.414-1.125 7.476-3.305c.422-.469.867-.914 1.219-1.336c.82-.984 1.313-2.039 1.313-3.047c0-1.172-.634-2.297-2.063-3.328c-2.39-1.687-4.781-3.398-7.195-5.086c-1.078-.726-1.993-1.078-2.836-1.078c-1.078 0-2.063.586-3.117 1.617l-1.641 1.618a1.26 1.26 0 0 1-.89.351a2.2 2.2 0 0 1-.962-.258c-1.476-.797-3.914-2.86-6.21-5.156c-2.32-2.297-4.454-4.781-5.204-6.234c-.117-.258-.258-.586-.258-.938c0-.305.094-.61.352-.867l1.664-1.711c1.031-1.078 1.664-2.016 1.664-3.117c0-.844-.375-1.758-1.148-2.836a770 770 0 0 1-5.04-7.102c-1.078-1.5-2.25-2.32-3.491-2.32c-1.008 0-2.016.492-3.024 1.5l-1.266 1.266c-2.156 2.156-3.14 4.804-3.14 7.758c0 3.398 1.289 7.265 3.562 11.296a16.7 16.7 0 0 1 3.61-.422c8.32 0 15.14 6.82 15.14 15.118c0 1.312-.164 2.554-.492 3.75c4.313 2.484 8.39 3.867 11.977 3.867M15.637 52.21c6.468 0 11.906-5.39 11.906-11.906s-5.367-11.907-11.906-11.907C9.12 28.398 3.73 33.79 3.73 40.305c0 6.562 5.391 11.906 11.907 11.906m.023-4.172c-.82 0-1.547-.562-1.547-1.43v-4.875H9.637c-.797 0-1.453-.656-1.453-1.43s.656-1.429 1.453-1.429h4.476v-4.852c0-.89.727-1.453 1.547-1.453c.797 0 1.523.563 1.523 1.453v4.852h4.477c.797 0 1.43.656 1.43 1.43s-.633 1.43-1.43 1.43h-4.477v4.874c0 .868-.726 1.43-1.523 1.43"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M42.262 47.922c2.906 0 5.414-1.125 7.476-3.305c.422-.469.867-.914 1.219-1.336c.82-.984 1.313-2.039 1.313-3.047c0-1.172-.634-2.297-2.063-3.328c-2.39-1.687-4.781-3.398-7.195-5.086c-1.078-.726-1.993-1.078-2.836-1.078c-1.078 0-2.063.586-3.117 1.617l-1.641 1.618a1.26 1.26 0 0 1-.89.351a2.2 2.2 0 0 1-.962-.258c-1.476-.797-3.914-2.86-6.21-5.156c-2.32-2.297-4.454-4.781-5.204-6.234c-.117-.258-.258-.586-.258-.938c0-.305.094-.61.352-.867l1.664-1.711c1.031-1.078 1.664-2.016 1.664-3.117c0-.844-.375-1.758-1.148-2.836a770 770 0 0 1-5.04-7.102c-1.078-1.5-2.25-2.32-3.491-2.32c-1.008 0-2.016.492-3.024 1.5l-1.266 1.266c-2.156 2.156-3.14 4.804-3.14 7.758c0 3.398 1.289 7.265 3.562 11.296a16.7 16.7 0 0 1 3.61-.422c8.32 0 15.14 6.82 15.14 15.118c0 1.312-.164 2.554-.492 3.75c4.313 2.484 8.39 3.867 11.977 3.867M15.637 52.21c6.468 0 11.906-5.39 11.906-11.906s-5.367-11.907-11.906-11.907C9.12 28.398 3.73 33.79 3.73 40.305c0 6.562 5.391 11.906 11.907 11.906m.023-4.172c-.82 0-1.547-.562-1.547-1.43v-4.875H9.637c-.797 0-1.453-.656-1.453-1.43s.656-1.429 1.453-1.429h4.476v-4.852c0-.89.727-1.453 1.547-1.453c.797 0 1.523.563 1.523 1.453v4.852h4.477c.797 0 1.43.656 1.43 1.43s-.633 1.43-1.43 1.43h-4.477v4.874c0 .868-.726 1.43-1.523 1.43"/></svg> </template>
CSS
.icon-phone-fill-badge-plus {
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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M42.262%2047.922c2.906%200%205.414-1.125%207.476-3.305c.422-.469.867-.914%201.219-1.336c.82-.984%201.313-2.039%201.313-3.047c0-1.172-.634-2.297-2.063-3.328c-2.39-1.687-4.781-3.398-7.195-5.086c-1.078-.726-1.993-1.078-2.836-1.078c-1.078%200-2.063.586-3.117%201.617l-1.641%201.618a1.26%201.26%200%200%201-.89.351a2.2%202.2%200%200%201-.962-.258c-1.476-.797-3.914-2.86-6.21-5.156c-2.32-2.297-4.454-4.781-5.204-6.234c-.117-.258-.258-.586-.258-.938c0-.305.094-.61.352-.867l1.664-1.711c1.031-1.078%201.664-2.016%201.664-3.117c0-.844-.375-1.758-1.148-2.836a770%20770%200%200%201-5.04-7.102c-1.078-1.5-2.25-2.32-3.491-2.32c-1.008%200-2.016.492-3.024%201.5l-1.266%201.266c-2.156%202.156-3.14%204.804-3.14%207.758c0%203.398%201.289%207.265%203.562%2011.296a16.7%2016.7%200%200%201%203.61-.422c8.32%200%2015.14%206.82%2015.14%2015.118c0%201.312-.164%202.554-.492%203.75c4.313%202.484%208.39%203.867%2011.977%203.867M15.637%2052.21c6.468%200%2011.906-5.39%2011.906-11.906s-5.367-11.907-11.906-11.907C9.12%2028.398%203.73%2033.79%203.73%2040.305c0%206.562%205.391%2011.906%2011.907%2011.906m.023-4.172c-.82%200-1.547-.562-1.547-1.43v-4.875H9.637c-.797%200-1.453-.656-1.453-1.43s.656-1.429%201.453-1.429h4.476v-4.852c0-.89.727-1.453%201.547-1.453c.797%200%201.523.563%201.523%201.453v4.852h4.477c.797%200%201.43.656%201.43%201.43s-.633%201.43-1.43%201.43h-4.477v4.874c0%20.868-.726%201.43-1.523%201.43%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M42.262%2047.922c2.906%200%205.414-1.125%207.476-3.305c.422-.469.867-.914%201.219-1.336c.82-.984%201.313-2.039%201.313-3.047c0-1.172-.634-2.297-2.063-3.328c-2.39-1.687-4.781-3.398-7.195-5.086c-1.078-.726-1.993-1.078-2.836-1.078c-1.078%200-2.063.586-3.117%201.617l-1.641%201.618a1.26%201.26%200%200%201-.89.351a2.2%202.2%200%200%201-.962-.258c-1.476-.797-3.914-2.86-6.21-5.156c-2.32-2.297-4.454-4.781-5.204-6.234c-.117-.258-.258-.586-.258-.938c0-.305.094-.61.352-.867l1.664-1.711c1.031-1.078%201.664-2.016%201.664-3.117c0-.844-.375-1.758-1.148-2.836a770%20770%200%200%201-5.04-7.102c-1.078-1.5-2.25-2.32-3.491-2.32c-1.008%200-2.016.492-3.024%201.5l-1.266%201.266c-2.156%202.156-3.14%204.804-3.14%207.758c0%203.398%201.289%207.265%203.562%2011.296a16.7%2016.7%200%200%201%203.61-.422c8.32%200%2015.14%206.82%2015.14%2015.118c0%201.312-.164%202.554-.492%203.75c4.313%202.484%208.39%203.867%2011.977%203.867M15.637%2052.21c6.468%200%2011.906-5.39%2011.906-11.906s-5.367-11.907-11.906-11.907C9.12%2028.398%203.73%2033.79%203.73%2040.305c0%206.562%205.391%2011.906%2011.907%2011.906m.023-4.172c-.82%200-1.547-.562-1.547-1.43v-4.875H9.637c-.797%200-1.453-.656-1.453-1.43s.656-1.429%201.453-1.429h4.476v-4.852c0-.89.727-1.453%201.547-1.453c.797%200%201.523.563%201.523%201.453v4.852h4.477c.797%200%201.43.656%201.43%201.43s-.633%201.43-1.43%201.43h-4.477v4.874c0%20.868-.726%201.43-1.523%201.43%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/phone-fill-badge-plus.svg?color=%231a73e8&size=48