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

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

Use the cliparts 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-linejoin="round" stroke-width="1.5"><path d="M12.014 22c4.968 0 9.091-3.617 9.879-8.362c.11-.664.165-.995.017-1.457s-.45-.764-1.055-1.368l-7.668-7.668c-.604-.605-.906-.907-1.368-1.055s-.793-.093-1.457.017C5.617 2.895 2 7.018 2 11.986C2 17.516 6.484 22 12.014 22"/><path d="M12 2.5c0 4.714 0 6.571 1.464 8.036C14.93 12 16.787 12 21.5 12"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsCliparts(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" strokeLinejoin="round" strokeWidth="1.5"><path d="M12.014 22c4.968 0 9.091-3.617 9.879-8.362c.11-.664.165-.995.017-1.457s-.45-.764-1.055-1.368l-7.668-7.668c-.604-.605-.906-.907-1.368-1.055s-.793-.093-1.457.017C5.617 2.895 2 7.018 2 11.986C2 17.516 6.484 22 12.014 22"/><path d="M12 2.5c0 4.714 0 6.571 1.464 8.036C14.93 12 16.787 12 21.5 12"/></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-linejoin="round" stroke-width="1.5"><path d="M12.014 22c4.968 0 9.091-3.617 9.879-8.362c.11-.664.165-.995.017-1.457s-.45-.764-1.055-1.368l-7.668-7.668c-.604-.605-.906-.907-1.368-1.055s-.793-.093-1.457.017C5.617 2.895 2 7.018 2 11.986C2 17.516 6.484 22 12.014 22"/><path d="M12 2.5c0 4.714 0 6.571 1.464 8.036C14.93 12 16.787 12 21.5 12"/></g></svg>
</template>

CSS

.icon-cliparts {
  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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M12.014%2022c4.968%200%209.091-3.617%209.879-8.362c.11-.664.165-.995.017-1.457s-.45-.764-1.055-1.368l-7.668-7.668c-.604-.605-.906-.907-1.368-1.055s-.793-.093-1.457.017C5.617%202.895%202%207.018%202%2011.986C2%2017.516%206.484%2022%2012.014%2022%22%2F%3E%3Cpath%20d%3D%22M12%202.5c0%204.714%200%206.571%201.464%208.036C14.93%2012%2016.787%2012%2021.5%2012%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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M12.014%2022c4.968%200%209.091-3.617%209.879-8.362c.11-.664.165-.995.017-1.457s-.45-.764-1.055-1.368l-7.668-7.668c-.604-.605-.906-.907-1.368-1.055s-.793-.093-1.457.017C5.617%202.895%202%207.018%202%2011.986C2%2017.516%206.484%2022%2012.014%2022%22%2F%3E%3Cpath%20d%3D%22M12%202.5c0%204.714%200%206.571%201.464%208.036C14.93%2012%2016.787%2012%2021.5%2012%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/cliparts.svg?color=%231a73e8&size=48