phone calling rounded icon

phone-calling-rounded-broken from Solar by 480 Design · Broken · Call · CC-BY-4.0 Attribution required.

Name
phone-calling-rounded-broken
Set
Solar
Style
Broken
Category
Call
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More call icons from Solar

Use the phone calling rounded icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M14 2C14 2 16.2 2.2 19 5C21.8 7.8 22 10 22 10"/><path d="M14.207 5.53564C14.207 5.53564 15.197 5.81849 16.6819 7.30341C18.1668 8.78834 18.4497 9.77829 18.4497 9.77829"/><path d="M4.00655 7.93309C3.93421 9.84122 4.41713 13.0817 7.6677 16.3323C8.45191 17.1165 9.23553 17.7396 10 18.2327M5.53781 4.93723C6.93076 3.54428 9.15317 3.73144 10.0376 5.31617L10.6866 6.4791C11.2723 7.52858 11.0372 8.90533 10.1147 9.8278C10.1147 9.8278 8.99578 10.9467 11.0245 12.9755C13.0532 15.0042 14.1722 13.8853 14.1722 13.8853C15.0947 12.9628 16.4714 12.7277 17.5209 13.3134L18.6838 13.9624C20.2686 14.8468 20.4557 17.0692 19.0628 18.4622C18.2258 19.2992 17.2004 19.9505 16.0669 19.9934C15.2529 20.0243 14.1963 19.9541 13 19.6111"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarPhoneCallingRoundedBroken(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path d="M14 2C14 2 16.2 2.2 19 5C21.8 7.8 22 10 22 10"/><path d="M14.207 5.53564C14.207 5.53564 15.197 5.81849 16.6819 7.30341C18.1668 8.78834 18.4497 9.77829 18.4497 9.77829"/><path d="M4.00655 7.93309C3.93421 9.84122 4.41713 13.0817 7.6677 16.3323C8.45191 17.1165 9.23553 17.7396 10 18.2327M5.53781 4.93723C6.93076 3.54428 9.15317 3.73144 10.0376 5.31617L10.6866 6.4791C11.2723 7.52858 11.0372 8.90533 10.1147 9.8278C10.1147 9.8278 8.99578 10.9467 11.0245 12.9755C13.0532 15.0042 14.1722 13.8853 14.1722 13.8853C15.0947 12.9628 16.4714 12.7277 17.5209 13.3134L18.6838 13.9624C20.2686 14.8468 20.4557 17.0692 19.0628 18.4622C18.2258 19.2992 17.2004 19.9505 16.0669 19.9934C15.2529 20.0243 14.1963 19.9541 13 19.6111"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M14 2C14 2 16.2 2.2 19 5C21.8 7.8 22 10 22 10"/><path d="M14.207 5.53564C14.207 5.53564 15.197 5.81849 16.6819 7.30341C18.1668 8.78834 18.4497 9.77829 18.4497 9.77829"/><path d="M4.00655 7.93309C3.93421 9.84122 4.41713 13.0817 7.6677 16.3323C8.45191 17.1165 9.23553 17.7396 10 18.2327M5.53781 4.93723C6.93076 3.54428 9.15317 3.73144 10.0376 5.31617L10.6866 6.4791C11.2723 7.52858 11.0372 8.90533 10.1147 9.8278C10.1147 9.8278 8.99578 10.9467 11.0245 12.9755C13.0532 15.0042 14.1722 13.8853 14.1722 13.8853C15.0947 12.9628 16.4714 12.7277 17.5209 13.3134L18.6838 13.9624C20.2686 14.8468 20.4557 17.0692 19.0628 18.4622C18.2258 19.2992 17.2004 19.9505 16.0669 19.9934C15.2529 20.0243 14.1963 19.9541 13 19.6111"/></g></svg>
</template>

CSS

.icon-phone-calling-rounded-broken {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M14%202C14%202%2016.2%202.2%2019%205C21.8%207.8%2022%2010%2022%2010%22%2F%3E%3Cpath%20d%3D%22M14.207%205.53564C14.207%205.53564%2015.197%205.81849%2016.6819%207.30341C18.1668%208.78834%2018.4497%209.77829%2018.4497%209.77829%22%2F%3E%3Cpath%20d%3D%22M4.00655%207.93309C3.93421%209.84122%204.41713%2013.0817%207.6677%2016.3323C8.45191%2017.1165%209.23553%2017.7396%2010%2018.2327M5.53781%204.93723C6.93076%203.54428%209.15317%203.73144%2010.0376%205.31617L10.6866%206.4791C11.2723%207.52858%2011.0372%208.90533%2010.1147%209.8278C10.1147%209.8278%208.99578%2010.9467%2011.0245%2012.9755C13.0532%2015.0042%2014.1722%2013.8853%2014.1722%2013.8853C15.0947%2012.9628%2016.4714%2012.7277%2017.5209%2013.3134L18.6838%2013.9624C20.2686%2014.8468%2020.4557%2017.0692%2019.0628%2018.4622C18.2258%2019.2992%2017.2004%2019.9505%2016.0669%2019.9934C15.2529%2020.0243%2014.1963%2019.9541%2013%2019.6111%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M14%202C14%202%2016.2%202.2%2019%205C21.8%207.8%2022%2010%2022%2010%22%2F%3E%3Cpath%20d%3D%22M14.207%205.53564C14.207%205.53564%2015.197%205.81849%2016.6819%207.30341C18.1668%208.78834%2018.4497%209.77829%2018.4497%209.77829%22%2F%3E%3Cpath%20d%3D%22M4.00655%207.93309C3.93421%209.84122%204.41713%2013.0817%207.6677%2016.3323C8.45191%2017.1165%209.23553%2017.7396%2010%2018.2327M5.53781%204.93723C6.93076%203.54428%209.15317%203.73144%2010.0376%205.31617L10.6866%206.4791C11.2723%207.52858%2011.0372%208.90533%2010.1147%209.8278C10.1147%209.8278%208.99578%2010.9467%2011.0245%2012.9755C13.0532%2015.0042%2014.1722%2013.8853%2014.1722%2013.8853C15.0947%2012.9628%2016.4714%2012.7277%2017.5209%2013.3134L18.6838%2013.9624C20.2686%2014.8468%2020.4557%2017.0692%2019.0628%2018.4622C18.2258%2019.2992%2017.2004%2019.9505%2016.0669%2019.9934C15.2529%2020.0243%2014.1963%2019.9541%2013%2019.6111%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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