ramadhan 02 icon

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

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

Related icons in Huge Icons

Use the ramadhan 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 stroke-linejoin="round" d="M6.072 15C-.346 7 10.012 5 12 2c1.988 3 12.347 5 5.927 13v3c0 1.886 0 2.828-.579 3.414c-.578.586-1.51.586-3.372.586h-3.952c-1.863 0-2.794 0-3.372-.586c-.579-.585-.58-1.528-.58-3.413z"/><path d="m11 19l.299-.217c1.614-1.174 2.422-1.76 3.34-1.782q.163-.005.327.01C15.844 17.088 16.5 18 17.5 19m-11 0c1.5-1 2.169-1.975 3.18-2q.182-.003.361.012c.634.057 1.204.36 1.959.933m3-6.011A3.23 3.23 0 1 1 10.566 7.5"/><path stroke-linejoin="round" d="M14.125 8.5H14m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsRamadhan02(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 strokeLinejoin="round" d="M6.072 15C-.346 7 10.012 5 12 2c1.988 3 12.347 5 5.927 13v3c0 1.886 0 2.828-.579 3.414c-.578.586-1.51.586-3.372.586h-3.952c-1.863 0-2.794 0-3.372-.586c-.579-.585-.58-1.528-.58-3.413z"/><path d="m11 19l.299-.217c1.614-1.174 2.422-1.76 3.34-1.782q.163-.005.327.01C15.844 17.088 16.5 18 17.5 19m-11 0c1.5-1 2.169-1.975 3.18-2q.182-.003.361.012c.634.057 1.204.36 1.959.933m3-6.011A3.23 3.23 0 1 1 10.566 7.5"/><path strokeLinejoin="round" d="M14.125 8.5H14m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0"/></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 stroke-linejoin="round" d="M6.072 15C-.346 7 10.012 5 12 2c1.988 3 12.347 5 5.927 13v3c0 1.886 0 2.828-.579 3.414c-.578.586-1.51.586-3.372.586h-3.952c-1.863 0-2.794 0-3.372-.586c-.579-.585-.58-1.528-.58-3.413z"/><path d="m11 19l.299-.217c1.614-1.174 2.422-1.76 3.34-1.782q.163-.005.327.01C15.844 17.088 16.5 18 17.5 19m-11 0c1.5-1 2.169-1.975 3.18-2q.182-.003.361.012c.634.057 1.204.36 1.959.933m3-6.011A3.23 3.23 0 1 1 10.566 7.5"/><path stroke-linejoin="round" d="M14.125 8.5H14m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0"/></g></svg>
</template>

CSS

.icon-ramadhan-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%20stroke-linejoin%3D%22round%22%20d%3D%22M6.072%2015C-.346%207%2010.012%205%2012%202c1.988%203%2012.347%205%205.927%2013v3c0%201.886%200%202.828-.579%203.414c-.578.586-1.51.586-3.372.586h-3.952c-1.863%200-2.794%200-3.372-.586c-.579-.585-.58-1.528-.58-3.413z%22%2F%3E%3Cpath%20d%3D%22m11%2019l.299-.217c1.614-1.174%202.422-1.76%203.34-1.782q.163-.005.327.01C15.844%2017.088%2016.5%2018%2017.5%2019m-11%200c1.5-1%202.169-1.975%203.18-2q.182-.003.361.012c.634.057%201.204.36%201.959.933m3-6.011A3.23%203.23%200%201%201%2010.566%207.5%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M14.125%208.5H14m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200%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%20stroke-linejoin%3D%22round%22%20d%3D%22M6.072%2015C-.346%207%2010.012%205%2012%202c1.988%203%2012.347%205%205.927%2013v3c0%201.886%200%202.828-.579%203.414c-.578.586-1.51.586-3.372.586h-3.952c-1.863%200-2.794%200-3.372-.586c-.579-.585-.58-1.528-.58-3.413z%22%2F%3E%3Cpath%20d%3D%22m11%2019l.299-.217c1.614-1.174%202.422-1.76%203.34-1.782q.163-.005.327.01C15.844%2017.088%2016.5%2018%2017.5%2019m-11%200c1.5-1%202.169-1.975%203.18-2q.182-.003.361.012c.634.057%201.204.36%201.959.933m3-6.011A3.23%203.23%200%201%201%2010.566%207.5%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M14.125%208.5H14m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200%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/ramadhan-02.svg?color=%231a73e8&size=48