phone-check-outline from Material Design Icons by Pictogrammers · Outline · Cellphone / Phone · Apache-2.0 Free for personal and commercial use.

Name
phone-check-outline
Set
Material Design Icons
Style
Outline
Category
Cellphone / Phone
Viewbox
24×24
License
Apache 2.0

1 other variant in Material Design Icons

The same icon in other sets

More cellphone / phone icons from Material Design Icons

Use the phone check icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 15.5a11.4 11.4 0 0 1-3.57-.57a1 1 0 0 0-1 .25l-2.2 2.2a15.1 15.1 0 0 1-6.59-6.59l2.2-2.2a1 1 0 0 0 .25-1A11.4 11.4 0 0 1 8.5 4a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1a17 17 0 0 0 17 17a1 1 0 0 0 1-1v-3.5a1 1 0 0 0-1-1M5 5h1.54A12.5 12.5 0 0 0 7 7.59L5.79 8.8A15 15 0 0 1 5 5m14 14a15 15 0 0 1-3.8-.76L16.41 17a12.3 12.3 0 0 0 2.59.45m-4-6.01l-3.71-3.7l1.42-1.42L15 8.59l5.29-5.3l1.42 1.42Z"/></svg>

React

import type { SVGProps } from "react";

export function MdiPhoneCheckOutline(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="M20 15.5a11.4 11.4 0 0 1-3.57-.57a1 1 0 0 0-1 .25l-2.2 2.2a15.1 15.1 0 0 1-6.59-6.59l2.2-2.2a1 1 0 0 0 .25-1A11.4 11.4 0 0 1 8.5 4a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1a17 17 0 0 0 17 17a1 1 0 0 0 1-1v-3.5a1 1 0 0 0-1-1M5 5h1.54A12.5 12.5 0 0 0 7 7.59L5.79 8.8A15 15 0 0 1 5 5m14 14a15 15 0 0 1-3.8-.76L16.41 17a12.3 12.3 0 0 0 2.59.45m-4-6.01l-3.71-3.7l1.42-1.42L15 8.59l5.29-5.3l1.42 1.42Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 15.5a11.4 11.4 0 0 1-3.57-.57a1 1 0 0 0-1 .25l-2.2 2.2a15.1 15.1 0 0 1-6.59-6.59l2.2-2.2a1 1 0 0 0 .25-1A11.4 11.4 0 0 1 8.5 4a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1a17 17 0 0 0 17 17a1 1 0 0 0 1-1v-3.5a1 1 0 0 0-1-1M5 5h1.54A12.5 12.5 0 0 0 7 7.59L5.79 8.8A15 15 0 0 1 5 5m14 14a15 15 0 0 1-3.8-.76L16.41 17a12.3 12.3 0 0 0 2.59.45m-4-6.01l-3.71-3.7l1.42-1.42L15 8.59l5.29-5.3l1.42 1.42Z"/></svg>
</template>

CSS

.icon-phone-check-outline {
  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%22M20%2015.5a11.4%2011.4%200%200%201-3.57-.57a1%201%200%200%200-1%20.25l-2.2%202.2a15.1%2015.1%200%200%201-6.59-6.59l2.2-2.2a1%201%200%200%200%20.25-1A11.4%2011.4%200%200%201%208.5%204a1%201%200%200%200-1-1H4a1%201%200%200%200-1%201a17%2017%200%200%200%2017%2017a1%201%200%200%200%201-1v-3.5a1%201%200%200%200-1-1M5%205h1.54A12.5%2012.5%200%200%200%207%207.59L5.79%208.8A15%2015%200%200%201%205%205m14%2014a15%2015%200%200%201-3.8-.76L16.41%2017a12.3%2012.3%200%200%200%202.59.45m-4-6.01l-3.71-3.7l1.42-1.42L15%208.59l5.29-5.3l1.42%201.42Z%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%22M20%2015.5a11.4%2011.4%200%200%201-3.57-.57a1%201%200%200%200-1%20.25l-2.2%202.2a15.1%2015.1%200%200%201-6.59-6.59l2.2-2.2a1%201%200%200%200%20.25-1A11.4%2011.4%200%200%201%208.5%204a1%201%200%200%200-1-1H4a1%201%200%200%200-1%201a17%2017%200%200%200%2017%2017a1%201%200%200%200%201-1v-3.5a1%201%200%200%200-1-1M5%205h1.54A12.5%2012.5%200%200%200%207%207.59L5.79%208.8A15%2015%200%200%201%205%205m14%2014a15%2015%200%200%201-3.8-.76L16.41%2017a12.3%2012.3%200%200%200%202.59.45m-4-6.01l-3.71-3.7l1.42-1.42L15%208.59l5.29-5.3l1.42%201.42Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Phone Check outline icon — Material Design Icons · IconsDB