md call icon

md-call from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
md-call
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT
Aliases
android-call

Related icons in IonIcons

Use the md call icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M426.666 330.667a250.385 250.385 0 01-75.729-11.729c-7.469-2.136-16-1.073-21.332 5.333l-46.939 46.928c-60.802-30.928-109.864-80-140.802-140.803l46.939-46.927c5.332-5.333 7.462-13.864 5.332-21.333-8.537-24.531-12.802-50.136-12.802-76.803C181.333 73.604 171.734 64 160 64H85.333C73.599 64 64 73.604 64 85.333 64 285.864 226.136 448 426.666 448c11.73 0 21.334-9.604 21.334-21.333V352c0-11.729-9.604-21.333-21.334-21.333z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonMdCall(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M426.666 330.667a250.385 250.385 0 01-75.729-11.729c-7.469-2.136-16-1.073-21.332 5.333l-46.939 46.928c-60.802-30.928-109.864-80-140.802-140.803l46.939-46.927c5.332-5.333 7.462-13.864 5.332-21.333-8.537-24.531-12.802-50.136-12.802-76.803C181.333 73.604 171.734 64 160 64H85.333C73.599 64 64 73.604 64 85.333 64 285.864 226.136 448 426.666 448c11.73 0 21.334-9.604 21.334-21.333V352c0-11.729-9.604-21.333-21.334-21.333z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M426.666 330.667a250.385 250.385 0 01-75.729-11.729c-7.469-2.136-16-1.073-21.332 5.333l-46.939 46.928c-60.802-30.928-109.864-80-140.802-140.803l46.939-46.927c5.332-5.333 7.462-13.864 5.332-21.333-8.537-24.531-12.802-50.136-12.802-76.803C181.333 73.604 171.734 64 160 64H85.333C73.599 64 64 73.604 64 85.333 64 285.864 226.136 448 426.666 448c11.73 0 21.334-9.604 21.334-21.333V352c0-11.729-9.604-21.333-21.334-21.333z" fill="currentColor"/></svg>
</template>

CSS

.icon-md-call {
  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%20512%20512%22%3E%3Cpath%20d%3D%22M426.666%20330.667a250.385%20250.385%200%2001-75.729-11.729c-7.469-2.136-16-1.073-21.332%205.333l-46.939%2046.928c-60.802-30.928-109.864-80-140.802-140.803l46.939-46.927c5.332-5.333%207.462-13.864%205.332-21.333-8.537-24.531-12.802-50.136-12.802-76.803C181.333%2073.604%20171.734%2064%20160%2064H85.333C73.599%2064%2064%2073.604%2064%2085.333%2064%20285.864%20226.136%20448%20426.666%20448c11.73%200%2021.334-9.604%2021.334-21.333V352c0-11.729-9.604-21.333-21.334-21.333z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M426.666%20330.667a250.385%20250.385%200%2001-75.729-11.729c-7.469-2.136-16-1.073-21.332%205.333l-46.939%2046.928c-60.802-30.928-109.864-80-140.802-140.803l46.939-46.927c5.332-5.333%207.462-13.864%205.332-21.333-8.537-24.531-12.802-50.136-12.802-76.803C181.333%2073.604%20171.734%2064%20160%2064H85.333C73.599%2064%2064%2073.604%2064%2085.333%2064%20285.864%20226.136%20448%20426.666%20448c11.73%200%2021.334-9.604%2021.334-21.333V352c0-11.729-9.604-21.333-21.334-21.333z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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