pulley icon
pulley from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- pulley
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Use the pulley 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-linejoin="round" stroke-width="1.5"><path stroke-linecap="round" d="M3 3h18"/><circle cx="15.5" cy="10.5" r="3.5" stroke-linecap="round"/><circle cx="8.5" cy="17.5" r="3.5" stroke-linecap="round"/><path stroke-linecap="round" d="M5 17.5V3m7 14.5v-7M15.5 7V3M19 17v-6.5"/><path d="M19 17c-.714 0-1.097.2-1.383.896c-.373.908-.826 2.254-.511 2.807c.168.297.554.297 1.325.297h1.137c.772 0 1.158 0 1.326-.297c.315-.553-.138-1.9-.51-2.807C20.11 17.232 19.741 17 19 17Z"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsPulley(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" strokeLinejoin="round" strokeWidth="1.5"><path strokeLinecap="round" d="M3 3h18"/><circle cx="15.5" cy="10.5" r="3.5" strokeLinecap="round"/><circle cx="8.5" cy="17.5" r="3.5" strokeLinecap="round"/><path strokeLinecap="round" d="M5 17.5V3m7 14.5v-7M15.5 7V3M19 17v-6.5"/><path d="M19 17c-.714 0-1.097.2-1.383.896c-.373.908-.826 2.254-.511 2.807c.168.297.554.297 1.325.297h1.137c.772 0 1.158 0 1.326-.297c.315-.553-.138-1.9-.51-2.807C20.11 17.232 19.741 17 19 17Z"/></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-linejoin="round" stroke-width="1.5"><path stroke-linecap="round" d="M3 3h18"/><circle cx="15.5" cy="10.5" r="3.5" stroke-linecap="round"/><circle cx="8.5" cy="17.5" r="3.5" stroke-linecap="round"/><path stroke-linecap="round" d="M5 17.5V3m7 14.5v-7M15.5 7V3M19 17v-6.5"/><path d="M19 17c-.714 0-1.097.2-1.383.896c-.373.908-.826 2.254-.511 2.807c.168.297.554.297 1.325.297h1.137c.772 0 1.158 0 1.326-.297c.315-.553-.138-1.9-.51-2.807C20.11 17.232 19.741 17 19 17Z"/></g></svg> </template>
CSS
.icon-pulley {
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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M3%203h18%22%2F%3E%3Ccircle%20cx%3D%2215.5%22%20cy%3D%2210.5%22%20r%3D%223.5%22%20stroke-linecap%3D%22round%22%2F%3E%3Ccircle%20cx%3D%228.5%22%20cy%3D%2217.5%22%20r%3D%223.5%22%20stroke-linecap%3D%22round%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M5%2017.5V3m7%2014.5v-7M15.5%207V3M19%2017v-6.5%22%2F%3E%3Cpath%20d%3D%22M19%2017c-.714%200-1.097.2-1.383.896c-.373.908-.826%202.254-.511%202.807c.168.297.554.297%201.325.297h1.137c.772%200%201.158%200%201.326-.297c.315-.553-.138-1.9-.51-2.807C20.11%2017.232%2019.741%2017%2019%2017Z%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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M3%203h18%22%2F%3E%3Ccircle%20cx%3D%2215.5%22%20cy%3D%2210.5%22%20r%3D%223.5%22%20stroke-linecap%3D%22round%22%2F%3E%3Ccircle%20cx%3D%228.5%22%20cy%3D%2217.5%22%20r%3D%223.5%22%20stroke-linecap%3D%22round%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M5%2017.5V3m7%2014.5v-7M15.5%207V3M19%2017v-6.5%22%2F%3E%3Cpath%20d%3D%22M19%2017c-.714%200-1.097.2-1.383.896c-.373.908-.826%202.254-.511%202.807c.168.297.554.297%201.325.297h1.137c.772%200%201.158%200%201.326-.297c.315-.553-.138-1.9-.51-2.807C20.11%2017.232%2019.741%2017%2019%2017Z%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/pulley.svg?color=%231a73e8&size=48