phone success icon

phone-success-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
phone-success-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

Related icons in MingCute Icon

Use the phone success 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.44 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 .643-.162l1.27-1.933a1.504 1.504 0 0 1 2.057-.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.92 8.89 1.867 7.448c-.015-.412.054-.79.134-1.111l.016-.064a5.9 5.9 0 0 1 3.395-3.987m14.063 1.448a1 1 0 0 1 1.414 1.415l-4.243 4.243a1 1 0 0 1-1.414 0L13.11 7.27a1 1 0 0 1 1.414-1.415l1.414 1.415z"/></svg>

React

import type { SVGProps } from "react";

export function MingcutePhoneSuccessFill(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.44 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 .643-.162l1.27-1.933a1.504 1.504 0 0 1 2.057-.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.92 8.89 1.867 7.448c-.015-.412.054-.79.134-1.111l.016-.064a5.9 5.9 0 0 1 3.395-3.987m14.063 1.448a1 1 0 0 1 1.414 1.415l-4.243 4.243a1 1 0 0 1-1.414 0L13.11 7.27a1 1 0 0 1 1.414-1.415l1.414 1.415z"/></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.44 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 .643-.162l1.27-1.933a1.504 1.504 0 0 1 2.057-.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.92 8.89 1.867 7.448c-.015-.412.054-.79.134-1.111l.016-.064a5.9 5.9 0 0 1 3.395-3.987m14.063 1.448a1 1 0 0 1 1.414 1.415l-4.243 4.243a1 1 0 0 1-1.414 0L13.11 7.27a1 1 0 0 1 1.414-1.415l1.414 1.415z"/></svg>
</template>

CSS

.icon-phone-success-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.44%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.643-.162l1.27-1.933a1.504%201.504%200%200%201%202.057-.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.92%208.89%201.867%207.448c-.015-.412.054-.79.134-1.111l.016-.064a5.9%205.9%200%200%201%203.395-3.987m14.063%201.448a1%201%200%200%201%201.414%201.415l-4.243%204.243a1%201%200%200%201-1.414%200L13.11%207.27a1%201%200%200%201%201.414-1.415l1.414%201.415z%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.44%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.643-.162l1.27-1.933a1.504%201.504%200%200%201%202.057-.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.92%208.89%201.867%207.448c-.015-.412.054-.79.134-1.111l.016-.064a5.9%205.9%200%200%201%203.395-3.987m14.063%201.448a1%201%200%200%201%201.414%201.415l-4.243%204.243a1%201%200%200%201-1.414%200L13.11%207.27a1%201%200%200%201%201.414-1.415l1.414%201.415z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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