phone dropped2 icon

phone-dropped2 from Reicon by REICON · Outline · Call · MIT Free for personal and commercial use.

Name
phone-dropped2
Set
Reicon
Style
Outline
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="currentColor"><path d="M15.75 4a.75.75 0 0 0-1.5 0v1.052c0 .898 0 1.648.08 2.242c.084.628.27 1.195.725 1.65c.456.456 1.023.642 1.65.726c.461.062 1.015.076 1.658.08l-.831.664a.75.75 0 0 0 .936 1.172l2.5-2a.75.75 0 0 0 0-1.172l-2.5-2a.75.75 0 1 0-.936 1.172l.828.663c-.624-.003-1.087-.016-1.455-.066c-.461-.062-.659-.169-.789-.3s-.237-.327-.3-.788c-.064-.483-.066-1.131-.066-2.095z"/><path fill-rule="evenodd" d="M10.693 4.95c-1.17-2.095-4.005-2.223-5.686-.543c-.898.899-1.697 2.093-1.75 3.498c-.079 2.08.459 5.536 3.88 8.958c3.422 3.421 6.877 3.959 8.958 3.88c1.405-.053 2.6-.852 3.498-1.75c1.68-1.68 1.552-4.516-.544-5.685l-1.163-.65c-1.368-.763-3.095-.438-4.227.68a.63.63 0 0 1-.337.104c-.256.012-.85-.079-1.767-.997c-.919-.918-1.01-1.511-.997-1.767a.63.63 0 0 1 .104-.337c1.118-1.131 1.443-2.859.68-4.227zm-4.625.518c1.106-1.106 2.716-.86 3.315.214l.649 1.163c.403.723.266 1.74-.448 2.452c-.07.07-.486.516-.524 1.307c-.04.81.324 1.792 1.434 2.902s2.09 1.474 2.901 1.434c.791-.038 1.237-.454 1.307-.524c.714-.713 1.73-.851 2.453-.448l1.163.65c1.074.598 1.32 2.208.214 3.314c-.775.775-1.63 1.28-2.494 1.312c-1.735.066-4.76-.363-7.84-3.442S4.69 9.697 4.756 7.962c.033-.863.537-1.72 1.312-2.494" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconPhoneDropped2(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="M15.75 4a.75.75 0 0 0-1.5 0v1.052c0 .898 0 1.648.08 2.242c.084.628.27 1.195.725 1.65c.456.456 1.023.642 1.65.726c.461.062 1.015.076 1.658.08l-.831.664a.75.75 0 0 0 .936 1.172l2.5-2a.75.75 0 0 0 0-1.172l-2.5-2a.75.75 0 1 0-.936 1.172l.828.663c-.624-.003-1.087-.016-1.455-.066c-.461-.062-.659-.169-.789-.3s-.237-.327-.3-.788c-.064-.483-.066-1.131-.066-2.095z"/><path fillRule="evenodd" d="M10.693 4.95c-1.17-2.095-4.005-2.223-5.686-.543c-.898.899-1.697 2.093-1.75 3.498c-.079 2.08.459 5.536 3.88 8.958c3.422 3.421 6.877 3.959 8.958 3.88c1.405-.053 2.6-.852 3.498-1.75c1.68-1.68 1.552-4.516-.544-5.685l-1.163-.65c-1.368-.763-3.095-.438-4.227.68a.63.63 0 0 1-.337.104c-.256.012-.85-.079-1.767-.997c-.919-.918-1.01-1.511-.997-1.767a.63.63 0 0 1 .104-.337c1.118-1.131 1.443-2.859.68-4.227zm-4.625.518c1.106-1.106 2.716-.86 3.315.214l.649 1.163c.403.723.266 1.74-.448 2.452c-.07.07-.486.516-.524 1.307c-.04.81.324 1.792 1.434 2.902s2.09 1.474 2.901 1.434c.791-.038 1.237-.454 1.307-.524c.714-.713 1.73-.851 2.453-.448l1.163.65c1.074.598 1.32 2.208.214 3.314c-.775.775-1.63 1.28-2.494 1.312c-1.735.066-4.76-.363-7.84-3.442S4.69 9.697 4.756 7.962c.033-.863.537-1.72 1.312-2.494" clipRule="evenodd"/></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="M15.75 4a.75.75 0 0 0-1.5 0v1.052c0 .898 0 1.648.08 2.242c.084.628.27 1.195.725 1.65c.456.456 1.023.642 1.65.726c.461.062 1.015.076 1.658.08l-.831.664a.75.75 0 0 0 .936 1.172l2.5-2a.75.75 0 0 0 0-1.172l-2.5-2a.75.75 0 1 0-.936 1.172l.828.663c-.624-.003-1.087-.016-1.455-.066c-.461-.062-.659-.169-.789-.3s-.237-.327-.3-.788c-.064-.483-.066-1.131-.066-2.095z"/><path fill-rule="evenodd" d="M10.693 4.95c-1.17-2.095-4.005-2.223-5.686-.543c-.898.899-1.697 2.093-1.75 3.498c-.079 2.08.459 5.536 3.88 8.958c3.422 3.421 6.877 3.959 8.958 3.88c1.405-.053 2.6-.852 3.498-1.75c1.68-1.68 1.552-4.516-.544-5.685l-1.163-.65c-1.368-.763-3.095-.438-4.227.68a.63.63 0 0 1-.337.104c-.256.012-.85-.079-1.767-.997c-.919-.918-1.01-1.511-.997-1.767a.63.63 0 0 1 .104-.337c1.118-1.131 1.443-2.859.68-4.227zm-4.625.518c1.106-1.106 2.716-.86 3.315.214l.649 1.163c.403.723.266 1.74-.448 2.452c-.07.07-.486.516-.524 1.307c-.04.81.324 1.792 1.434 2.902s2.09 1.474 2.901 1.434c.791-.038 1.237-.454 1.307-.524c.714-.713 1.73-.851 2.453-.448l1.163.65c1.074.598 1.32 2.208.214 3.314c-.775.775-1.63 1.28-2.494 1.312c-1.735.066-4.76-.363-7.84-3.442S4.69 9.697 4.756 7.962c.033-.863.537-1.72 1.312-2.494" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-phone-dropped2 {
  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%22M15.75%204a.75.75%200%200%200-1.5%200v1.052c0%20.898%200%201.648.08%202.242c.084.628.27%201.195.725%201.65c.456.456%201.023.642%201.65.726c.461.062%201.015.076%201.658.08l-.831.664a.75.75%200%200%200%20.936%201.172l2.5-2a.75.75%200%200%200%200-1.172l-2.5-2a.75.75%200%201%200-.936%201.172l.828.663c-.624-.003-1.087-.016-1.455-.066c-.461-.062-.659-.169-.789-.3s-.237-.327-.3-.788c-.064-.483-.066-1.131-.066-2.095z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M10.693%204.95c-1.17-2.095-4.005-2.223-5.686-.543c-.898.899-1.697%202.093-1.75%203.498c-.079%202.08.459%205.536%203.88%208.958c3.422%203.421%206.877%203.959%208.958%203.88c1.405-.053%202.6-.852%203.498-1.75c1.68-1.68%201.552-4.516-.544-5.685l-1.163-.65c-1.368-.763-3.095-.438-4.227.68a.63.63%200%200%201-.337.104c-.256.012-.85-.079-1.767-.997c-.919-.918-1.01-1.511-.997-1.767a.63.63%200%200%201%20.104-.337c1.118-1.131%201.443-2.859.68-4.227zm-4.625.518c1.106-1.106%202.716-.86%203.315.214l.649%201.163c.403.723.266%201.74-.448%202.452c-.07.07-.486.516-.524%201.307c-.04.81.324%201.792%201.434%202.902s2.09%201.474%202.901%201.434c.791-.038%201.237-.454%201.307-.524c.714-.713%201.73-.851%202.453-.448l1.163.65c1.074.598%201.32%202.208.214%203.314c-.775.775-1.63%201.28-2.494%201.312c-1.735.066-4.76-.363-7.84-3.442S4.69%209.697%204.756%207.962c.033-.863.537-1.72%201.312-2.494%22%20clip-rule%3D%22evenodd%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%22M15.75%204a.75.75%200%200%200-1.5%200v1.052c0%20.898%200%201.648.08%202.242c.084.628.27%201.195.725%201.65c.456.456%201.023.642%201.65.726c.461.062%201.015.076%201.658.08l-.831.664a.75.75%200%200%200%20.936%201.172l2.5-2a.75.75%200%200%200%200-1.172l-2.5-2a.75.75%200%201%200-.936%201.172l.828.663c-.624-.003-1.087-.016-1.455-.066c-.461-.062-.659-.169-.789-.3s-.237-.327-.3-.788c-.064-.483-.066-1.131-.066-2.095z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M10.693%204.95c-1.17-2.095-4.005-2.223-5.686-.543c-.898.899-1.697%202.093-1.75%203.498c-.079%202.08.459%205.536%203.88%208.958c3.422%203.421%206.877%203.959%208.958%203.88c1.405-.053%202.6-.852%203.498-1.75c1.68-1.68%201.552-4.516-.544-5.685l-1.163-.65c-1.368-.763-3.095-.438-4.227.68a.63.63%200%200%201-.337.104c-.256.012-.85-.079-1.767-.997c-.919-.918-1.01-1.511-.997-1.767a.63.63%200%200%201%20.104-.337c1.118-1.131%201.443-2.859.68-4.227zm-4.625.518c1.106-1.106%202.716-.86%203.315.214l.649%201.163c.403.723.266%201.74-.448%202.452c-.07.07-.486.516-.524%201.307c-.04.81.324%201.792%201.434%202.902s2.09%201.474%202.901%201.434c.791-.038%201.237-.454%201.307-.524c.714-.713%201.73-.851%202.453-.448l1.163.65c1.074.598%201.32%202.208.214%203.314c-.775.775-1.63%201.28-2.494%201.312c-1.735.066-4.76-.363-7.84-3.442S4.69%209.697%204.756%207.962c.033-.863.537-1.72%201.312-2.494%22%20clip-rule%3D%22evenodd%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.svg?color=%231a73e8&size=48