mobile programming 02 icon

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

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

Related icons in Huge Icons

Use the mobile programming 02 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 6c.087-1.42.326-2.323.982-2.975C7.015 2 8.677 2 12 2s4.985 0 6.017 1.025c.657.652.896 1.556.983 2.975m0 12c-.087 1.42-.326 2.323-.983 2.975C16.986 22 15.324 22 12 22s-4.985 0-6.018-1.025C5.326 20.323 5.087 19.419 5 18"/><path stroke-linejoin="round" d="M11 19h2m4.5-10l1.533 1.586c.645.666.967 1 .967 1.414s-.322.748-.967 1.414L17.5 15m-11-6l-1.533 1.586C4.322 11.252 4 11.586 4 12s.322.748.967 1.414L6.5 15"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsMobileProgramming02(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 6c.087-1.42.326-2.323.982-2.975C7.015 2 8.677 2 12 2s4.985 0 6.017 1.025c.657.652.896 1.556.983 2.975m0 12c-.087 1.42-.326 2.323-.983 2.975C16.986 22 15.324 22 12 22s-4.985 0-6.018-1.025C5.326 20.323 5.087 19.419 5 18"/><path strokeLinejoin="round" d="M11 19h2m4.5-10l1.533 1.586c.645.666.967 1 .967 1.414s-.322.748-.967 1.414L17.5 15m-11-6l-1.533 1.586C4.322 11.252 4 11.586 4 12s.322.748.967 1.414L6.5 15"/></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 6c.087-1.42.326-2.323.982-2.975C7.015 2 8.677 2 12 2s4.985 0 6.017 1.025c.657.652.896 1.556.983 2.975m0 12c-.087 1.42-.326 2.323-.983 2.975C16.986 22 15.324 22 12 22s-4.985 0-6.018-1.025C5.326 20.323 5.087 19.419 5 18"/><path stroke-linejoin="round" d="M11 19h2m4.5-10l1.533 1.586c.645.666.967 1 .967 1.414s-.322.748-.967 1.414L17.5 15m-11-6l-1.533 1.586C4.322 11.252 4 11.586 4 12s.322.748.967 1.414L6.5 15"/></g></svg>
</template>

CSS

.icon-mobile-programming-02 {
  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%206c.087-1.42.326-2.323.982-2.975C7.015%202%208.677%202%2012%202s4.985%200%206.017%201.025c.657.652.896%201.556.983%202.975m0%2012c-.087%201.42-.326%202.323-.983%202.975C16.986%2022%2015.324%2022%2012%2022s-4.985%200-6.018-1.025C5.326%2020.323%205.087%2019.419%205%2018%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M11%2019h2m4.5-10l1.533%201.586c.645.666.967%201%20.967%201.414s-.322.748-.967%201.414L17.5%2015m-11-6l-1.533%201.586C4.322%2011.252%204%2011.586%204%2012s.322.748.967%201.414L6.5%2015%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%206c.087-1.42.326-2.323.982-2.975C7.015%202%208.677%202%2012%202s4.985%200%206.017%201.025c.657.652.896%201.556.983%202.975m0%2012c-.087%201.42-.326%202.323-.983%202.975C16.986%2022%2015.324%2022%2012%2022s-4.985%200-6.018-1.025C5.326%2020.323%205.087%2019.419%205%2018%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M11%2019h2m4.5-10l1.533%201.586c.645.666.967%201%20.967%201.414s-.322.748-.967%201.414L17.5%2015m-11-6l-1.533%201.586C4.322%2011.252%204%2011.586%204%2012s.322.748.967%201.414L6.5%2015%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-02.svg?color=%231a73e8&size=48