phone plus icon

phone-plus-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.

Name
phone-plus-fill
Set
Mage Icons
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in Mage Icons

The same icon in other sets

Related icons in Mage Icons

Use the phone plus icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.047 18.925a2.66 2.66 0 0 1-.899 1.497c-.544.55-1.199.98-1.92 1.26a5.6 5.6 0 0 1-1.973.362h-.362a11.4 11.4 0 0 1-4.348-1.033c-.34-.155-.66-.31-.96-.475a20 20 0 0 1-4.369-3.326a18.8 18.8 0 0 1-4.13-5.504A11.9 11.9 0 0 1 2.051 8.08a6.5 6.5 0 0 1 .424-3.853A6.8 6.8 0 0 1 3.663 2.71c.201-.227.448-.41.723-.537c.289-.134.602-.207.92-.217c.363.025.716.131 1.032.31c.293.16.547.382.744.65l1.25 1.292c.32.32.63.64.95.98c.377.335.613.8.66 1.302v.103a2 2 0 0 1-.485 1.126a8 8 0 0 1-.578.64l-.279.29a1.3 1.3 0 0 0-.279.413a1.1 1.1 0 0 0-.062.413c.162.464.423.887.765 1.24c.547.722 1.032 1.404 1.59 2.013a13.7 13.7 0 0 0 3.46 2.85a1 1 0 0 0 .434.187c.136.018.275 0 .403-.052c.356-.223.673-.502.94-.826a2.33 2.33 0 0 1 1.497-.816c.562.006 1.1.232 1.497.63c.197.186.414.402.63.63l.351.372l.331.32c.196.186.372.361.547.557q.503.454.95.96c.168.2.292.432.362.683c.057.23.067.468.031.702M18.949 7.378a.774.774 0 0 1-.775.775h-1.88v1.87a.775.775 0 1 1-1.549 0v-1.87h-1.89a.774.774 0 1 1 0-1.55h1.87V4.725a.774.774 0 1 1 1.549 0v1.88h1.88a.774.774 0 0 1 .795.774"/></svg>

React

import type { SVGProps } from "react";

