flip phone icon

flip-phone from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
flip-phone
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the flip phone icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5"><path d="M14.5 4h-9v11.5a6.5 6.5 0 1 0 13 0V8c0-1.886 0-2.828-.586-3.414S16.386 4 14.5 4Z"/><path stroke-linecap="round" d="M11 18h2"/><path d="M8.5 8.429c0-.4 0-.599.056-.76a1 1 0 0 1 .614-.613C9.33 7 9.53 7 9.929 7h4.142c.4 0 .599 0 .76.056a1 1 0 0 1 .613.614c.056.16.056.36.056.759V9c0 .464 0 .697-.03.891a2.5 2.5 0 0 1-2.079 2.078C13.197 12 12.464 12 12 12s-1.197 0-1.391-.03A2.5 2.5 0 0 1 8.53 9.89C8.5 9.697 8.5 9.464 8.5 9z"/><path stroke-linecap="round" d="M5.5 4V2"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsFlipPhone(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" stroke="currentColor" strokeLinejoin="round" strokeWidth="1.5"><path d="M14.5 4h-9v11.5a6.5 6.5 0 1 0 13 0V8c0-1.886 0-2.828-.586-3.414S16.386 4 14.5 4Z"/><path strokeLinecap="round" d="M11 18h2"/><path d="M8.5 8.429c0-.4 0-.599.056-.76a1 1 0 0 1 .614-.613C9.33 7 9.53 7 9.929 7h4.142c.4 0 .599 0 .76.056a1 1 0 0 1 .613.614c.056.16.056.36.056.759V9c0 .464 0 .697-.03.891a2.5 2.5 0 0 1-2.079 2.078C13.197 12 12.464 12 12 12s-1.197 0-1.391-.03A2.5 2.5 0 0 1 8.53 9.89C8.5 9.697 8.5 9.464 8.5 9z"/><path strokeLinecap="round" d="M5.5 4V2"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5"><path d="M14.5 4h-9v11.5a6.5 6.5 0 1 0 13 0V8c0-1.886 0-2.828-.586-3.414S16.386 4 14.5 4Z"/><path stroke-linecap="round" d="M11 18h2"/><path d="M8.5 8.429c0-.4 0-.599.056-.76a1 1 0 0 1 .614-.613C9.33 7 9.53 7 9.929 7h4.142c.4 0 .599 0 .76.056a1 1 0 0 1 .613.614c.056.16.056.36.056.759V9c0 .464 0 .697-.03.891a2.5 2.5 0 0 1-2.079 2.078C13.197 12 12.464 12 12 12s-1.197 0-1.391-.03A2.5 2.5 0 0 1 8.53 9.89C8.5 9.697 8.5 9.464 8.5 9z"/><path stroke-linecap="round" d="M5.5 4V2"/></g></svg>
</template>

CSS

.icon-flip-phone {
  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%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M14.5%204h-9v11.5a6.5%206.5%200%201%200%2013%200V8c0-1.886%200-2.828-.586-3.414S16.386%204%2014.5%204Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M11%2018h2%22%2F%3E%3Cpath%20d%3D%22M8.5%208.429c0-.4%200-.599.056-.76a1%201%200%200%201%20.614-.613C9.33%207%209.53%207%209.929%207h4.142c.4%200%20.599%200%20.76.056a1%201%200%200%201%20.613.614c.056.16.056.36.056.759V9c0%20.464%200%20.697-.03.891a2.5%202.5%200%200%201-2.079%202.078C13.197%2012%2012.464%2012%2012%2012s-1.197%200-1.391-.03A2.5%202.5%200%200%201%208.53%209.89C8.5%209.697%208.5%209.464%208.5%209z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M5.5%204V2%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%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M14.5%204h-9v11.5a6.5%206.5%200%201%200%2013%200V8c0-1.886%200-2.828-.586-3.414S16.386%204%2014.5%204Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M11%2018h2%22%2F%3E%3Cpath%20d%3D%22M8.5%208.429c0-.4%200-.599.056-.76a1%201%200%200%201%20.614-.613C9.33%207%209.53%207%209.929%207h4.142c.4%200%20.599%200%20.76.056a1%201%200%200%201%20.613.614c.056.16.056.36.056.759V9c0%20.464%200%20.697-.03.891a2.5%202.5%200%200%201-2.079%202.078C13.197%2012%2012.464%2012%2012%2012s-1.197%200-1.391-.03A2.5%202.5%200%200%201%208.53%209.89C8.5%209.697%208.5%209.464%208.5%209z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M5.5%204V2%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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