hook emoji
hook from Fluent Emoji High Contrast by Microsoft Corporation · Default · Objects · MIT Free for personal and commercial use.
- Name
- hook
- Set
- Fluent Emoji High Contrast
- Style
- Default
- Category
- Objects
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More objects icons from Fluent Emoji High Contrast
Use the hook emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M10.976 9.055a2.024 2.024 0 1 0 0-4.047a2.024 2.024 0 0 0 0 4.047"/><path d="M8.827 27.567a9 9 0 0 0 3.513 3.052a11.1 11.1 0 0 0 4.608 1.137a9.84 9.84 0 0 0 5.571-1.545l.022-.014l.022-.014a9 9 0 0 0 3.05-3.513c.483-.982.818-2.03.995-3.11q.113-.667.14-1.344l.003-.074l-.002-.073a9.96 9.96 0 0 0-1.606-5.11c-.51-.799-1.306-1.595-2.089-2.19a8 8 0 0 0-1.324-.825c-.437-.21-1.049-.437-1.728-.437c-.522 0-1.432.08-2.112.802a2.4 2.4 0 0 0-.638 1.695v.003c0 .692.297 1.198.5 1.473c.14.189.3.353.4.45c-.065.85-.034 1.574.278 2.304c.114.267.264.52.346.659l.03.051c.089.152.173.303.27.52l.01.022l.01.023q.12.249.15.522q-.011.142-.035.286l-.002.007l-.001.008a3.6 3.6 0 0 1-.321 1.008l-.005.01l-.005.01a1.5 1.5 0 0 1-.476.574a2.36 2.36 0 0 1-1.301.321a3.8 3.8 0 0 1-1.45-.368l-.013-.006a1.5 1.5 0 0 1-.57-.472a2.36 2.36 0 0 1-.322-1.308l.002-.041l.06-9.927a1.75 1.75 0 0 1 .348-.818a10 10 0 0 0 .436-.5c.235-.286.628-.794.878-1.347c.385-.855.528-1.522.529-2.46a5.7 5.7 0 0 0-.735-2.88a6 6 0 1 0-9.28 7.336c.15.178.259.387.32.61l-.05 9.901a9.84 9.84 0 0 0 1.546 5.55l.014.02zm.425-5.56l.053-10.144a3.64 3.64 0 0 0-.907-1.819a4 4 0 1 1 6.11-4.957c.322.588.49 1.146.49 1.92c0 .655-.084 1.042-.353 1.639c-.27.599-.999 1.354-.999 1.354a3.75 3.75 0 0 0-.839 2.007l-.06 10a4.36 4.36 0 0 0 .644 2.494a3.5 3.5 0 0 0 1.389 1.187a5.8 5.8 0 0 0 2.226.565a4.36 4.36 0 0 0 2.489-.643c.51-.35.92-.83 1.187-1.389a5.6 5.6 0 0 0 .5-1.568q.054-.318.07-.641a3.7 3.7 0 0 0-.349-1.361c-.157-.353-.296-.59-.413-.79c-.292-.497-.437-.744-.332-1.929l.013-.144l.007-.082a1.3 1.3 0 0 0-.015-.24a1.4 1.4 0 0 0-.161-.464a2 2 0 0 0-.347-.4l-.038-.036c-.195-.189-.365-.355-.365-.559s0-.5.75-.5c.162 0 .345.038.54.106c.224.078.464.197.71.344a6 6 0 0 1 .693.482c.614.483 1.184 1.08 1.517 1.604a7.95 7.95 0 0 1 1.288 4.09a9 9 0 0 1-.115 1.1a9.1 9.1 0 0 1-.818 2.557a7 7 0 0 1-2.375 2.736a7.84 7.84 0 0 1-4.44 1.231a9.1 9.1 0 0 1-3.782-.934a7 7 0 0 1-2.736-2.376a7.84 7.84 0 0 1-1.232-4.44"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastHook(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M10.976 9.055a2.024 2.024 0 1 0 0-4.047a2.024 2.024 0 0 0 0 4.047"/><path d="M8.827 27.567a9 9 0 0 0 3.513 3.052a11.1 11.1 0 0 0 4.608 1.137a9.84 9.84 0 0 0 5.571-1.545l.022-.014l.022-.014a9 9 0 0 0 3.05-3.513c.483-.982.818-2.03.995-3.11q.113-.667.14-1.344l.003-.074l-.002-.073a9.96 9.96 0 0 0-1.606-5.11c-.51-.799-1.306-1.595-2.089-2.19a8 8 0 0 0-1.324-.825c-.437-.21-1.049-.437-1.728-.437c-.522 0-1.432.08-2.112.802a2.4 2.4 0 0 0-.638 1.695v.003c0 .692.297 1.198.5 1.473c.14.189.3.353.4.45c-.065.85-.034 1.574.278 2.304c.114.267.264.52.346.659l.03.051c.089.152.173.303.27.52l.01.022l.01.023q.12.249.15.522q-.011.142-.035.286l-.002.007l-.001.008a3.6 3.6 0 0 1-.321 1.008l-.005.01l-.005.01a1.5 1.5 0 0 1-.476.574a2.36 2.36 0 0 1-1.301.321a3.8 3.8 0 0 1-1.45-.368l-.013-.006a1.5 1.5 0 0 1-.57-.472a2.36 2.36 0 0 1-.322-1.308l.002-.041l.06-9.927a1.75 1.75 0 0 1 .348-.818a10 10 0 0 0 .436-.5c.235-.286.628-.794.878-1.347c.385-.855.528-1.522.529-2.46a5.7 5.7 0 0 0-.735-2.88a6 6 0 1 0-9.28 7.336c.15.178.259.387.32.61l-.05 9.901a9.84 9.84 0 0 0 1.546 5.55l.014.02zm.425-5.56l.053-10.144a3.64 3.64 0 0 0-.907-1.819a4 4 0 1 1 6.11-4.957c.322.588.49 1.146.49 1.92c0 .655-.084 1.042-.353 1.639c-.27.599-.999 1.354-.999 1.354a3.75 3.75 0 0 0-.839 2.007l-.06 10a4.36 4.36 0 0 0 .644 2.494a3.5 3.5 0 0 0 1.389 1.187a5.8 5.8 0 0 0 2.226.565a4.36 4.36 0 0 0 2.489-.643c.51-.35.92-.83 1.187-1.389a5.6 5.6 0 0 0 .5-1.568q.054-.318.07-.641a3.7 3.7 0 0 0-.349-1.361c-.157-.353-.296-.59-.413-.79c-.292-.497-.437-.744-.332-1.929l.013-.144l.007-.082a1.3 1.3 0 0 0-.015-.24a1.4 1.4 0 0 0-.161-.464a2 2 0 0 0-.347-.4l-.038-.036c-.195-.189-.365-.355-.365-.559s0-.5.75-.5c.162 0 .345.038.54.106c.224.078.464.197.71.344a6 6 0 0 1 .693.482c.614.483 1.184 1.08 1.517 1.604a7.95 7.95 0 0 1 1.288 4.09a9 9 0 0 1-.115 1.1a9.1 9.1 0 0 1-.818 2.557a7 7 0 0 1-2.375 2.736a7.84 7.84 0 0 1-4.44 1.231a9.1 9.1 0 0 1-3.782-.934a7 7 0 0 1-2.736-2.376a7.84 7.84 0 0 1-1.232-4.44"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M10.976 9.055a2.024 2.024 0 1 0 0-4.047a2.024 2.024 0 0 0 0 4.047"/><path d="M8.827 27.567a9 9 0 0 0 3.513 3.052a11.1 11.1 0 0 0 4.608 1.137a9.84 9.84 0 0 0 5.571-1.545l.022-.014l.022-.014a9 9 0 0 0 3.05-3.513c.483-.982.818-2.03.995-3.11q.113-.667.14-1.344l.003-.074l-.002-.073a9.96 9.96 0 0 0-1.606-5.11c-.51-.799-1.306-1.595-2.089-2.19a8 8 0 0 0-1.324-.825c-.437-.21-1.049-.437-1.728-.437c-.522 0-1.432.08-2.112.802a2.4 2.4 0 0 0-.638 1.695v.003c0 .692.297 1.198.5 1.473c.14.189.3.353.4.45c-.065.85-.034 1.574.278 2.304c.114.267.264.52.346.659l.03.051c.089.152.173.303.27.52l.01.022l.01.023q.12.249.15.522q-.011.142-.035.286l-.002.007l-.001.008a3.6 3.6 0 0 1-.321 1.008l-.005.01l-.005.01a1.5 1.5 0 0 1-.476.574a2.36 2.36 0 0 1-1.301.321a3.8 3.8 0 0 1-1.45-.368l-.013-.006a1.5 1.5 0 0 1-.57-.472a2.36 2.36 0 0 1-.322-1.308l.002-.041l.06-9.927a1.75 1.75 0 0 1 .348-.818a10 10 0 0 0 .436-.5c.235-.286.628-.794.878-1.347c.385-.855.528-1.522.529-2.46a5.7 5.7 0 0 0-.735-2.88a6 6 0 1 0-9.28 7.336c.15.178.259.387.32.61l-.05 9.901a9.84 9.84 0 0 0 1.546 5.55l.014.02zm.425-5.56l.053-10.144a3.64 3.64 0 0 0-.907-1.819a4 4 0 1 1 6.11-4.957c.322.588.49 1.146.49 1.92c0 .655-.084 1.042-.353 1.639c-.27.599-.999 1.354-.999 1.354a3.75 3.75 0 0 0-.839 2.007l-.06 10a4.36 4.36 0 0 0 .644 2.494a3.5 3.5 0 0 0 1.389 1.187a5.8 5.8 0 0 0 2.226.565a4.36 4.36 0 0 0 2.489-.643c.51-.35.92-.83 1.187-1.389a5.6 5.6 0 0 0 .5-1.568q.054-.318.07-.641a3.7 3.7 0 0 0-.349-1.361c-.157-.353-.296-.59-.413-.79c-.292-.497-.437-.744-.332-1.929l.013-.144l.007-.082a1.3 1.3 0 0 0-.015-.24a1.4 1.4 0 0 0-.161-.464a2 2 0 0 0-.347-.4l-.038-.036c-.195-.189-.365-.355-.365-.559s0-.5.75-.5c.162 0 .345.038.54.106c.224.078.464.197.71.344a6 6 0 0 1 .693.482c.614.483 1.184 1.08 1.517 1.604a7.95 7.95 0 0 1 1.288 4.09a9 9 0 0 1-.115 1.1a9.1 9.1 0 0 1-.818 2.557a7 7 0 0 1-2.375 2.736a7.84 7.84 0 0 1-4.44 1.231a9.1 9.1 0 0 1-3.782-.934a7 7 0 0 1-2.736-2.376a7.84 7.84 0 0 1-1.232-4.44"/></g></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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M10.976%209.055a2.024%202.024%200%201%200%200-4.047a2.024%202.024%200%200%200%200%204.047%22%2F%3E%3Cpath%20d%3D%22M8.827%2027.567a9%209%200%200%200%203.513%203.052a11.1%2011.1%200%200%200%204.608%201.137a9.84%209.84%200%200%200%205.571-1.545l.022-.014l.022-.014a9%209%200%200%200%203.05-3.513c.483-.982.818-2.03.995-3.11q.113-.667.14-1.344l.003-.074l-.002-.073a9.96%209.96%200%200%200-1.606-5.11c-.51-.799-1.306-1.595-2.089-2.19a8%208%200%200%200-1.324-.825c-.437-.21-1.049-.437-1.728-.437c-.522%200-1.432.08-2.112.802a2.4%202.4%200%200%200-.638%201.695v.003c0%20.692.297%201.198.5%201.473c.14.189.3.353.4.45c-.065.85-.034%201.574.278%202.304c.114.267.264.52.346.659l.03.051c.089.152.173.303.27.52l.01.022l.01.023q.12.249.15.522q-.011.142-.035.286l-.002.007l-.001.008a3.6%203.6%200%200%201-.321%201.008l-.005.01l-.005.01a1.5%201.5%200%200%201-.476.574a2.36%202.36%200%200%201-1.301.321a3.8%203.8%200%200%201-1.45-.368l-.013-.006a1.5%201.5%200%200%201-.57-.472a2.36%202.36%200%200%201-.322-1.308l.002-.041l.06-9.927a1.75%201.75%200%200%201%20.348-.818a10%2010%200%200%200%20.436-.5c.235-.286.628-.794.878-1.347c.385-.855.528-1.522.529-2.46a5.7%205.7%200%200%200-.735-2.88a6%206%200%201%200-9.28%207.336c.15.178.259.387.32.61l-.05%209.901a9.84%209.84%200%200%200%201.546%205.55l.014.02zm.425-5.56l.053-10.144a3.64%203.64%200%200%200-.907-1.819a4%204%200%201%201%206.11-4.957c.322.588.49%201.146.49%201.92c0%20.655-.084%201.042-.353%201.639c-.27.599-.999%201.354-.999%201.354a3.75%203.75%200%200%200-.839%202.007l-.06%2010a4.36%204.36%200%200%200%20.644%202.494a3.5%203.5%200%200%200%201.389%201.187a5.8%205.8%200%200%200%202.226.565a4.36%204.36%200%200%200%202.489-.643c.51-.35.92-.83%201.187-1.389a5.6%205.6%200%200%200%20.5-1.568q.054-.318.07-.641a3.7%203.7%200%200%200-.349-1.361c-.157-.353-.296-.59-.413-.79c-.292-.497-.437-.744-.332-1.929l.013-.144l.007-.082a1.3%201.3%200%200%200-.015-.24a1.4%201.4%200%200%200-.161-.464a2%202%200%200%200-.347-.4l-.038-.036c-.195-.189-.365-.355-.365-.559s0-.5.75-.5c.162%200%20.345.038.54.106c.224.078.464.197.71.344a6%206%200%200%201%20.693.482c.614.483%201.184%201.08%201.517%201.604a7.95%207.95%200%200%201%201.288%204.09a9%209%200%200%201-.115%201.1a9.1%209.1%200%200%201-.818%202.557a7%207%200%200%201-2.375%202.736a7.84%207.84%200%200%201-4.44%201.231a9.1%209.1%200%200%201-3.782-.934a7%207%200%200%201-2.736-2.376a7.84%207.84%200%200%201-1.232-4.44%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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M10.976%209.055a2.024%202.024%200%201%200%200-4.047a2.024%202.024%200%200%200%200%204.047%22%2F%3E%3Cpath%20d%3D%22M8.827%2027.567a9%209%200%200%200%203.513%203.052a11.1%2011.1%200%200%200%204.608%201.137a9.84%209.84%200%200%200%205.571-1.545l.022-.014l.022-.014a9%209%200%200%200%203.05-3.513c.483-.982.818-2.03.995-3.11q.113-.667.14-1.344l.003-.074l-.002-.073a9.96%209.96%200%200%200-1.606-5.11c-.51-.799-1.306-1.595-2.089-2.19a8%208%200%200%200-1.324-.825c-.437-.21-1.049-.437-1.728-.437c-.522%200-1.432.08-2.112.802a2.4%202.4%200%200%200-.638%201.695v.003c0%20.692.297%201.198.5%201.473c.14.189.3.353.4.45c-.065.85-.034%201.574.278%202.304c.114.267.264.52.346.659l.03.051c.089.152.173.303.27.52l.01.022l.01.023q.12.249.15.522q-.011.142-.035.286l-.002.007l-.001.008a3.6%203.6%200%200%201-.321%201.008l-.005.01l-.005.01a1.5%201.5%200%200%201-.476.574a2.36%202.36%200%200%201-1.301.321a3.8%203.8%200%200%201-1.45-.368l-.013-.006a1.5%201.5%200%200%201-.57-.472a2.36%202.36%200%200%201-.322-1.308l.002-.041l.06-9.927a1.75%201.75%200%200%201%20.348-.818a10%2010%200%200%200%20.436-.5c.235-.286.628-.794.878-1.347c.385-.855.528-1.522.529-2.46a5.7%205.7%200%200%200-.735-2.88a6%206%200%201%200-9.28%207.336c.15.178.259.387.32.61l-.05%209.901a9.84%209.84%200%200%200%201.546%205.55l.014.02zm.425-5.56l.053-10.144a3.64%203.64%200%200%200-.907-1.819a4%204%200%201%201%206.11-4.957c.322.588.49%201.146.49%201.92c0%20.655-.084%201.042-.353%201.639c-.27.599-.999%201.354-.999%201.354a3.75%203.75%200%200%200-.839%202.007l-.06%2010a4.36%204.36%200%200%200%20.644%202.494a3.5%203.5%200%200%200%201.389%201.187a5.8%205.8%200%200%200%202.226.565a4.36%204.36%200%200%200%202.489-.643c.51-.35.92-.83%201.187-1.389a5.6%205.6%200%200%200%20.5-1.568q.054-.318.07-.641a3.7%203.7%200%200%200-.349-1.361c-.157-.353-.296-.59-.413-.79c-.292-.497-.437-.744-.332-1.929l.013-.144l.007-.082a1.3%201.3%200%200%200-.015-.24a1.4%201.4%200%200%200-.161-.464a2%202%200%200%200-.347-.4l-.038-.036c-.195-.189-.365-.355-.365-.559s0-.5.75-.5c.162%200%20.345.038.54.106c.224.078.464.197.71.344a6%206%200%200%201%20.693.482c.614.483%201.184%201.08%201.517%201.604a7.95%207.95%200%200%201%201.288%204.09a9%209%200%200%201-.115%201.1a9.1%209.1%200%200%201-.818%202.557a7%207%200%200%201-2.375%202.736a7.84%207.84%200%200%201-4.44%201.231a9.1%209.1%200%200%201-3.782-.934a7%207%200%200%201-2.736-2.376a7.84%207.84%200%200%201-1.232-4.44%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/hook.svg?color=%231a73e8&size=48