tasbih from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
tasbih
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Use the tasbih 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.707 3.728a1.73 1.73 0 1 1-3.459.002a1.73 1.73 0 0 1 3.459-.002Zm-4.428 1.829a1.73 1.73 0 1 1-3.459.001a1.73 1.73 0 0 1 3.459-.001Zm-1.832 4.452a1.73 1.73 0 1 1-3.458.001a1.73 1.73 0 0 1 3.458-.001Zm1.813 4.436a1.73 1.73 0 1 1-3.458.002a1.73 1.73 0 0 1 3.459-.002Zm4.45 1.848a1.73 1.73 0 1 1-3.458.001a1.73 1.73 0 0 1 3.459-.001Zm4.451-1.848a1.73 1.73 0 1 1-3.459.002a1.73 1.73 0 0 1 3.46-.002Zm1.837-4.436a1.73 1.73 0 1 1-3.458 0a1.73 1.73 0 0 1 3.458 0Zm-1.837-4.438a1.73 1.73 0 1 1-3.459.002a1.73 1.73 0 0 1 3.46-.002Z"/><path stroke-linecap="round" stroke-linejoin="round" d="m7.759 14.847l-4.872 2.454c-.727.395-1.16.852-.687 1.698c.2.37.622.992 1.23 1.603m5.717-4.368l-2.448 4.857c-.55 1.09-1.076.964-1.509.809a6.7 6.7 0 0 1-1.76-1.298m0 0l1.675-1.709"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsTasbih(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.707 3.728a1.73 1.73 0 1 1-3.459.002a1.73 1.73 0 0 1 3.459-.002Zm-4.428 1.829a1.73 1.73 0 1 1-3.459.001a1.73 1.73 0 0 1 3.459-.001Zm-1.832 4.452a1.73 1.73 0 1 1-3.458.001a1.73 1.73 0 0 1 3.458-.001Zm1.813 4.436a1.73 1.73 0 1 1-3.458.002a1.73 1.73 0 0 1 3.459-.002Zm4.45 1.848a1.73 1.73 0 1 1-3.458.001a1.73 1.73 0 0 1 3.459-.001Zm4.451-1.848a1.73 1.73 0 1 1-3.459.002a1.73 1.73 0 0 1 3.46-.002Zm1.837-4.436a1.73 1.73 0 1 1-3.458 0a1.73 1.73 0 0 1 3.458 0Zm-1.837-4.438a1.73 1.73 0 1 1-3.459.002a1.73 1.73 0 0 1 3.46-.002Z"/><path strokeLinecap="round" strokeLinejoin="round" d="m7.759 14.847l-4.872 2.454c-.727.395-1.16.852-.687 1.698c.2.37.622.992 1.23 1.603m5.717-4.368l-2.448 4.857c-.55 1.09-1.076.964-1.509.809a6.7 6.7 0 0 1-1.76-1.298m0 0l1.675-1.709"/></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.707 3.728a1.73 1.73 0 1 1-3.459.002a1.73 1.73 0 0 1 3.459-.002Zm-4.428 1.829a1.73 1.73 0 1 1-3.459.001a1.73 1.73 0 0 1 3.459-.001Zm-1.832 4.452a1.73 1.73 0 1 1-3.458.001a1.73 1.73 0 0 1 3.458-.001Zm1.813 4.436a1.73 1.73 0 1 1-3.458.002a1.73 1.73 0 0 1 3.459-.002Zm4.45 1.848a1.73 1.73 0 1 1-3.458.001a1.73 1.73 0 0 1 3.459-.001Zm4.451-1.848a1.73 1.73 0 1 1-3.459.002a1.73 1.73 0 0 1 3.46-.002Zm1.837-4.436a1.73 1.73 0 1 1-3.458 0a1.73 1.73 0 0 1 3.458 0Zm-1.837-4.438a1.73 1.73 0 1 1-3.459.002a1.73 1.73 0 0 1 3.46-.002Z"/><path stroke-linecap="round" stroke-linejoin="round" d="m7.759 14.847l-4.872 2.454c-.727.395-1.16.852-.687 1.698c.2.37.622.992 1.23 1.603m5.717-4.368l-2.448 4.857c-.55 1.09-1.076.964-1.509.809a6.7 6.7 0 0 1-1.76-1.298m0 0l1.675-1.709"/></g></svg>
</template>

CSS

.icon-tasbih {
  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.707%203.728a1.73%201.73%200%201%201-3.459.002a1.73%201.73%200%200%201%203.459-.002Zm-4.428%201.829a1.73%201.73%200%201%201-3.459.001a1.73%201.73%200%200%201%203.459-.001Zm-1.832%204.452a1.73%201.73%200%201%201-3.458.001a1.73%201.73%200%200%201%203.458-.001Zm1.813%204.436a1.73%201.73%200%201%201-3.458.002a1.73%201.73%200%200%201%203.459-.002Zm4.45%201.848a1.73%201.73%200%201%201-3.458.001a1.73%201.73%200%200%201%203.459-.001Zm4.451-1.848a1.73%201.73%200%201%201-3.459.002a1.73%201.73%200%200%201%203.46-.002Zm1.837-4.436a1.73%201.73%200%201%201-3.458%200a1.73%201.73%200%200%201%203.458%200Zm-1.837-4.438a1.73%201.73%200%201%201-3.459.002a1.73%201.73%200%200%201%203.46-.002Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m7.759%2014.847l-4.872%202.454c-.727.395-1.16.852-.687%201.698c.2.37.622.992%201.23%201.603m5.717-4.368l-2.448%204.857c-.55%201.09-1.076.964-1.509.809a6.7%206.7%200%200%201-1.76-1.298m0%200l1.675-1.709%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.707%203.728a1.73%201.73%200%201%201-3.459.002a1.73%201.73%200%200%201%203.459-.002Zm-4.428%201.829a1.73%201.73%200%201%201-3.459.001a1.73%201.73%200%200%201%203.459-.001Zm-1.832%204.452a1.73%201.73%200%201%201-3.458.001a1.73%201.73%200%200%201%203.458-.001Zm1.813%204.436a1.73%201.73%200%201%201-3.458.002a1.73%201.73%200%200%201%203.459-.002Zm4.45%201.848a1.73%201.73%200%201%201-3.458.001a1.73%201.73%200%200%201%203.459-.001Zm4.451-1.848a1.73%201.73%200%201%201-3.459.002a1.73%201.73%200%200%201%203.46-.002Zm1.837-4.436a1.73%201.73%200%201%201-3.458%200a1.73%201.73%200%200%201%203.458%200Zm-1.837-4.438a1.73%201.73%200%201%201-3.459.002a1.73%201.73%200%200%201%203.46-.002Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m7.759%2014.847l-4.872%202.454c-.727.395-1.16.852-.687%201.698c.2.37.622.992%201.23%201.603m5.717-4.368l-2.448%204.857c-.55%201.09-1.076.964-1.509.809a6.7%206.7%200%200%201-1.76-1.298m0%200l1.675-1.709%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/tasbih.svg?color=%231a73e8&size=48