installing updates 01 icon

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

Name
installing-updates-01
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the installing updates 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-width="1.5"><path d="M15 10.75a3 3 0 1 1-6 0a3 3 0 0 1 6 0Z"/><path stroke-linecap="round" d="m20.068 6.492l-.43-.75c-.325-.566-.488-.85-.765-.963s-.59-.024-1.216.155l-1.064.3c-.4.093-.82.04-1.184-.148l-.294-.17a1.75 1.75 0 0 1-.687-.847l-.291-.872c-.192-.578-.287-.867-.515-1.032S13.092 2 12.486 2h-.972c-.605 0-.908 0-1.136.165s-.323.454-.515 1.032l-.29.872a1.75 1.75 0 0 1-.688.847l-.294.17c-.365.188-.784.24-1.184.148l-1.064-.3c-.626-.179-.94-.268-1.216-.155c-.277.113-.44.397-.765.963l-.43.75c-.305.531-.458.797-.428 1.08s.233.51.642.966l.899 1.009c.22.279.375.765.375 1.203s-.156.924-.375 1.203l-.9 1.009c-.408.456-.612.683-.641.966s.123.549.428 1.08l.43.75c.325.566.488.85.765.963s.59.024 1.216-.155l1.064-.3c.4-.093.82-.04 1.184.148l.294.17c.313.201.554.498.687.847l.291.872c.192.578.287.867.515 1.032s.53.165 1.136.165h.972c.605 0 .908 0 1.136-.165s.323-.454.515-1.032l.291-.872a1.74 1.74 0 0 1 .687-.847l.294-.17a1.73 1.73 0 0 1 1.184-.148l1.064.3c.626.179.94.268 1.216.155c.277-.113.44-.397.765-.963l.43-.75c.305-.531.458-.797.428-1.08s-.233-.51-.642-.966l-.899-1.009c-.22-.28-.375-.765-.375-1.203c0-.437.156-.924.375-1.203l.9-1.009c.408-.456.612-.683.641-.966s-.122-.549-.428-1.08Z"/><path stroke-linecap="round" d="M22 18c0 .93 0 1.395-.102 1.776a3 3 0 0 1-2.122 2.122C19.396 22 18.93 22 18 22H6c-.93 0-1.395 0-1.776-.102a3 3 0 0 1-2.122-2.122C2 19.396 2 18.93 2 18"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsInstallingUpdates01(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" strokeWidth="1.5"><path d="M15 10.75a3 3 0 1 1-6 0a3 3 0 0 1 6 0Z"/><path strokeLinecap="round" d="m20.068 6.492l-.43-.75c-.325-.566-.488-.85-.765-.963s-.59-.024-1.216.155l-1.064.3c-.4.093-.82.04-1.184-.148l-.294-.17a1.75 1.75 0 0 1-.687-.847l-.291-.872c-.192-.578-.287-.867-.515-1.032S13.092 2 12.486 2h-.972c-.605 0-.908 0-1.136.165s-.323.454-.515 1.032l-.29.872a1.75 1.75 0 0 1-.688.847l-.294.17c-.365.188-.784.24-1.184.148l-1.064-.3c-.626-.179-.94-.268-1.216-.155c-.277.113-.44.397-.765.963l-.43.75c-.305.531-.458.797-.428 1.08s.233.51.642.966l.899 1.009c.22.279.375.765.375 1.203s-.156.924-.375 1.203l-.9 1.009c-.408.456-.612.683-.641.966s.123.549.428 1.08l.43.75c.325.566.488.85.765.963s.59.024 1.216-.155l1.064-.3c.4-.093.82-.04 1.184.148l.294.17c.313.201.554.498.687.847l.291.872c.192.578.287.867.515 1.032s.53.165 1.136.165h.972c.605 0 .908 0 1.136-.165s.323-.454.515-1.032l.291-.872a1.74 1.74 0 0 1 .687-.847l.294-.17a1.73 1.73 0 0 1 1.184-.148l1.064.3c.626.179.94.268 1.216.155c.277-.113.44-.397.765-.963l.43-.75c.305-.531.458-.797.428-1.08s-.233-.51-.642-.966l-.899-1.009c-.22-.28-.375-.765-.375-1.203c0-.437.156-.924.375-1.203l.9-1.009c.408-.456.612-.683.641-.966s-.122-.549-.428-1.08Z"/><path strokeLinecap="round" d="M22 18c0 .93 0 1.395-.102 1.776a3 3 0 0 1-2.122 2.122C19.396 22 18.93 22 18 22H6c-.93 0-1.395 0-1.776-.102a3 3 0 0 1-2.122-2.122C2 19.396 2 18.93 2 18"/></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-width="1.5"><path d="M15 10.75a3 3 0 1 1-6 0a3 3 0 0 1 6 0Z"/><path stroke-linecap="round" d="m20.068 6.492l-.43-.75c-.325-.566-.488-.85-.765-.963s-.59-.024-1.216.155l-1.064.3c-.4.093-.82.04-1.184-.148l-.294-.17a1.75 1.75 0 0 1-.687-.847l-.291-.872c-.192-.578-.287-.867-.515-1.032S13.092 2 12.486 2h-.972c-.605 0-.908 0-1.136.165s-.323.454-.515 1.032l-.29.872a1.75 1.75 0 0 1-.688.847l-.294.17c-.365.188-.784.24-1.184.148l-1.064-.3c-.626-.179-.94-.268-1.216-.155c-.277.113-.44.397-.765.963l-.43.75c-.305.531-.458.797-.428 1.08s.233.51.642.966l.899 1.009c.22.279.375.765.375 1.203s-.156.924-.375 1.203l-.9 1.009c-.408.456-.612.683-.641.966s.123.549.428 1.08l.43.75c.325.566.488.85.765.963s.59.024 1.216-.155l1.064-.3c.4-.093.82-.04 1.184.148l.294.17c.313.201.554.498.687.847l.291.872c.192.578.287.867.515 1.032s.53.165 1.136.165h.972c.605 0 .908 0 1.136-.165s.323-.454.515-1.032l.291-.872a1.74 1.74 0 0 1 .687-.847l.294-.17a1.73 1.73 0 0 1 1.184-.148l1.064.3c.626.179.94.268 1.216.155c.277-.113.44-.397.765-.963l.43-.75c.305-.531.458-.797.428-1.08s-.233-.51-.642-.966l-.899-1.009c-.22-.28-.375-.765-.375-1.203c0-.437.156-.924.375-1.203l.9-1.009c.408-.456.612-.683.641-.966s-.122-.549-.428-1.08Z"/><path stroke-linecap="round" d="M22 18c0 .93 0 1.395-.102 1.776a3 3 0 0 1-2.122 2.122C19.396 22 18.93 22 18 22H6c-.93 0-1.395 0-1.776-.102a3 3 0 0 1-2.122-2.122C2 19.396 2 18.93 2 18"/></g></svg>
</template>

CSS

.icon-installing-updates-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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M15%2010.75a3%203%200%201%201-6%200a3%203%200%200%201%206%200Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22m20.068%206.492l-.43-.75c-.325-.566-.488-.85-.765-.963s-.59-.024-1.216.155l-1.064.3c-.4.093-.82.04-1.184-.148l-.294-.17a1.75%201.75%200%200%201-.687-.847l-.291-.872c-.192-.578-.287-.867-.515-1.032S13.092%202%2012.486%202h-.972c-.605%200-.908%200-1.136.165s-.323.454-.515%201.032l-.29.872a1.75%201.75%200%200%201-.688.847l-.294.17c-.365.188-.784.24-1.184.148l-1.064-.3c-.626-.179-.94-.268-1.216-.155c-.277.113-.44.397-.765.963l-.43.75c-.305.531-.458.797-.428%201.08s.233.51.642.966l.899%201.009c.22.279.375.765.375%201.203s-.156.924-.375%201.203l-.9%201.009c-.408.456-.612.683-.641.966s.123.549.428%201.08l.43.75c.325.566.488.85.765.963s.59.024%201.216-.155l1.064-.3c.4-.093.82-.04%201.184.148l.294.17c.313.201.554.498.687.847l.291.872c.192.578.287.867.515%201.032s.53.165%201.136.165h.972c.605%200%20.908%200%201.136-.165s.323-.454.515-1.032l.291-.872a1.74%201.74%200%200%201%20.687-.847l.294-.17a1.73%201.73%200%200%201%201.184-.148l1.064.3c.626.179.94.268%201.216.155c.277-.113.44-.397.765-.963l.43-.75c.305-.531.458-.797.428-1.08s-.233-.51-.642-.966l-.899-1.009c-.22-.28-.375-.765-.375-1.203c0-.437.156-.924.375-1.203l.9-1.009c.408-.456.612-.683.641-.966s-.122-.549-.428-1.08Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M22%2018c0%20.93%200%201.395-.102%201.776a3%203%200%200%201-2.122%202.122C19.396%2022%2018.93%2022%2018%2022H6c-.93%200-1.395%200-1.776-.102a3%203%200%200%201-2.122-2.122C2%2019.396%202%2018.93%202%2018%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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M15%2010.75a3%203%200%201%201-6%200a3%203%200%200%201%206%200Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22m20.068%206.492l-.43-.75c-.325-.566-.488-.85-.765-.963s-.59-.024-1.216.155l-1.064.3c-.4.093-.82.04-1.184-.148l-.294-.17a1.75%201.75%200%200%201-.687-.847l-.291-.872c-.192-.578-.287-.867-.515-1.032S13.092%202%2012.486%202h-.972c-.605%200-.908%200-1.136.165s-.323.454-.515%201.032l-.29.872a1.75%201.75%200%200%201-.688.847l-.294.17c-.365.188-.784.24-1.184.148l-1.064-.3c-.626-.179-.94-.268-1.216-.155c-.277.113-.44.397-.765.963l-.43.75c-.305.531-.458.797-.428%201.08s.233.51.642.966l.899%201.009c.22.279.375.765.375%201.203s-.156.924-.375%201.203l-.9%201.009c-.408.456-.612.683-.641.966s.123.549.428%201.08l.43.75c.325.566.488.85.765.963s.59.024%201.216-.155l1.064-.3c.4-.093.82-.04%201.184.148l.294.17c.313.201.554.498.687.847l.291.872c.192.578.287.867.515%201.032s.53.165%201.136.165h.972c.605%200%20.908%200%201.136-.165s.323-.454.515-1.032l.291-.872a1.74%201.74%200%200%201%20.687-.847l.294-.17a1.73%201.73%200%200%201%201.184-.148l1.064.3c.626.179.94.268%201.216.155c.277-.113.44-.397.765-.963l.43-.75c.305-.531.458-.797.428-1.08s-.233-.51-.642-.966l-.899-1.009c-.22-.28-.375-.765-.375-1.203c0-.437.156-.924.375-1.203l.9-1.009c.408-.456.612-.683.641-.966s-.122-.549-.428-1.08Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M22%2018c0%20.93%200%201.395-.102%201.776a3%203%200%200%201-2.122%202.122C19.396%2022%2018.93%2022%2018%2022H6c-.93%200-1.395%200-1.776-.102a3%203%200%200%201-2.122-2.122C2%2019.396%202%2018.93%202%2018%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/installing-updates-01.svg?color=%231a73e8&size=48