candelier 02 icon

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

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

Related icons in Huge Icons

Use the candelier 02 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M2 3h20M12 3v13m7.5-13v8m-15-8v8m0 0c-1.715 0-2.705 2.512-2.464 3.99c.207 1.267 4.696 1.424 4.928 0C7.205 13.512 6.215 11 4.5 11m7.5 5c-1.715 0-2.705 2.512-2.464 3.99c.207 1.267 4.696 1.424 4.928 0C14.705 18.512 13.715 16 12 16m7.5-5c-1.715 0-2.705 2.512-2.464 3.99c.207 1.267 4.696 1.424 4.928 0c.241-1.478-.749-3.99-2.464-3.99"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsCandelier02(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M2 3h20M12 3v13m7.5-13v8m-15-8v8m0 0c-1.715 0-2.705 2.512-2.464 3.99c.207 1.267 4.696 1.424 4.928 0C7.205 13.512 6.215 11 4.5 11m7.5 5c-1.715 0-2.705 2.512-2.464 3.99c.207 1.267 4.696 1.424 4.928 0C14.705 18.512 13.715 16 12 16m7.5-5c-1.715 0-2.705 2.512-2.464 3.99c.207 1.267 4.696 1.424 4.928 0c.241-1.478-.749-3.99-2.464-3.99"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M2 3h20M12 3v13m7.5-13v8m-15-8v8m0 0c-1.715 0-2.705 2.512-2.464 3.99c.207 1.267 4.696 1.424 4.928 0C7.205 13.512 6.215 11 4.5 11m7.5 5c-1.715 0-2.705 2.512-2.464 3.99c.207 1.267 4.696 1.424 4.928 0C14.705 18.512 13.715 16 12 16m7.5-5c-1.715 0-2.705 2.512-2.464 3.99c.207 1.267 4.696 1.424 4.928 0c.241-1.478-.749-3.99-2.464-3.99"/></svg>
</template>

CSS

.icon-candelier-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%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M2%203h20M12%203v13m7.5-13v8m-15-8v8m0%200c-1.715%200-2.705%202.512-2.464%203.99c.207%201.267%204.696%201.424%204.928%200C7.205%2013.512%206.215%2011%204.5%2011m7.5%205c-1.715%200-2.705%202.512-2.464%203.99c.207%201.267%204.696%201.424%204.928%200C14.705%2018.512%2013.715%2016%2012%2016m7.5-5c-1.715%200-2.705%202.512-2.464%203.99c.207%201.267%204.696%201.424%204.928%200c.241-1.478-.749-3.99-2.464-3.99%22%2F%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%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M2%203h20M12%203v13m7.5-13v8m-15-8v8m0%200c-1.715%200-2.705%202.512-2.464%203.99c.207%201.267%204.696%201.424%204.928%200C7.205%2013.512%206.215%2011%204.5%2011m7.5%205c-1.715%200-2.705%202.512-2.464%203.99c.207%201.267%204.696%201.424%204.928%200C14.705%2018.512%2013.715%2016%2012%2016m7.5-5c-1.715%200-2.705%202.512-2.464%203.99c.207%201.267%204.696%201.424%204.928%200c.241-1.478-.749-3.99-2.464-3.99%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/candelier-02.svg?color=%231a73e8&size=48