start up 01 icon

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

Name
start-up-01
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the start up 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 stroke-linecap="round" stroke-linejoin="round" d="M7.295 17C3.53 7.25 8.863 2.938 12 2c3.137.938 8.47 5.25 4.705 15c-.568-.312-2.305-.937-4.705-.937s-4.137.625-4.705.937"/><path d="M14 9a2 2 0 1 0-4 0a2 2 0 0 0 4 0Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M17.5 15.558c1.442.133 3.208.524 4.481 1.442c0 0 .523-4.936-3.981-6M6.5 15.558c-1.442.133-3.208.524-4.481 1.442c0 0-.523-4.936 3.981-6m3.5 8s.417 2.5 2.5 3c2.083-.5 2.5-3 2.5-3"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsStartUp01(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 strokeLinecap="round" strokeLinejoin="round" d="M7.295 17C3.53 7.25 8.863 2.938 12 2c3.137.938 8.47 5.25 4.705 15c-.568-.312-2.305-.937-4.705-.937s-4.137.625-4.705.937"/><path d="M14 9a2 2 0 1 0-4 0a2 2 0 0 0 4 0Z"/><path strokeLinecap="round" strokeLinejoin="round" d="M17.5 15.558c1.442.133 3.208.524 4.481 1.442c0 0 .523-4.936-3.981-6M6.5 15.558c-1.442.133-3.208.524-4.481 1.442c0 0-.523-4.936 3.981-6m3.5 8s.417 2.5 2.5 3c2.083-.5 2.5-3 2.5-3"/></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 stroke-linecap="round" stroke-linejoin="round" d="M7.295 17C3.53 7.25 8.863 2.938 12 2c3.137.938 8.47 5.25 4.705 15c-.568-.312-2.305-.937-4.705-.937s-4.137.625-4.705.937"/><path d="M14 9a2 2 0 1 0-4 0a2 2 0 0 0 4 0Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M17.5 15.558c1.442.133 3.208.524 4.481 1.442c0 0 .523-4.936-3.981-6M6.5 15.558c-1.442.133-3.208.524-4.481 1.442c0 0-.523-4.936 3.981-6m3.5 8s.417 2.5 2.5 3c2.083-.5 2.5-3 2.5-3"/></g></svg>
</template>

CSS

.icon-start-up-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%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M7.295%2017C3.53%207.25%208.863%202.938%2012%202c3.137.938%208.47%205.25%204.705%2015c-.568-.312-2.305-.937-4.705-.937s-4.137.625-4.705.937%22%2F%3E%3Cpath%20d%3D%22M14%209a2%202%200%201%200-4%200a2%202%200%200%200%204%200Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M17.5%2015.558c1.442.133%203.208.524%204.481%201.442c0%200%20.523-4.936-3.981-6M6.5%2015.558c-1.442.133-3.208.524-4.481%201.442c0%200-.523-4.936%203.981-6m3.5%208s.417%202.5%202.5%203c2.083-.5%202.5-3%202.5-3%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%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M7.295%2017C3.53%207.25%208.863%202.938%2012%202c3.137.938%208.47%205.25%204.705%2015c-.568-.312-2.305-.937-4.705-.937s-4.137.625-4.705.937%22%2F%3E%3Cpath%20d%3D%22M14%209a2%202%200%201%200-4%200a2%202%200%200%200%204%200Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M17.5%2015.558c1.442.133%203.208.524%204.481%201.442c0%200%20.523-4.936-3.981-6M6.5%2015.558c-1.442.133-3.208.524-4.481%201.442c0%200-.523-4.936%203.981-6m3.5%208s.417%202.5%202.5%203c2.083-.5%202.5-3%202.5-3%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/start-up-01.svg?color=%231a73e8&size=48