export function MagePhonePlusFill(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="M22.047 18.925a2.66 2.66 0 0 1-.899 1.497c-.544.55-1.199.98-1.92 1.26a5.6 5.6 0 0 1-1.973.362h-.362a11.4 11.4 0 0 1-4.348-1.033c-.34-.155-.66-.31-.96-.475a20 20 0 0 1-4.369-3.326a18.8 18.8 0 0 1-4.13-5.504A11.9 11.9 0 0 1 2.051 8.08a6.5 6.5 0 0 1 .424-3.853A6.8 6.8 0 0 1 3.663 2.71c.201-.227.448-.41.723-.537c.289-.134.602-.207.92-.217c.363.025.716.131 1.032.31c.293.16.547.382.744.65l1.25 1.292c.32.32.63.64.95.98c.377.335.613.8.66 1.302v.103a2 2 0 0 1-.485 1.126a8 8 0 0 1-.578.64l-.279.29a1.3 1.3 0 0 0-.279.413a1.1 1.1 0 0 0-.062.413c.162.464.423.887.765 1.24c.547.722 1.032 1.404 1.59 2.013a13.7 13.7 0 0 0 3.46 2.85a1 1 0 0 0 .434.187c.136.018.275 0 .403-.052c.356-.223.673-.502.94-.826a2.33 2.33 0 0 1 1.497-.816c.562.006 1.1.232 1.497.63c.197.186.414.402.63.63l.351.372l.331.32c.196.186.372.361.547.557q.503.454.95.96c.168.2.292.432.362.683c.057.23.067.468.031.702M18.949 7.378a.774.774 0 0 1-.775.775h-1.88v1.87a.775.775 0 1 1-1.549 0v-1.87h-1.89a.774.774 0 1 1 0-1.55h1.87V4.725a.774.774 0 1 1 1.549 0v1.88h1.88a.774.774 0 0 1 .795.774"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.047 18.925a2.66 2.66 0 0 1-.899 1.497c-.544.55-1.199.98-1.92 1.26a5.6 5.6 0 0 1-1.973.362h-.362a11.4 11.4 0 0 1-4.348-1.033c-.34-.155-.66-.31-.96-.475a20 20 0 0 1-4.369-3.326a18.8 18.8 0 0 1-4.13-5.504A11.9 11.9 0 0 1 2.051 8.08a6.5 6.5 0 0 1 .424-3.853A6.8 6.8 0 0 1 3.663 2.71c.201-.227.448-.41.723-.537c.289-.134.602-.207.92-.217c.363.025.716.131 1.032.31c.293.16.547.382.744.65l1.25 1.292c.32.32.63.64.95.98c.377.335.613.8.66 1.302v.103a2 2 0 0 1-.485 1.126a8 8 0 0 1-.578.64l-.279.29a1.3 1.3 0 0 0-.279.413a1.1 1.1 0 0 0-.062.413c.162.464.423.887.765 1.24c.547.722 1.032 1.404 1.59 2.013a13.7 13.7 0 0 0 3.46 2.85a1 1 0 0 0 .434.187c.136.018.275 0 .403-.052c.356-.223.673-.502.94-.826a2.33 2.33 0 0 1 1.497-.816c.562.006 1.1.232 1.497.63c.197.186.414.402.63.63l.351.372l.331.32c.196.186.372.361.547.557q.503.454.95.96c.168.2.292.432.362.683c.057.23.067.468.031.702M18.949 7.378a.774.774 0 0 1-.775.775h-1.88v1.87a.775.775 0 1 1-1.549 0v-1.87h-1.89a.774.774 0 1 1 0-1.55h1.87V4.725a.774.774 0 1 1 1.549 0v1.88h1.88a.774.774 0 0 1 .795.774"/></svg>
</template>

CSS

.icon-phone-plus-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%22M22.047%2018.925a2.66%202.66%200%200%201-.899%201.497c-.544.55-1.199.98-1.92%201.26a5.6%205.6%200%200%201-1.973.362h-.362a11.4%2011.4%200%200%201-4.348-1.033c-.34-.155-.66-.31-.96-.475a20%2020%200%200%201-4.369-3.326a18.8%2018.8%200%200%201-4.13-5.504A11.9%2011.9%200%200%201%202.051%208.08a6.5%206.5%200%200%201%20.424-3.853A6.8%206.8%200%200%201%203.663%202.71c.201-.227.448-.41.723-.537c.289-.134.602-.207.92-.217c.363.025.716.131%201.032.31c.293.16.547.382.744.65l1.25%201.292c.32.32.63.64.95.98c.377.335.613.8.66%201.302v.103a2%202%200%200%201-.485%201.126a8%208%200%200%201-.578.64l-.279.29a1.3%201.3%200%200%200-.279.413a1.1%201.1%200%200%200-.062.413c.162.464.423.887.765%201.24c.547.722%201.032%201.404%201.59%202.013a13.7%2013.7%200%200%200%203.46%202.85a1%201%200%200%200%20.434.187c.136.018.275%200%20.403-.052c.356-.223.673-.502.94-.826a2.33%202.33%200%200%201%201.497-.816c.562.006%201.1.232%201.497.63c.197.186.414.402.63.63l.351.372l.331.32c.196.186.372.361.547.557q.503.454.95.96c.168.2.292.432.362.683c.057.23.067.468.031.702M18.949%207.378a.774.774%200%200%201-.775.775h-1.88v1.87a.775.775%200%201%201-1.549%200v-1.87h-1.89a.774.774%200%201%201%200-1.55h1.87V4.725a.774.774%200%201%201%201.549%200v1.88h1.88a.774.774%200%200%201%20.795.774%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%22M22.047%2018.925a2.66%202.66%200%200%201-.899%201.497c-.544.55-1.199.98-1.92%201.26a5.6%205.6%200%200%201-1.973.362h-.362a11.4%2011.4%200%200%201-4.348-1.033c-.34-.155-.66-.31-.96-.475a20%2020%200%200%201-4.369-3.326a18.8%2018.8%200%200%201-4.13-5.504A11.9%2011.9%200%200%201%202.051%208.08a6.5%206.5%200%200%201%20.424-3.853A6.8%206.8%200%200%201%203.663%202.71c.201-.227.448-.41.723-.537c.289-.134.602-.207.92-.217c.363.025.716.131%201.032.31c.293.16.547.382.744.65l1.25%201.292c.32.32.63.64.95.98c.377.335.613.8.66%201.302v.103a2%202%200%200%201-.485%201.126a8%208%200%200%201-.578.64l-.279.29a1.3%201.3%200%200%200-.279.413a1.1%201.1%200%200%200-.062.413c.162.464.423.887.765%201.24c.547.722%201.032%201.404%201.59%202.013a13.7%2013.7%200%200%200%203.46%202.85a1%201%200%200%200%20.434.187c.136.018.275%200%20.403-.052c.356-.223.673-.502.94-.826a2.33%202.33%200%200%201%201.497-.816c.562.006%201.1.232%201.497.63c.197.186.414.402.63.63l.351.372l.331.32c.196.186.372.361.547.557q.503.454.95.96c.168.2.292.432.362.683c.057.23.067.468.031.702M18.949%207.378a.774.774%200%200%201-.775.775h-1.88v1.87a.775.775%200%201%201-1.549%200v-1.87h-1.89a.774.774%200%201%201%200-1.55h1.87V4.725a.774.774%200%201%201%201.549%200v1.88h1.88a.774.774%200%200%201%20.795.774%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/phone-plus-fill.svg?color=%231a73e8&size=48