hook-off from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.

Name
hook-off
Set
Material Design Icons
Style
Filled
Viewbox
24×24
License
Apache 2.0

Use the hook off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 9.86v1.32l2 2V9.86c2.14-.55 3.43-2.73 2.87-4.86A4 4 0 0 0 13 2.11A4.01 4.01 0 0 0 10.13 7c.37 1.4 1.46 2.5 2.87 2.86M14 4a2 2 0 0 1 2 2a2 2 0 0 1-2 2a2 2 0 0 1-2-2a2 2 0 0 1 2-2m4.73 18l-3.87-3.87a5.015 5.015 0 0 1-6.03 3.69C6.6 21.28 5 19.29 5 17v-5l5 5H7a3 3 0 0 0 3 3a3 3 0 0 0 3-3v-.73l-11-11L3.28 4L13 13.72l2 2l5 5z"/></svg>

React

import type { SVGProps } from "react";

export function MdiHookOff(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 9.86v1.32l2 2V9.86c2.14-.55 3.43-2.73 2.87-4.86A4 4 0 0 0 13 2.11A4.01 4.01 0 0 0 10.13 7c.37 1.4 1.46 2.5 2.87 2.86M14 4a2 2 0 0 1 2 2a2 2 0 0 1-2 2a2 2 0 0 1-2-2a2 2 0 0 1 2-2m4.73 18l-3.87-3.87a5.015 5.015 0 0 1-6.03 3.69C6.6 21.28 5 19.29 5 17v-5l5 5H7a3 3 0 0 0 3 3a3 3 0 0 0 3-3v-.73l-11-11L3.28 4L13 13.72l2 2l5 5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 9.86v1.32l2 2V9.86c2.14-.55 3.43-2.73 2.87-4.86A4 4 0 0 0 13 2.11A4.01 4.01 0 0 0 10.13 7c.37 1.4 1.46 2.5 2.87 2.86M14 4a2 2 0 0 1 2 2a2 2 0 0 1-2 2a2 2 0 0 1-2-2a2 2 0 0 1 2-2m4.73 18l-3.87-3.87a5.015 5.015 0 0 1-6.03 3.69C6.6 21.28 5 19.29 5 17v-5l5 5H7a3 3 0 0 0 3 3a3 3 0 0 0 3-3v-.73l-11-11L3.28 4L13 13.72l2 2l5 5z"/></svg>
</template>

CSS

.icon-hook-off {
  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%22currentColor%22%20d%3D%22M13%209.86v1.32l2%202V9.86c2.14-.55%203.43-2.73%202.87-4.86A4%204%200%200%200%2013%202.11A4.01%204.01%200%200%200%2010.13%207c.37%201.4%201.46%202.5%202.87%202.86M14%204a2%202%200%200%201%202%202a2%202%200%200%201-2%202a2%202%200%200%201-2-2a2%202%200%200%201%202-2m4.73%2018l-3.87-3.87a5.015%205.015%200%200%201-6.03%203.69C6.6%2021.28%205%2019.29%205%2017v-5l5%205H7a3%203%200%200%200%203%203a3%203%200%200%200%203-3v-.73l-11-11L3.28%204L13%2013.72l2%202l5%205z%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%22currentColor%22%20d%3D%22M13%209.86v1.32l2%202V9.86c2.14-.55%203.43-2.73%202.87-4.86A4%204%200%200%200%2013%202.11A4.01%204.01%200%200%200%2010.13%207c.37%201.4%201.46%202.5%202.87%202.86M14%204a2%202%200%200%201%202%202a2%202%200%200%201-2%202a2%202%200%200%201-2-2a2%202%200%200%201%202-2m4.73%2018l-3.87-3.87a5.015%205.015%200%200%201-6.03%203.69C6.6%2021.28%205%2019.29%205%2017v-5l5%205H7a3%203%200%200%200%203%203a3%203%200%200%200%203-3v-.73l-11-11L3.28%204L13%2013.72l2%202l5%205z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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