hold 05 icon
hold-05 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- hold-05
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the hold 05 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="m17.588 11.183l.434-2.462a1.5 1.5 0 0 1 2.955.52l-.434 2.463l-1.07 5.716a5 5 0 0 1-4.915 4.08h-2.34c-1.14 0-1.71 0-2.24-.117A5 5 0 0 1 7.79 20.29c-.411-.355-.753-.81-1.437-1.722L3.339 14.55a1.692 1.692 0 0 1 2.55-2.212l2.026 2.075l.203-1.345l1.39-7.879a1.5 1.5 0 0 1 2.954.521m-.782 4.432l.782-4.432l.347-1.97a1.5 1.5 0 1 1 2.954.522l-.347 1.97l-.781 4.431m.781-4.432a1.5 1.5 0 0 1 2.955.521l-.348 1.97"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsHold05(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="m17.588 11.183l.434-2.462a1.5 1.5 0 0 1 2.955.52l-.434 2.463l-1.07 5.716a5 5 0 0 1-4.915 4.08h-2.34c-1.14 0-1.71 0-2.24-.117A5 5 0 0 1 7.79 20.29c-.411-.355-.753-.81-1.437-1.722L3.339 14.55a1.692 1.692 0 0 1 2.55-2.212l2.026 2.075l.203-1.345l1.39-7.879a1.5 1.5 0 0 1 2.954.521m-.782 4.432l.782-4.432l.347-1.97a1.5 1.5 0 1 1 2.954.522l-.347 1.97l-.781 4.431m.781-4.432a1.5 1.5 0 0 1 2.955.521l-.348 1.97"/></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="m17.588 11.183l.434-2.462a1.5 1.5 0 0 1 2.955.52l-.434 2.463l-1.07 5.716a5 5 0 0 1-4.915 4.08h-2.34c-1.14 0-1.71 0-2.24-.117A5 5 0 0 1 7.79 20.29c-.411-.355-.753-.81-1.437-1.722L3.339 14.55a1.692 1.692 0 0 1 2.55-2.212l2.026 2.075l.203-1.345l1.39-7.879a1.5 1.5 0 0 1 2.954.521m-.782 4.432l.782-4.432l.347-1.97a1.5 1.5 0 1 1 2.954.522l-.347 1.97l-.781 4.431m.781-4.432a1.5 1.5 0 0 1 2.955.521l-.348 1.97"/></svg> </template>
CSS
.icon-hold-05 {
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%22m17.588%2011.183l.434-2.462a1.5%201.5%200%200%201%202.955.52l-.434%202.463l-1.07%205.716a5%205%200%200%201-4.915%204.08h-2.34c-1.14%200-1.71%200-2.24-.117A5%205%200%200%201%207.79%2020.29c-.411-.355-.753-.81-1.437-1.722L3.339%2014.55a1.692%201.692%200%200%201%202.55-2.212l2.026%202.075l.203-1.345l1.39-7.879a1.5%201.5%200%200%201%202.954.521m-.782%204.432l.782-4.432l.347-1.97a1.5%201.5%200%201%201%202.954.522l-.347%201.97l-.781%204.431m.781-4.432a1.5%201.5%200%200%201%202.955.521l-.348%201.97%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%22m17.588%2011.183l.434-2.462a1.5%201.5%200%200%201%202.955.52l-.434%202.463l-1.07%205.716a5%205%200%200%201-4.915%204.08h-2.34c-1.14%200-1.71%200-2.24-.117A5%205%200%200%201%207.79%2020.29c-.411-.355-.753-.81-1.437-1.722L3.339%2014.55a1.692%201.692%200%200%201%202.55-2.212l2.026%202.075l.203-1.345l1.39-7.879a1.5%201.5%200%200%201%202.954.521m-.782%204.432l.782-4.432l.347-1.97a1.5%201.5%200%201%201%202.954.522l-.347%201.97l-.781%204.431m.781-4.432a1.5%201.5%200%200%201%202.955.521l-.348%201.97%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/hold-05.svg?color=%231a73e8&size=48