phone3 icon

phone3-duotone from Reicon by REICON · Duotone · Devices · MIT Free for personal and commercial use.

Name
phone3-duotone
Set
Reicon
Style
Duotone
Category
Devices
Viewbox
24×24
License
MIT

2 other variants in Reicon

More devices icons from Reicon

Use the phone3 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12.052 2c1.68 0 3.01 0 4.052.142c1.072.147 1.94.456 2.624 1.152s.988 1.58 1.132 2.67c.14 1.06.14 2.414.14 4.123v3.826c0 1.71 0 3.064-.14 4.123c-.144 1.09-.448 1.974-1.132 2.67s-1.552 1.005-2.624 1.152C15.063 22 13.732 22 12.052 22h-.104c-1.68 0-3.01 0-4.052-.142c-1.072-.147-1.94-.456-2.624-1.152s-.988-1.58-1.132-2.67C4 16.976 4 15.622 4 13.913v-3.826c0-1.71 0-3.064.14-4.123c.144-1.09.448-1.974 1.132-2.67S6.824 2.29 7.896 2.142C8.937 2 10.268 2 11.948 2z" opacity=".5"/><path d="M8.571 18.511c0-.385.307-.697.686-.697h5.486c.378 0 .685.312.685.697a.69.69 0 0 1-.685.698H9.257a.69.69 0 0 1-.686-.698"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconPhone3Duotone(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 d="M12.052 2c1.68 0 3.01 0 4.052.142c1.072.147 1.94.456 2.624 1.152s.988 1.58 1.132 2.67c.14 1.06.14 2.414.14 4.123v3.826c0 1.71 0 3.064-.14 4.123c-.144 1.09-.448 1.974-1.132 2.67s-1.552 1.005-2.624 1.152C15.063 22 13.732 22 12.052 22h-.104c-1.68 0-3.01 0-4.052-.142c-1.072-.147-1.94-.456-2.624-1.152s-.988-1.58-1.132-2.67C4 16.976 4 15.622 4 13.913v-3.826c0-1.71 0-3.064.14-4.123c.144-1.09.448-1.974 1.132-2.67S6.824 2.29 7.896 2.142C8.937 2 10.268 2 11.948 2z" opacity=".5"/><path d="M8.571 18.511c0-.385.307-.697.686-.697h5.486c.378 0 .685.312.685.697a.69.69 0 0 1-.685.698H9.257a.69.69 0 0 1-.686-.698"/></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 d="M12.052 2c1.68 0 3.01 0 4.052.142c1.072.147 1.94.456 2.624 1.152s.988 1.58 1.132 2.67c.14 1.06.14 2.414.14 4.123v3.826c0 1.71 0 3.064-.14 4.123c-.144 1.09-.448 1.974-1.132 2.67s-1.552 1.005-2.624 1.152C15.063 22 13.732 22 12.052 22h-.104c-1.68 0-3.01 0-4.052-.142c-1.072-.147-1.94-.456-2.624-1.152s-.988-1.58-1.132-2.67C4 16.976 4 15.622 4 13.913v-3.826c0-1.71 0-3.064.14-4.123c.144-1.09.448-1.974 1.132-2.67S6.824 2.29 7.896 2.142C8.937 2 10.268 2 11.948 2z" opacity=".5"/><path d="M8.571 18.511c0-.385.307-.697.686-.697h5.486c.378 0 .685.312.685.697a.69.69 0 0 1-.685.698H9.257a.69.69 0 0 1-.686-.698"/></g></svg>
</template>

CSS

.icon-phone3-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%20d%3D%22M12.052%202c1.68%200%203.01%200%204.052.142c1.072.147%201.94.456%202.624%201.152s.988%201.58%201.132%202.67c.14%201.06.14%202.414.14%204.123v3.826c0%201.71%200%203.064-.14%204.123c-.144%201.09-.448%201.974-1.132%202.67s-1.552%201.005-2.624%201.152C15.063%2022%2013.732%2022%2012.052%2022h-.104c-1.68%200-3.01%200-4.052-.142c-1.072-.147-1.94-.456-2.624-1.152s-.988-1.58-1.132-2.67C4%2016.976%204%2015.622%204%2013.913v-3.826c0-1.71%200-3.064.14-4.123c.144-1.09.448-1.974%201.132-2.67S6.824%202.29%207.896%202.142C8.937%202%2010.268%202%2011.948%202z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M8.571%2018.511c0-.385.307-.697.686-.697h5.486c.378%200%20.685.312.685.697a.69.69%200%200%201-.685.698H9.257a.69.69%200%200%201-.686-.698%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%20d%3D%22M12.052%202c1.68%200%203.01%200%204.052.142c1.072.147%201.94.456%202.624%201.152s.988%201.58%201.132%202.67c.14%201.06.14%202.414.14%204.123v3.826c0%201.71%200%203.064-.14%204.123c-.144%201.09-.448%201.974-1.132%202.67s-1.552%201.005-2.624%201.152C15.063%2022%2013.732%2022%2012.052%2022h-.104c-1.68%200-3.01%200-4.052-.142c-1.072-.147-1.94-.456-2.624-1.152s-.988-1.58-1.132-2.67C4%2016.976%204%2015.622%204%2013.913v-3.826c0-1.71%200-3.064.14-4.123c.144-1.09.448-1.974%201.132-2.67S6.824%202.29%207.896%202.142C8.937%202%2010.268%202%2011.948%202z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M8.571%2018.511c0-.385.307-.697.686-.697h5.486c.378%200%20.685.312.685.697a.69.69%200%200%201-.685.698H9.257a.69.69%200%200%201-.686-.698%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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