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

Name
phone-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 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.963 18.855a2.74 2.74 0 0 1-.898 1.47a5.36 5.36 0 0 1-3.848 1.602h-.358a11.4 11.4 0 0 1-4.287-1.082c-.326-.153-.643-.296-1.02-.47A19.8 19.8 0 0 1 7.253 17.1a18.6 18.6 0 0 1-4.012-5.451A11.9 11.9 0 0 1 2.15 8.106a6.5 6.5 0 0 1 .418-3.808a7 7 0 0 1 1.174-1.48a2.3 2.3 0 0 1 1.634-.745a2.54 2.54 0 0 1 1.725.95c.47.52 1.02 1.02 1.52 1.55l.644.634c.38.333.615.802.653 1.306c.001.464-.17.911-.48 1.256a9 9 0 0 1-.622.694l-.215.225a1.15 1.15 0 0 0-.286.418c-.052.154-.07.318-.05.48c.164.444.421.848.755 1.184c.52.704 1.02 1.317 1.582 2.042a13.3 13.3 0 0 0 3.4 2.807c.123.1.27.167.428.194c.14.021.281 0 .408-.062a3.5 3.5 0 0 0 1.021-.826c.36-.444.882-.726 1.45-.787a2.04 2.04 0 0 1 1.46.623q.35.302.663.643l.306.327l.317.306c.193.194.377.368.56.572q.5.43.93.929c.293.374.441.842.418 1.317"/></svg>

React

import type { SVGProps } from "react";

export function MagePhoneFill(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="M21.963 18.855a2.74 2.74 0 0 1-.898 1.47a5.36 5.36 0 0 1-3.848 1.602h-.358a11.4 11.4 0 0 1-4.287-1.082c-.326-.153-.643-.296-1.02-.47A19.8 19.8 0 0 1 7.253 17.1a18.6 18.6 0 0 1-4.012-5.451A11.9 11.9 0 0 1 2.15 8.106a6.5 6.5 0 0 1 .418-3.808a7 7 0 0 1 1.174-1.48a2.3 2.3 0 0 1 1.634-.745a2.54 2.54 0 0 1 1.725.95c.47.52 1.02 1.02 1.52 1.55l.644.634c.38.333.615.802.653 1.306c.001.464-.17.911-.48 1.256a9 9 0 0 1-.622.694l-.215.225a1.15 1.15 0 0 0-.286.418c-.052.154-.07.318-.05.48c.164.444.421.848.755 1.184c.52.704 1.02 1.317 1.582 2.042a13.3 13.3 0 0 0 3.4 2.807c.123.1.27.167.428.194c.14.021.281 0 .408-.062a3.5 3.5 0 0 0 1.021-.826c.36-.444.882-.726 1.45-.787a2.04 2.04 0 0 1 1.46.623q.35.302.663.643l.306.327l.317.306c.193.194.377.368.56.572q.5.43.93.929c.293.374.441.842.418 1.317"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.963 18.855a2.74 2.74 0 0 1-.898 1.47a5.36 5.36 0 0 1-3.848 1.602h-.358a11.4 11.4 0 0 1-4.287-1.082c-.326-.153-.643-.296-1.02-.47A19.8 19.8 0 0 1 7.253 17.1a18.6 18.6 0 0 1-4.012-5.451A11.9 11.9 0 0 1 2.15 8.106a6.5 6.5 0 0 1 .418-3.808a7 7 0 0 1 1.174-1.48a2.3 2.3 0 0 1 1.634-.745a2.54 2.54 0 0 1 1.725.95c.47.52 1.02 1.02 1.52 1.55l.644.634c.38.333.615.802.653 1.306c.001.464-.17.911-.48 1.256a9 9 0 0 1-.622.694l-.215.225a1.15 1.15 0 0 0-.286.418c-.052.154-.07.318-.05.48c.164.444.421.848.755 1.184c.52.704 1.02 1.317 1.582 2.042a13.3 13.3 0 0 0 3.4 2.807c.123.1.27.167.428.194c.14.021.281 0 .408-.062a3.5 3.5 0 0 0 1.021-.826c.36-.444.882-.726 1.45-.787a2.04 2.04 0 0 1 1.46.623q.35.302.663.643l.306.327l.317.306c.193.194.377.368.56.572q.5.43.93.929c.293.374.441.842.418 1.317"/></svg>
</template>

CSS

.icon-phone-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%22M21.963%2018.855a2.74%202.74%200%200%201-.898%201.47a5.36%205.36%200%200%201-3.848%201.602h-.358a11.4%2011.4%200%200%201-4.287-1.082c-.326-.153-.643-.296-1.02-.47A19.8%2019.8%200%200%201%207.253%2017.1a18.6%2018.6%200%200%201-4.012-5.451A11.9%2011.9%200%200%201%202.15%208.106a6.5%206.5%200%200%201%20.418-3.808a7%207%200%200%201%201.174-1.48a2.3%202.3%200%200%201%201.634-.745a2.54%202.54%200%200%201%201.725.95c.47.52%201.02%201.02%201.52%201.55l.644.634c.38.333.615.802.653%201.306c.001.464-.17.911-.48%201.256a9%209%200%200%201-.622.694l-.215.225a1.15%201.15%200%200%200-.286.418c-.052.154-.07.318-.05.48c.164.444.421.848.755%201.184c.52.704%201.02%201.317%201.582%202.042a13.3%2013.3%200%200%200%203.4%202.807c.123.1.27.167.428.194c.14.021.281%200%20.408-.062a3.5%203.5%200%200%200%201.021-.826c.36-.444.882-.726%201.45-.787a2.04%202.04%200%200%201%201.46.623q.35.302.663.643l.306.327l.317.306c.193.194.377.368.56.572q.5.43.93.929c.293.374.441.842.418%201.317%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%22M21.963%2018.855a2.74%202.74%200%200%201-.898%201.47a5.36%205.36%200%200%201-3.848%201.602h-.358a11.4%2011.4%200%200%201-4.287-1.082c-.326-.153-.643-.296-1.02-.47A19.8%2019.8%200%200%201%207.253%2017.1a18.6%2018.6%200%200%201-4.012-5.451A11.9%2011.9%200%200%201%202.15%208.106a6.5%206.5%200%200%201%20.418-3.808a7%207%200%200%201%201.174-1.48a2.3%202.3%200%200%201%201.634-.745a2.54%202.54%200%200%201%201.725.95c.47.52%201.02%201.02%201.52%201.55l.644.634c.38.333.615.802.653%201.306c.001.464-.17.911-.48%201.256a9%209%200%200%201-.622.694l-.215.225a1.15%201.15%200%200%200-.286.418c-.052.154-.07.318-.05.48c.164.444.421.848.755%201.184c.52.704%201.02%201.317%201.582%202.042a13.3%2013.3%200%200%200%203.4%202.807c.123.1.27.167.428.194c.14.021.281%200%20.408-.062a3.5%203.5%200%200%200%201.021-.826c.36-.444.882-.726%201.45-.787a2.04%202.04%200%200%201%201.46.623q.35.302.663.643l.306.327l.317.306c.193.194.377.368.56.572q.5.43.93.929c.293.374.441.842.418%201.317%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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