phone chat2 icon
phone-chat2-filled from Reicon by REICON · Filled · Call · MIT Free for personal and commercial use.
- Name
- phone-chat2-filled
- Set
- Reicon
- Style
- Filled
- Category
- Call
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
More call icons from Reicon
Use the phone chat2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M17 12a5 5 0 1 0-4.478-2.774a.82.82 0 0 1 .067.574l-.298 1.113a.65.65 0 0 0 .796.796l1.113-.298a.82.82 0 0 1 .574.067A5 5 0 0 0 17 12"/><path d="m8.038 7.316l.649 1.163c.585 1.05.35 2.426-.572 3.349c0 0-1.12 1.119.91 3.148c2.027 2.027 3.146.91 3.147.91c.923-.923 2.3-1.158 3.349-.573l1.163.65c1.585.884 1.772 3.106.379 4.5c-.837.836-1.863 1.488-2.996 1.53c-1.908.073-5.149-.41-8.4-3.66c-3.25-3.251-3.733-6.492-3.66-8.4c.043-1.133.694-2.159 1.53-2.996c1.394-1.393 3.616-1.206 4.5.38"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconPhoneChat2Filled(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="M17 12a5 5 0 1 0-4.478-2.774a.82.82 0 0 1 .067.574l-.298 1.113a.65.65 0 0 0 .796.796l1.113-.298a.82.82 0 0 1 .574.067A5 5 0 0 0 17 12"/><path d="m8.038 7.316l.649 1.163c.585 1.05.35 2.426-.572 3.349c0 0-1.12 1.119.91 3.148c2.027 2.027 3.146.91 3.147.91c.923-.923 2.3-1.158 3.349-.573l1.163.65c1.585.884 1.772 3.106.379 4.5c-.837.836-1.863 1.488-2.996 1.53c-1.908.073-5.149-.41-8.4-3.66c-3.25-3.251-3.733-6.492-3.66-8.4c.043-1.133.694-2.159 1.53-2.996c1.394-1.393 3.616-1.206 4.5.38"/></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="M17 12a5 5 0 1 0-4.478-2.774a.82.82 0 0 1 .067.574l-.298 1.113a.65.65 0 0 0 .796.796l1.113-.298a.82.82 0 0 1 .574.067A5 5 0 0 0 17 12"/><path d="m8.038 7.316l.649 1.163c.585 1.05.35 2.426-.572 3.349c0 0-1.12 1.119.91 3.148c2.027 2.027 3.146.91 3.147.91c.923-.923 2.3-1.158 3.349-.573l1.163.65c1.585.884 1.772 3.106.379 4.5c-.837.836-1.863 1.488-2.996 1.53c-1.908.073-5.149-.41-8.4-3.66c-3.25-3.251-3.733-6.492-3.66-8.4c.043-1.133.694-2.159 1.53-2.996c1.394-1.393 3.616-1.206 4.5.38"/></g></svg> </template>
CSS
.icon-phone-chat2-filled {
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%22M17%2012a5%205%200%201%200-4.478-2.774a.82.82%200%200%201%20.067.574l-.298%201.113a.65.65%200%200%200%20.796.796l1.113-.298a.82.82%200%200%201%20.574.067A5%205%200%200%200%2017%2012%22%2F%3E%3Cpath%20d%3D%22m8.038%207.316l.649%201.163c.585%201.05.35%202.426-.572%203.349c0%200-1.12%201.119.91%203.148c2.027%202.027%203.146.91%203.147.91c.923-.923%202.3-1.158%203.349-.573l1.163.65c1.585.884%201.772%203.106.379%204.5c-.837.836-1.863%201.488-2.996%201.53c-1.908.073-5.149-.41-8.4-3.66c-3.25-3.251-3.733-6.492-3.66-8.4c.043-1.133.694-2.159%201.53-2.996c1.394-1.393%203.616-1.206%204.5.38%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%22M17%2012a5%205%200%201%200-4.478-2.774a.82.82%200%200%201%20.067.574l-.298%201.113a.65.65%200%200%200%20.796.796l1.113-.298a.82.82%200%200%201%20.574.067A5%205%200%200%200%2017%2012%22%2F%3E%3Cpath%20d%3D%22m8.038%207.316l.649%201.163c.585%201.05.35%202.426-.572%203.349c0%200-1.12%201.119.91%203.148c2.027%202.027%203.146.91%203.147.91c.923-.923%202.3-1.158%203.349-.573l1.163.65c1.585.884%201.772%203.106.379%204.5c-.837.836-1.863%201.488-2.996%201.53c-1.908.073-5.149-.41-8.4-3.66c-3.25-3.251-3.733-6.492-3.66-8.4c.043-1.133.694-2.159%201.53-2.996c1.394-1.393%203.616-1.206%204.5.38%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/phone-chat2-filled.svg?color=%231a73e8&size=48