smart phone 03 icon

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

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

Related icons in Huge Icons

Use the smart phone 03 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-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M5.5 6c.014-1.707.11-2.647.73-3.268C6.962 2 8.14 2 10.5 2h3c2.359 0 3.538 0 4.27.732c.62.62.715 1.561.73 3.268m0 12c-.015 1.707-.11 2.647-.73 3.268c-.732.732-1.91.732-4.27.732h-3c-2.359 0-3.538 0-4.27-.732c-.62-.62-.716-1.561-.73-3.268m14-9.5s-1 .346-1 1.313c0 .966 1 1.22 1 2.187s-1 1.221-1 2.188c0 .966 1 1.312 1 1.312m-15-7s1 .346 1 1.313c0 .966-1 1.22-1 2.187s1 1.221 1 2.188c0 .966-1 1.312-1 1.312"/><path d="M14 2h-4l.5 1h3z"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsSmartPhone03(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" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M5.5 6c.014-1.707.11-2.647.73-3.268C6.962 2 8.14 2 10.5 2h3c2.359 0 3.538 0 4.27.732c.62.62.715 1.561.73 3.268m0 12c-.015 1.707-.11 2.647-.73 3.268c-.732.732-1.91.732-4.27.732h-3c-2.359 0-3.538 0-4.27-.732c-.62-.62-.716-1.561-.73-3.268m14-9.5s-1 .346-1 1.313c0 .966 1 1.22 1 2.187s-1 1.221-1 2.188c0 .966 1 1.312 1 1.312m-15-7s1 .346 1 1.313c0 .966-1 1.22-1 2.187s1 1.221 1 2.188c0 .966-1 1.312-1 1.312"/><path d="M14 2h-4l.5 1h3z"/></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-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M5.5 6c.014-1.707.11-2.647.73-3.268C6.962 2 8.14 2 10.5 2h3c2.359 0 3.538 0 4.27.732c.62.62.715 1.561.73 3.268m0 12c-.015 1.707-.11 2.647-.73 3.268c-.732.732-1.91.732-4.27.732h-3c-2.359 0-3.538 0-4.27-.732c-.62-.62-.716-1.561-.73-3.268m14-9.5s-1 .346-1 1.313c0 .966 1 1.22 1 2.187s-1 1.221-1 2.188c0 .966 1 1.312 1 1.312m-15-7s1 .346 1 1.313c0 .966-1 1.22-1 2.187s1 1.221 1 2.188c0 .966-1 1.312-1 1.312"/><path d="M14 2h-4l.5 1h3z"/></g></svg>
</template>

CSS

.icon-smart-phone-03 {
  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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M5.5%206c.014-1.707.11-2.647.73-3.268C6.962%202%208.14%202%2010.5%202h3c2.359%200%203.538%200%204.27.732c.62.62.715%201.561.73%203.268m0%2012c-.015%201.707-.11%202.647-.73%203.268c-.732.732-1.91.732-4.27.732h-3c-2.359%200-3.538%200-4.27-.732c-.62-.62-.716-1.561-.73-3.268m14-9.5s-1%20.346-1%201.313c0%20.966%201%201.22%201%202.187s-1%201.221-1%202.188c0%20.966%201%201.312%201%201.312m-15-7s1%20.346%201%201.313c0%20.966-1%201.22-1%202.187s1%201.221%201%202.188c0%20.966-1%201.312-1%201.312%22%2F%3E%3Cpath%20d%3D%22M14%202h-4l.5%201h3z%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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M5.5%206c.014-1.707.11-2.647.73-3.268C6.962%202%208.14%202%2010.5%202h3c2.359%200%203.538%200%204.27.732c.62.62.715%201.561.73%203.268m0%2012c-.015%201.707-.11%202.647-.73%203.268c-.732.732-1.91.732-4.27.732h-3c-2.359%200-3.538%200-4.27-.732c-.62-.62-.716-1.561-.73-3.268m14-9.5s-1%20.346-1%201.313c0%20.966%201%201.22%201%202.187s-1%201.221-1%202.188c0%20.966%201%201.312%201%201.312m-15-7s1%20.346%201%201.313c0%20.966-1%201.22-1%202.187s1%201.221%201%202.188c0%20.966-1%201.312-1%201.312%22%2F%3E%3Cpath%20d%3D%22M14%202h-4l.5%201h3z%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/smart-phone-03.svg?color=%231a73e8&size=48