hook emoji
hook from OpenMoji by OpenMoji · Default · Objects · CC-BY-SA-4.0 Attribution required.
- Name
- hook
- Set
- OpenMoji
- Style
- Default
- Category
- Objects
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
The same emoji in other sets
More objects icons from OpenMoji
Use the hook emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#9b9b9a" d="M28.35 64.055a14.185 14.185 0 0 1-9.08-25.083a1 1 0 0 1 1.631.9c-.714 5.377 5.122 9.113 5.182 9.15a1 1 0 0 1-.531 1.848h-4.574a7.438 7.438 0 0 0 14.809-1V23a8.91 8.91 0 1 1 6.747.234V49.87a14.2 14.2 0 0 1-14.185 14.185m11.095-51.336a2.164 2.164 0 1 0 2.164 2.164a2.166 2.166 0 0 0-2.164-2.164"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M25.551 49.87s-6.45-4.028-5.64-10.13h-.001a13.185 13.185 0 1 0 21.623 10.13V22.506a7.912 7.912 0 1 0-4.746-.18V49.87a8.438 8.438 0 1 1-16.876 0h.834m20.552-32.421a3.165 3.165 0 1 1 1.312-2.566"/></svg>
React
import type { SVGProps } from "react";
export function OpenmojiHook(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#9b9b9a" d="M28.35 64.055a14.185 14.185 0 0 1-9.08-25.083a1 1 0 0 1 1.631.9c-.714 5.377 5.122 9.113 5.182 9.15a1 1 0 0 1-.531 1.848h-4.574a7.438 7.438 0 0 0 14.809-1V23a8.91 8.91 0 1 1 6.747.234V49.87a14.2 14.2 0 0 1-14.185 14.185m11.095-51.336a2.164 2.164 0 1 0 2.164 2.164a2.166 2.166 0 0 0-2.164-2.164"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M25.551 49.87s-6.45-4.028-5.64-10.13h-.001a13.185 13.185 0 1 0 21.623 10.13V22.506a7.912 7.912 0 1 0-4.746-.18V49.87a8.438 8.438 0 1 1-16.876 0h.834m20.552-32.421a3.165 3.165 0 1 1 1.312-2.566"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#9b9b9a" d="M28.35 64.055a14.185 14.185 0 0 1-9.08-25.083a1 1 0 0 1 1.631.9c-.714 5.377 5.122 9.113 5.182 9.15a1 1 0 0 1-.531 1.848h-4.574a7.438 7.438 0 0 0 14.809-1V23a8.91 8.91 0 1 1 6.747.234V49.87a14.2 14.2 0 0 1-14.185 14.185m11.095-51.336a2.164 2.164 0 1 0 2.164 2.164a2.166 2.166 0 0 0-2.164-2.164"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M25.551 49.87s-6.45-4.028-5.64-10.13h-.001a13.185 13.185 0 1 0 21.623 10.13V22.506a7.912 7.912 0 1 0-4.746-.18V49.87a8.438 8.438 0 1 1-16.876 0h.834m20.552-32.421a3.165 3.165 0 1 1 1.312-2.566"/></svg> </template>
CSS
.icon-hook {
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%2072%2072%22%3E%3Cpath%20fill%3D%22%239b9b9a%22%20d%3D%22M28.35%2064.055a14.185%2014.185%200%200%201-9.08-25.083a1%201%200%200%201%201.631.9c-.714%205.377%205.122%209.113%205.182%209.15a1%201%200%200%201-.531%201.848h-4.574a7.438%207.438%200%200%200%2014.809-1V23a8.91%208.91%200%201%201%206.747.234V49.87a14.2%2014.2%200%200%201-14.185%2014.185m11.095-51.336a2.164%202.164%200%201%200%202.164%202.164a2.166%202.166%200%200%200-2.164-2.164%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M25.551%2049.87s-6.45-4.028-5.64-10.13h-.001a13.185%2013.185%200%201%200%2021.623%2010.13V22.506a7.912%207.912%200%201%200-4.746-.18V49.87a8.438%208.438%200%201%201-16.876%200h.834m20.552-32.421a3.165%203.165%200%201%201%201.312-2.566%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%2072%2072%22%3E%3Cpath%20fill%3D%22%239b9b9a%22%20d%3D%22M28.35%2064.055a14.185%2014.185%200%200%201-9.08-25.083a1%201%200%200%201%201.631.9c-.714%205.377%205.122%209.113%205.182%209.15a1%201%200%200%201-.531%201.848h-4.574a7.438%207.438%200%200%200%2014.809-1V23a8.91%208.91%200%201%201%206.747.234V49.87a14.2%2014.2%200%200%201-14.185%2014.185m11.095-51.336a2.164%202.164%200%201%200%202.164%202.164a2.166%202.166%200%200%200-2.164-2.164%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M25.551%2049.87s-6.45-4.028-5.64-10.13h-.001a13.185%2013.185%200%201%200%2021.623%2010.13V22.506a7.912%207.912%200%201%200-4.746-.18V49.87a8.438%208.438%200%201%201-16.876%200h.834m20.552-32.421a3.165%203.165%200%201%201%201.312-2.566%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/hook.svg?color=%231a73e8&size=48