ios contact icon

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

Name
ios-contact
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

1 other variant in IonIcons

Related icons in IonIcons

Use the ios contact icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M256 48C148.5 48 60.1 129.5 49.2 234.1c-.8 7.2-1.2 14.5-1.2 21.9 0 7.4.4 14.7 1.2 21.9C60.1 382.5 148.5 464 256 464c114.9 0 208-93.1 208-208S370.9 48 256 48zm135.8 326.1c-22.7-8.6-59.5-21.2-82.4-28-2.4-.7-2.7-.9-2.7-10.7 0-8.1 3.3-16.3 6.6-23.3 3.6-7.5 7.7-20.2 9.2-31.6 4.2-4.9 10-14.5 13.6-32.9 3.2-16.2 1.7-22.1-.4-27.6-.2-.6-.5-1.2-.6-1.7-.8-3.8.3-23.5 3.1-38.8 1.9-10.5-.5-32.8-14.9-51.3-9.1-11.7-26.6-26-58.5-28h-17.5c-31.4 2-48.8 16.3-58 28-14.5 18.5-16.9 40.8-15 51.3 2.8 15.3 3.9 35 3.1 38.8-.2.7-.4 1.2-.6 1.8-2.1 5.5-3.7 11.4-.4 27.6 3.7 18.4 9.4 28 13.6 32.9 1.5 11.4 5.7 24 9.2 31.6 2.6 5.5 3.8 13 3.8 23.6 0 9.9-.4 10-2.6 10.7-23.7 7-58.9 19.4-80 27.8C91.6 341.4 76 299.9 76 256c0-48.1 18.7-93.3 52.7-127.3S207.9 76 256 76c48.1 0 93.3 18.7 127.3 52.7S436 207.9 436 256c0 43.9-15.6 85.4-44.2 118.1z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonIosContact(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M256 48C148.5 48 60.1 129.5 49.2 234.1c-.8 7.2-1.2 14.5-1.2 21.9 0 7.4.4 14.7 1.2 21.9C60.1 382.5 148.5 464 256 464c114.9 0 208-93.1 208-208S370.9 48 256 48zm135.8 326.1c-22.7-8.6-59.5-21.2-82.4-28-2.4-.7-2.7-.9-2.7-10.7 0-8.1 3.3-16.3 6.6-23.3 3.6-7.5 7.7-20.2 9.2-31.6 4.2-4.9 10-14.5 13.6-32.9 3.2-16.2 1.7-22.1-.4-27.6-.2-.6-.5-1.2-.6-1.7-.8-3.8.3-23.5 3.1-38.8 1.9-10.5-.5-32.8-14.9-51.3-9.1-11.7-26.6-26-58.5-28h-17.5c-31.4 2-48.8 16.3-58 28-14.5 18.5-16.9 40.8-15 51.3 2.8 15.3 3.9 35 3.1 38.8-.2.7-.4 1.2-.6 1.8-2.1 5.5-3.7 11.4-.4 27.6 3.7 18.4 9.4 28 13.6 32.9 1.5 11.4 5.7 24 9.2 31.6 2.6 5.5 3.8 13 3.8 23.6 0 9.9-.4 10-2.6 10.7-23.7 7-58.9 19.4-80 27.8C91.6 341.4 76 299.9 76 256c0-48.1 18.7-93.3 52.7-127.3S207.9 76 256 76c48.1 0 93.3 18.7 127.3 52.7S436 207.9 436 256c0 43.9-15.6 85.4-44.2 118.1z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M256 48C148.5 48 60.1 129.5 49.2 234.1c-.8 7.2-1.2 14.5-1.2 21.9 0 7.4.4 14.7 1.2 21.9C60.1 382.5 148.5 464 256 464c114.9 0 208-93.1 208-208S370.9 48 256 48zm135.8 326.1c-22.7-8.6-59.5-21.2-82.4-28-2.4-.7-2.7-.9-2.7-10.7 0-8.1 3.3-16.3 6.6-23.3 3.6-7.5 7.7-20.2 9.2-31.6 4.2-4.9 10-14.5 13.6-32.9 3.2-16.2 1.7-22.1-.4-27.6-.2-.6-.5-1.2-.6-1.7-.8-3.8.3-23.5 3.1-38.8 1.9-10.5-.5-32.8-14.9-51.3-9.1-11.7-26.6-26-58.5-28h-17.5c-31.4 2-48.8 16.3-58 28-14.5 18.5-16.9 40.8-15 51.3 2.8 15.3 3.9 35 3.1 38.8-.2.7-.4 1.2-.6 1.8-2.1 5.5-3.7 11.4-.4 27.6 3.7 18.4 9.4 28 13.6 32.9 1.5 11.4 5.7 24 9.2 31.6 2.6 5.5 3.8 13 3.8 23.6 0 9.9-.4 10-2.6 10.7-23.7 7-58.9 19.4-80 27.8C91.6 341.4 76 299.9 76 256c0-48.1 18.7-93.3 52.7-127.3S207.9 76 256 76c48.1 0 93.3 18.7 127.3 52.7S436 207.9 436 256c0 43.9-15.6 85.4-44.2 118.1z" fill="currentColor"/></svg>
</template>

CSS

.icon-ios-contact {
  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%22M256%2048C148.5%2048%2060.1%20129.5%2049.2%20234.1c-.8%207.2-1.2%2014.5-1.2%2021.9%200%207.4.4%2014.7%201.2%2021.9C60.1%20382.5%20148.5%20464%20256%20464c114.9%200%20208-93.1%20208-208S370.9%2048%20256%2048zm135.8%20326.1c-22.7-8.6-59.5-21.2-82.4-28-2.4-.7-2.7-.9-2.7-10.7%200-8.1%203.3-16.3%206.6-23.3%203.6-7.5%207.7-20.2%209.2-31.6%204.2-4.9%2010-14.5%2013.6-32.9%203.2-16.2%201.7-22.1-.4-27.6-.2-.6-.5-1.2-.6-1.7-.8-3.8.3-23.5%203.1-38.8%201.9-10.5-.5-32.8-14.9-51.3-9.1-11.7-26.6-26-58.5-28h-17.5c-31.4%202-48.8%2016.3-58%2028-14.5%2018.5-16.9%2040.8-15%2051.3%202.8%2015.3%203.9%2035%203.1%2038.8-.2.7-.4%201.2-.6%201.8-2.1%205.5-3.7%2011.4-.4%2027.6%203.7%2018.4%209.4%2028%2013.6%2032.9%201.5%2011.4%205.7%2024%209.2%2031.6%202.6%205.5%203.8%2013%203.8%2023.6%200%209.9-.4%2010-2.6%2010.7-23.7%207-58.9%2019.4-80%2027.8C91.6%20341.4%2076%20299.9%2076%20256c0-48.1%2018.7-93.3%2052.7-127.3S207.9%2076%20256%2076c48.1%200%2093.3%2018.7%20127.3%2052.7S436%20207.9%20436%20256c0%2043.9-15.6%2085.4-44.2%20118.1z%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%22M256%2048C148.5%2048%2060.1%20129.5%2049.2%20234.1c-.8%207.2-1.2%2014.5-1.2%2021.9%200%207.4.4%2014.7%201.2%2021.9C60.1%20382.5%20148.5%20464%20256%20464c114.9%200%20208-93.1%20208-208S370.9%2048%20256%2048zm135.8%20326.1c-22.7-8.6-59.5-21.2-82.4-28-2.4-.7-2.7-.9-2.7-10.7%200-8.1%203.3-16.3%206.6-23.3%203.6-7.5%207.7-20.2%209.2-31.6%204.2-4.9%2010-14.5%2013.6-32.9%203.2-16.2%201.7-22.1-.4-27.6-.2-.6-.5-1.2-.6-1.7-.8-3.8.3-23.5%203.1-38.8%201.9-10.5-.5-32.8-14.9-51.3-9.1-11.7-26.6-26-58.5-28h-17.5c-31.4%202-48.8%2016.3-58%2028-14.5%2018.5-16.9%2040.8-15%2051.3%202.8%2015.3%203.9%2035%203.1%2038.8-.2.7-.4%201.2-.6%201.8-2.1%205.5-3.7%2011.4-.4%2027.6%203.7%2018.4%209.4%2028%2013.6%2032.9%201.5%2011.4%205.7%2024%209.2%2031.6%202.6%205.5%203.8%2013%203.8%2023.6%200%209.9-.4%2010-2.6%2010.7-23.7%207-58.9%2019.4-80%2027.8C91.6%20341.4%2076%20299.9%2076%20256c0-48.1%2018.7-93.3%2052.7-127.3S207.9%2076%20256%2076c48.1%200%2093.3%2018.7%20127.3%2052.7S436%20207.9%20436%20256c0%2043.9-15.6%2085.4-44.2%20118.1z%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/ios-contact.svg?color=%231a73e8&size=48