phone end2 icon

phone-end2 from Reicon by REICON · Outline · Call · MIT Free for personal and commercial use.

Name
phone-end2
Set
Reicon
Style
Outline
Category
Call
Viewbox
24×24
License
MIT

2 other variants in Reicon

More call icons from Reicon

Use the phone end2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12 7.75c-4.565 0-7.127 1.926-8.367 3.263c-.622.671-.883 1.687-.883 2.837c0 1.654 1.39 2.684 2.653 2.326l1.34-.38c.849-.241 1.507-1.11 1.507-2.177c0-.099.02-.726.57-1.332c.56-.619 1.544-1.073 3.18-1.073s2.62.454 3.18 1.073c.55.606.57 1.233.57 1.331c0 1.069.658 1.937 1.508 2.178l1.34.38c1.262.358 2.652-.672 2.652-2.326c0-1.15-.26-2.166-.883-2.837C19.127 9.676 16.565 7.75 12 7.75M2.533 9.993C4.008 8.403 6.95 6.25 12 6.25s7.992 2.152 9.467 3.743c.99 1.069 1.283 2.532 1.283 3.857c0 2.466-2.173 4.446-4.562 3.769l-1.34-.38c-1.56-.443-2.589-1.947-2.598-3.599a.7.7 0 0 0-.18-.345c-.19-.208-.706-.581-2.07-.581s-1.88.373-2.07.58a.7.7 0 0 0-.18.346c-.01 1.652-1.037 3.156-2.598 3.599l-1.34.38c-2.39.677-4.562-1.303-4.562-3.769c0-1.325.292-2.788 1.283-3.857" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconPhoneEnd2(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" fillRule="evenodd" d="M12 7.75c-4.565 0-7.127 1.926-8.367 3.263c-.622.671-.883 1.687-.883 2.837c0 1.654 1.39 2.684 2.653 2.326l1.34-.38c.849-.241 1.507-1.11 1.507-2.177c0-.099.02-.726.57-1.332c.56-.619 1.544-1.073 3.18-1.073s2.62.454 3.18 1.073c.55.606.57 1.233.57 1.331c0 1.069.658 1.937 1.508 2.178l1.34.38c1.262.358 2.652-.672 2.652-2.326c0-1.15-.26-2.166-.883-2.837C19.127 9.676 16.565 7.75 12 7.75M2.533 9.993C4.008 8.403 6.95 6.25 12 6.25s7.992 2.152 9.467 3.743c.99 1.069 1.283 2.532 1.283 3.857c0 2.466-2.173 4.446-4.562 3.769l-1.34-.38c-1.56-.443-2.589-1.947-2.598-3.599a.7.7 0 0 0-.18-.345c-.19-.208-.706-.581-2.07-.581s-1.88.373-2.07.58a.7.7 0 0 0-.18.346c-.01 1.652-1.037 3.156-2.598 3.599l-1.34.38c-2.39.677-4.562-1.303-4.562-3.769c0-1.325.292-2.788 1.283-3.857" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12 7.75c-4.565 0-7.127 1.926-8.367 3.263c-.622.671-.883 1.687-.883 2.837c0 1.654 1.39 2.684 2.653 2.326l1.34-.38c.849-.241 1.507-1.11 1.507-2.177c0-.099.02-.726.57-1.332c.56-.619 1.544-1.073 3.18-1.073s2.62.454 3.18 1.073c.55.606.57 1.233.57 1.331c0 1.069.658 1.937 1.508 2.178l1.34.38c1.262.358 2.652-.672 2.652-2.326c0-1.15-.26-2.166-.883-2.837C19.127 9.676 16.565 7.75 12 7.75M2.533 9.993C4.008 8.403 6.95 6.25 12 6.25s7.992 2.152 9.467 3.743c.99 1.069 1.283 2.532 1.283 3.857c0 2.466-2.173 4.446-4.562 3.769l-1.34-.38c-1.56-.443-2.589-1.947-2.598-3.599a.7.7 0 0 0-.18-.345c-.19-.208-.706-.581-2.07-.581s-1.88.373-2.07.58a.7.7 0 0 0-.18.346c-.01 1.652-1.037 3.156-2.598 3.599l-1.34.38c-2.39.677-4.562-1.303-4.562-3.769c0-1.325.292-2.788 1.283-3.857" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-phone-end2 {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M12%207.75c-4.565%200-7.127%201.926-8.367%203.263c-.622.671-.883%201.687-.883%202.837c0%201.654%201.39%202.684%202.653%202.326l1.34-.38c.849-.241%201.507-1.11%201.507-2.177c0-.099.02-.726.57-1.332c.56-.619%201.544-1.073%203.18-1.073s2.62.454%203.18%201.073c.55.606.57%201.233.57%201.331c0%201.069.658%201.937%201.508%202.178l1.34.38c1.262.358%202.652-.672%202.652-2.326c0-1.15-.26-2.166-.883-2.837C19.127%209.676%2016.565%207.75%2012%207.75M2.533%209.993C4.008%208.403%206.95%206.25%2012%206.25s7.992%202.152%209.467%203.743c.99%201.069%201.283%202.532%201.283%203.857c0%202.466-2.173%204.446-4.562%203.769l-1.34-.38c-1.56-.443-2.589-1.947-2.598-3.599a.7.7%200%200%200-.18-.345c-.19-.208-.706-.581-2.07-.581s-1.88.373-2.07.58a.7.7%200%200%200-.18.346c-.01%201.652-1.037%203.156-2.598%203.599l-1.34.38c-2.39.677-4.562-1.303-4.562-3.769c0-1.325.292-2.788%201.283-3.857%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M12%207.75c-4.565%200-7.127%201.926-8.367%203.263c-.622.671-.883%201.687-.883%202.837c0%201.654%201.39%202.684%202.653%202.326l1.34-.38c.849-.241%201.507-1.11%201.507-2.177c0-.099.02-.726.57-1.332c.56-.619%201.544-1.073%203.18-1.073s2.62.454%203.18%201.073c.55.606.57%201.233.57%201.331c0%201.069.658%201.937%201.508%202.178l1.34.38c1.262.358%202.652-.672%202.652-2.326c0-1.15-.26-2.166-.883-2.837C19.127%209.676%2016.565%207.75%2012%207.75M2.533%209.993C4.008%208.403%206.95%206.25%2012%206.25s7.992%202.152%209.467%203.743c.99%201.069%201.283%202.532%201.283%203.857c0%202.466-2.173%204.446-4.562%203.769l-1.34-.38c-1.56-.443-2.589-1.947-2.598-3.599a.7.7%200%200%200-.18-.345c-.19-.208-.706-.581-2.07-.581s-1.88.373-2.07.58a.7.7%200%200%200-.18.346c-.01%201.652-1.037%203.156-2.598%203.599l-1.34.38c-2.39.677-4.562-1.303-4.562-3.769c0-1.325.292-2.788%201.283-3.857%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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