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

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

The same icon in other sets

Use the spool 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="m7 11l12.595-4.048A2.024 2.024 0 0 0 18.975 3H5.026a2.024 2.024 0 0 0-.62 3.952l.513.165c1.004.322 1.506.484 1.794.879C7 8.39 7 8.918 7 9.973zm0 0v5m10-3L4.405 17.048A2.024 2.024 0 0 0 5.025 21h13.95a2.024 2.024 0 0 0 .62-3.952l-.513-.164c-1.004-.323-1.506-.485-1.794-.88S17 15.082 17 14.027zm0 0V8"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsSpool(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="m7 11l12.595-4.048A2.024 2.024 0 0 0 18.975 3H5.026a2.024 2.024 0 0 0-.62 3.952l.513.165c1.004.322 1.506.484 1.794.879C7 8.39 7 8.918 7 9.973zm0 0v5m10-3L4.405 17.048A2.024 2.024 0 0 0 5.025 21h13.95a2.024 2.024 0 0 0 .62-3.952l-.513-.164c-1.004-.323-1.506-.485-1.794-.88S17 15.082 17 14.027zm0 0V8"/></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="m7 11l12.595-4.048A2.024 2.024 0 0 0 18.975 3H5.026a2.024 2.024 0 0 0-.62 3.952l.513.165c1.004.322 1.506.484 1.794.879C7 8.39 7 8.918 7 9.973zm0 0v5m10-3L4.405 17.048A2.024 2.024 0 0 0 5.025 21h13.95a2.024 2.024 0 0 0 .62-3.952l-.513-.164c-1.004-.323-1.506-.485-1.794-.88S17 15.082 17 14.027zm0 0V8"/></svg>
</template>

CSS

.icon-spool {
  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%22m7%2011l12.595-4.048A2.024%202.024%200%200%200%2018.975%203H5.026a2.024%202.024%200%200%200-.62%203.952l.513.165c1.004.322%201.506.484%201.794.879C7%208.39%207%208.918%207%209.973zm0%200v5m10-3L4.405%2017.048A2.024%202.024%200%200%200%205.025%2021h13.95a2.024%202.024%200%200%200%20.62-3.952l-.513-.164c-1.004-.323-1.506-.485-1.794-.88S17%2015.082%2017%2014.027zm0%200V8%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%22m7%2011l12.595-4.048A2.024%202.024%200%200%200%2018.975%203H5.026a2.024%202.024%200%200%200-.62%203.952l.513.165c1.004.322%201.506.484%201.794.879C7%208.39%207%208.918%207%209.973zm0%200v5m10-3L4.405%2017.048A2.024%202.024%200%200%200%205.025%2021h13.95a2.024%202.024%200%200%200%20.62-3.952l-.513-.164c-1.004-.323-1.506-.485-1.794-.88S17%2015.082%2017%2014.027zm0%200V8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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