phone dropped2 icon
phone-dropped2-duotone from Reicon by REICON · Duotone · Call · MIT Free for personal and commercial use.
- Name
- phone-dropped2-duotone
- Set
- Reicon
- Style
- Duotone
- Category
- Call
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
More call icons from Reicon
Use the phone dropped2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M15 4v1c0 1.886 0 2.828.586 3.414S17.114 9 19 9h1.5m0 0L18 7m2.5 2L18 11"/><path fill="currentColor" d="m10.038 5.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" opacity=".5"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconPhoneDropped2Duotone(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"><path stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M15 4v1c0 1.886 0 2.828.586 3.414S17.114 9 19 9h1.5m0 0L18 7m2.5 2L18 11"/><path fill="currentColor" d="m10.038 5.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" 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="none"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M15 4v1c0 1.886 0 2.828.586 3.414S17.114 9 19 9h1.5m0 0L18 7m2.5 2L18 11"/><path fill="currentColor" d="m10.038 5.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" opacity=".5"/></g></svg> </template>
CSS
.icon-phone-dropped2-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%22none%22%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M15%204v1c0%201.886%200%202.828.586%203.414S17.114%209%2019%209h1.5m0%200L18%207m2.5%202L18%2011%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m10.038%205.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%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%22none%22%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M15%204v1c0%201.886%200%202.828.586%203.414S17.114%209%2019%209h1.5m0%200L18%207m2.5%202L18%2011%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m10.038%205.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%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/reicon/phone-dropped2-duotone.svg?color=%231a73e8&size=48