mobile programming 01 icon

mobile-programming-01 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
mobile-programming-01
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the mobile programming 01 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-width="1.5"><path d="M5 8c.01-2.644.108-4.059 1.024-4.975C7.049 2 8.699 2 11.999 2s4.95 0 5.975 1.025c.916.916 1.013 2.33 1.023 4.975M5 16c.01 2.644.108 4.059 1.024 4.975C7.049 22 8.699 22 11.999 22s4.95 0 5.975-1.025c.916-.916 1.013-2.33 1.023-4.975"/><path stroke-linejoin="round" d="M11 19h2m3-9l1.227 1.057c.515.445.773.667.773.943s-.258.498-.773.943L16 14m-8-4l-1.227 1.057C6.258 11.502 6 11.724 6 12s.258.498.773.943L8 14m5-5l-2 6"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsMobileProgramming01(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" strokeWidth="1.5"><path d="M5 8c.01-2.644.108-4.059 1.024-4.975C7.049 2 8.699 2 11.999 2s4.95 0 5.975 1.025c.916.916 1.013 2.33 1.023 4.975M5 16c.01 2.644.108 4.059 1.024 4.975C7.049 22 8.699 22 11.999 22s4.95 0 5.975-1.025c.916-.916 1.013-2.33 1.023-4.975"/><path strokeLinejoin="round" d="M11 19h2m3-9l1.227 1.057c.515.445.773.667.773.943s-.258.498-.773.943L16 14m-8-4l-1.227 1.057C6.258 11.502 6 11.724 6 12s.258.498.773.943L8 14m5-5l-2 6"/></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-width="1.5"><path d="M5 8c.01-2.644.108-4.059 1.024-4.975C7.049 2 8.699 2 11.999 2s4.95 0 5.975 1.025c.916.916 1.013 2.33 1.023 4.975M5 16c.01 2.644.108 4.059 1.024 4.975C7.049 22 8.699 22 11.999 22s4.95 0 5.975-1.025c.916-.916 1.013-2.33 1.023-4.975"/><path stroke-linejoin="round" d="M11 19h2m3-9l1.227 1.057c.515.445.773.667.773.943s-.258.498-.773.943L16 14m-8-4l-1.227 1.057C6.258 11.502 6 11.724 6 12s.258.498.773.943L8 14m5-5l-2 6"/></g></svg>
</template>

CSS

.icon-mobile-programming-01 {
  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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M5%208c.01-2.644.108-4.059%201.024-4.975C7.049%202%208.699%202%2011.999%202s4.95%200%205.975%201.025c.916.916%201.013%202.33%201.023%204.975M5%2016c.01%202.644.108%204.059%201.024%204.975C7.049%2022%208.699%2022%2011.999%2022s4.95%200%205.975-1.025c.916-.916%201.013-2.33%201.023-4.975%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M11%2019h2m3-9l1.227%201.057c.515.445.773.667.773.943s-.258.498-.773.943L16%2014m-8-4l-1.227%201.057C6.258%2011.502%206%2011.724%206%2012s.258.498.773.943L8%2014m5-5l-2%206%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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M5%208c.01-2.644.108-4.059%201.024-4.975C7.049%202%208.699%202%2011.999%202s4.95%200%205.975%201.025c.916.916%201.013%202.33%201.023%204.975M5%2016c.01%202.644.108%204.059%201.024%204.975C7.049%2022%208.699%2022%2011.999%2022s4.95%200%205.975-1.025c.916-.916%201.013-2.33%201.023-4.975%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M11%2019h2m3-9l1.227%201.057c.515.445.773.667.773.943s-.258.498-.773.943L16%2014m-8-4l-1.227%201.057C6.258%2011.502%206%2011.724%206%2012s.258.498.773.943L8%2014m5-5l-2%206%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/mobile-programming-01.svg?color=%231a73e8&size=48