phone rounded icon

phone-rounded-bold-duotone from Solar by 480 Design · Bold Duotone · Call · CC-BY-4.0 Attribution required.

Name
phone-rounded-bold-duotone
Set
Solar
Style
Bold Duotone
Category
Call
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More call icons from Solar

Use the phone rounded icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M10.6866 6.4791L10.0376 5.31617C9.15317 3.73144 6.93076 3.54428 5.53781 4.93723C4.7008 5.77423 4.04952 6.7996 4.00655 7.93309C3.95086 9.40215 4.22428 11.6609 5.83644 14.1061L10.1147 9.8278C11.0372 8.90533 11.2723 7.52858 10.6866 6.4791ZM14.1722 13.8853L9.89393 18.1636C12.3391 19.7757 14.5979 20.0491 16.0669 19.9934C17.2004 19.9505 18.2258 19.2992 19.0628 18.4622C20.4557 17.0692 20.2686 14.8468 18.6838 13.9624L17.5209 13.3134C16.4714 12.7277 15.0947 12.9628 14.1722 13.8853Z" clip-rule="evenodd"/><path d="M11.0245 12.9758C8.99576 10.9471 10.1147 9.82812 10.1147 9.82812L5.83643 14.1064C6.31827 14.8372 6.91971 15.5846 7.66769 16.3326C8.41567 17.0806 9.16311 17.682 9.89392 18.1639L14.1722 13.8856C14.1722 13.8856 13.0532 15.0045 11.0245 12.9758Z" opacity=".5"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarPhoneRoundedBoldDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M10.6866 6.4791L10.0376 5.31617C9.15317 3.73144 6.93076 3.54428 5.53781 4.93723C4.7008 5.77423 4.04952 6.7996 4.00655 7.93309C3.95086 9.40215 4.22428 11.6609 5.83644 14.1061L10.1147 9.8278C11.0372 8.90533 11.2723 7.52858 10.6866 6.4791ZM14.1722 13.8853L9.89393 18.1636C12.3391 19.7757 14.5979 20.0491 16.0669 19.9934C17.2004 19.9505 18.2258 19.2992 19.0628 18.4622C20.4557 17.0692 20.2686 14.8468 18.6838 13.9624L17.5209 13.3134C16.4714 12.7277 15.0947 12.9628 14.1722 13.8853Z" clipRule="evenodd"/><path d="M11.0245 12.9758C8.99576 10.9471 10.1147 9.82812 10.1147 9.82812L5.83643 14.1064C6.31827 14.8372 6.91971 15.5846 7.66769 16.3326C8.41567 17.0806 9.16311 17.682 9.89392 18.1639L14.1722 13.8856C14.1722 13.8856 13.0532 15.0045 11.0245 12.9758Z" opacity=".5"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M10.6866 6.4791L10.0376 5.31617C9.15317 3.73144 6.93076 3.54428 5.53781 4.93723C4.7008 5.77423 4.04952 6.7996 4.00655 7.93309C3.95086 9.40215 4.22428 11.6609 5.83644 14.1061L10.1147 9.8278C11.0372 8.90533 11.2723 7.52858 10.6866 6.4791ZM14.1722 13.8853L9.89393 18.1636C12.3391 19.7757 14.5979 20.0491 16.0669 19.9934C17.2004 19.9505 18.2258 19.2992 19.0628 18.4622C20.4557 17.0692 20.2686 14.8468 18.6838 13.9624L17.5209 13.3134C16.4714 12.7277 15.0947 12.9628 14.1722 13.8853Z" clip-rule="evenodd"/><path d="M11.0245 12.9758C8.99576 10.9471 10.1147 9.82812 10.1147 9.82812L5.83643 14.1064C6.31827 14.8372 6.91971 15.5846 7.66769 16.3326C8.41567 17.0806 9.16311 17.682 9.89392 18.1639L14.1722 13.8856C14.1722 13.8856 13.0532 15.0045 11.0245 12.9758Z" opacity=".5"/></g></svg>
</template>

CSS

.icon-phone-rounded-bold-duotone {
  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%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M10.6866%206.4791L10.0376%205.31617C9.15317%203.73144%206.93076%203.54428%205.53781%204.93723C4.7008%205.77423%204.04952%206.7996%204.00655%207.93309C3.95086%209.40215%204.22428%2011.6609%205.83644%2014.1061L10.1147%209.8278C11.0372%208.90533%2011.2723%207.52858%2010.6866%206.4791ZM14.1722%2013.8853L9.89393%2018.1636C12.3391%2019.7757%2014.5979%2020.0491%2016.0669%2019.9934C17.2004%2019.9505%2018.2258%2019.2992%2019.0628%2018.4622C20.4557%2017.0692%2020.2686%2014.8468%2018.6838%2013.9624L17.5209%2013.3134C16.4714%2012.7277%2015.0947%2012.9628%2014.1722%2013.8853Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M11.0245%2012.9758C8.99576%2010.9471%2010.1147%209.82812%2010.1147%209.82812L5.83643%2014.1064C6.31827%2014.8372%206.91971%2015.5846%207.66769%2016.3326C8.41567%2017.0806%209.16311%2017.682%209.89392%2018.1639L14.1722%2013.8856C14.1722%2013.8856%2013.0532%2015.0045%2011.0245%2012.9758Z%22%20opacity%3D%22.5%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%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M10.6866%206.4791L10.0376%205.31617C9.15317%203.73144%206.93076%203.54428%205.53781%204.93723C4.7008%205.77423%204.04952%206.7996%204.00655%207.93309C3.95086%209.40215%204.22428%2011.6609%205.83644%2014.1061L10.1147%209.8278C11.0372%208.90533%2011.2723%207.52858%2010.6866%206.4791ZM14.1722%2013.8853L9.89393%2018.1636C12.3391%2019.7757%2014.5979%2020.0491%2016.0669%2019.9934C17.2004%2019.9505%2018.2258%2019.2992%2019.0628%2018.4622C20.4557%2017.0692%2020.2686%2014.8468%2018.6838%2013.9624L17.5209%2013.3134C16.4714%2012.7277%2015.0947%2012.9628%2014.1722%2013.8853Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M11.0245%2012.9758C8.99576%2010.9471%2010.1147%209.82812%2010.1147%209.82812L5.83643%2014.1064C6.31827%2014.8372%206.91971%2015.5846%207.66769%2016.3326C8.41567%2017.0806%209.16311%2017.682%209.89392%2018.1639L14.1722%2013.8856C14.1722%2013.8856%2013.0532%2015.0045%2011.0245%2012.9758Z%22%20opacity%3D%22.5%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-rounded-bold-duotone.svg?color=%231a73e8&size=48