incoming call icon
incoming-call-broken from Solar by 480 Design · Broken · Call · CC-BY-4.0 Attribution required.
- Name
- incoming-call-broken
- Set
- Solar
- Style
- Broken
- Category
- Call
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
The same icon in other sets
More call icons from Solar
call-cancel-boldcall-cancel-rounded-boldcall-chat-boldcall-chat-rounded-boldcall-dropped-boldcall-dropped-rounded-boldcall-medicine-boldcall-medicine-rounded-boldend-call-boldend-call-rounded-boldincoming-call-rounded-boldoutgoing-call-boldoutgoing-call-rounded-boldphone-boldphone-calling-boldphone-calling-rounded-boldphone-rounded-boldrecord-circle-boldrecord-minimalistic-boldrecord-square-bold
Use the incoming call 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 stroke-linejoin="round" d="M19 5L15 9M18 9H15V6"/><path d="M3.00293 6.96582C3.09308 8.64534 3.81076 12.2589 7.8154 16.4751C8.92856 17.647 10.0237 18.524 11.0632 19.1772"/><path d="M14.9592 20.7925C16.1226 21.0361 17.0651 21.0234 17.6763 20.9631C18.1917 20.9122 18.6399 20.6343 19.0011 20.254L20.4217 18.7584C21.3806 17.7489 21.1102 16.0182 19.8833 15.312L17.9728 14.2123C17.1673 13.7486 16.1858 13.8848 15.5562 14.5477L15.1007 15.0272C15.1007 15.0272 14.0182 16.167 11.0631 13.0559C8.10814 9.94484 9.19073 8.80507 9.19073 8.80507L9.47754 8.50311C10.1841 7.75924 10.2507 6.56497 9.63427 5.6931L8.37328 3.90962C7.61031 2.8305 6.13598 2.68795 5.26147 3.60864"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarIncomingCallBroken(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 strokeLinejoin="round" d="M19 5L15 9M18 9H15V6"/><path d="M3.00293 6.96582C3.09308 8.64534 3.81076 12.2589 7.8154 16.4751C8.92856 17.647 10.0237 18.524 11.0632 19.1772"/><path d="M14.9592 20.7925C16.1226 21.0361 17.0651 21.0234 17.6763 20.9631C18.1917 20.9122 18.6399 20.6343 19.0011 20.254L20.4217 18.7584C21.3806 17.7489 21.1102 16.0182 19.8833 15.312L17.9728 14.2123C17.1673 13.7486 16.1858 13.8848 15.5562 14.5477L15.1007 15.0272C15.1007 15.0272 14.0182 16.167 11.0631 13.0559C8.10814 9.94484 9.19073 8.80507 9.19073 8.80507L9.47754 8.50311C10.1841 7.75924 10.2507 6.56497 9.63427 5.6931L8.37328 3.90962C7.61031 2.8305 6.13598 2.68795 5.26147 3.60864"/></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 stroke-linejoin="round" d="M19 5L15 9M18 9H15V6"/><path d="M3.00293 6.96582C3.09308 8.64534 3.81076 12.2589 7.8154 16.4751C8.92856 17.647 10.0237 18.524 11.0632 19.1772"/><path d="M14.9592 20.7925C16.1226 21.0361 17.0651 21.0234 17.6763 20.9631C18.1917 20.9122 18.6399 20.6343 19.0011 20.254L20.4217 18.7584C21.3806 17.7489 21.1102 16.0182 19.8833 15.312L17.9728 14.2123C17.1673 13.7486 16.1858 13.8848 15.5562 14.5477L15.1007 15.0272C15.1007 15.0272 14.0182 16.167 11.0631 13.0559C8.10814 9.94484 9.19073 8.80507 9.19073 8.80507L9.47754 8.50311C10.1841 7.75924 10.2507 6.56497 9.63427 5.6931L8.37328 3.90962C7.61031 2.8305 6.13598 2.68795 5.26147 3.60864"/></g></svg> </template>
CSS
.icon-incoming-call-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%20stroke-linejoin%3D%22round%22%20d%3D%22M19%205L15%209M18%209H15V6%22%2F%3E%3Cpath%20d%3D%22M3.00293%206.96582C3.09308%208.64534%203.81076%2012.2589%207.8154%2016.4751C8.92856%2017.647%2010.0237%2018.524%2011.0632%2019.1772%22%2F%3E%3Cpath%20d%3D%22M14.9592%2020.7925C16.1226%2021.0361%2017.0651%2021.0234%2017.6763%2020.9631C18.1917%2020.9122%2018.6399%2020.6343%2019.0011%2020.254L20.4217%2018.7584C21.3806%2017.7489%2021.1102%2016.0182%2019.8833%2015.312L17.9728%2014.2123C17.1673%2013.7486%2016.1858%2013.8848%2015.5562%2014.5477L15.1007%2015.0272C15.1007%2015.0272%2014.0182%2016.167%2011.0631%2013.0559C8.10814%209.94484%209.19073%208.80507%209.19073%208.80507L9.47754%208.50311C10.1841%207.75924%2010.2507%206.56497%209.63427%205.6931L8.37328%203.90962C7.61031%202.8305%206.13598%202.68795%205.26147%203.60864%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%20stroke-linejoin%3D%22round%22%20d%3D%22M19%205L15%209M18%209H15V6%22%2F%3E%3Cpath%20d%3D%22M3.00293%206.96582C3.09308%208.64534%203.81076%2012.2589%207.8154%2016.4751C8.92856%2017.647%2010.0237%2018.524%2011.0632%2019.1772%22%2F%3E%3Cpath%20d%3D%22M14.9592%2020.7925C16.1226%2021.0361%2017.0651%2021.0234%2017.6763%2020.9631C18.1917%2020.9122%2018.6399%2020.6343%2019.0011%2020.254L20.4217%2018.7584C21.3806%2017.7489%2021.1102%2016.0182%2019.8833%2015.312L17.9728%2014.2123C17.1673%2013.7486%2016.1858%2013.8848%2015.5562%2014.5477L15.1007%2015.0272C15.1007%2015.0272%2014.0182%2016.167%2011.0631%2013.0559C8.10814%209.94484%209.19073%208.80507%209.19073%208.80507L9.47754%208.50311C10.1841%207.75924%2010.2507%206.56497%209.63427%205.6931L8.37328%203.90962C7.61031%202.8305%206.13598%202.68795%205.26147%203.60864%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/incoming-call-broken.svg?color=%231a73e8&size=48