mail-fish-hook-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
mail-fish-hook-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

11 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the mail fish hook icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.25 3.5a1 1 0 1 0 0 2a1 1 0 0 0 0-2m2.5 1c0 1.12-.736 2.067-1.75 2.386V9.25a2.25 2.25 0 0 0 4.5 0V9h-1.25a.75.75 0 0 1-.53-1.28l2-2a.75.75 0 0 1 1.28.53v3a3.75 3.75 0 1 1-7.5 0V6.886A2.501 2.501 0 1 1 18.75 4.5M12.785 4H5.25l-.184.005A3.25 3.25 0 0 0 2 7.25v9.5l.005.184A3.25 3.25 0 0 0 5.25 20h13.5l.184-.005A3.25 3.25 0 0 0 22 16.75v-3.627a4.7 4.7 0 0 1-1.5.71v2.917l-.006.143A1.75 1.75 0 0 1 18.75 18.5H5.25l-.144-.006A1.75 1.75 0 0 1 3.5 16.75V9.374l8.15 4.29l.097.042a.75.75 0 0 0 .602-.042l3.064-1.613a4.7 4.7 0 0 1-.683-1.336L12 12.153L3.5 7.679V7.25l.006-.144A1.75 1.75 0 0 1 5.25 5.5h7.645a3.5 3.5 0 0 1-.11-1.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentMailFishHook24Regular(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="M16.25 3.5a1 1 0 1 0 0 2a1 1 0 0 0 0-2m2.5 1c0 1.12-.736 2.067-1.75 2.386V9.25a2.25 2.25 0 0 0 4.5 0V9h-1.25a.75.75 0 0 1-.53-1.28l2-2a.75.75 0 0 1 1.28.53v3a3.75 3.75 0 1 1-7.5 0V6.886A2.501 2.501 0 1 1 18.75 4.5M12.785 4H5.25l-.184.005A3.25 3.25 0 0 0 2 7.25v9.5l.005.184A3.25 3.25 0 0 0 5.25 20h13.5l.184-.005A3.25 3.25 0 0 0 22 16.75v-3.627a4.7 4.7 0 0 1-1.5.71v2.917l-.006.143A1.75 1.75 0 0 1 18.75 18.5H5.25l-.144-.006A1.75 1.75 0 0 1 3.5 16.75V9.374l8.15 4.29l.097.042a.75.75 0 0 0 .602-.042l3.064-1.613a4.7 4.7 0 0 1-.683-1.336L12 12.153L3.5 7.679V7.25l.006-.144A1.75 1.75 0 0 1 5.25 5.5h7.645a3.5 3.5 0 0 1-.11-1.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.25 3.5a1 1 0 1 0 0 2a1 1 0 0 0 0-2m2.5 1c0 1.12-.736 2.067-1.75 2.386V9.25a2.25 2.25 0 0 0 4.5 0V9h-1.25a.75.75 0 0 1-.53-1.28l2-2a.75.75 0 0 1 1.28.53v3a3.75 3.75 0 1 1-7.5 0V6.886A2.501 2.501 0 1 1 18.75 4.5M12.785 4H5.25l-.184.005A3.25 3.25 0 0 0 2 7.25v9.5l.005.184A3.25 3.25 0 0 0 5.25 20h13.5l.184-.005A3.25 3.25 0 0 0 22 16.75v-3.627a4.7 4.7 0 0 1-1.5.71v2.917l-.006.143A1.75 1.75 0 0 1 18.75 18.5H5.25l-.144-.006A1.75 1.75 0 0 1 3.5 16.75V9.374l8.15 4.29l.097.042a.75.75 0 0 0 .602-.042l3.064-1.613a4.7 4.7 0 0 1-.683-1.336L12 12.153L3.5 7.679V7.25l.006-.144A1.75 1.75 0 0 1 5.25 5.5h7.645a3.5 3.5 0 0 1-.11-1.5"/></svg>
</template>

CSS

.icon-mail-fish-hook-24-regular {
  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%22M16.25%203.5a1%201%200%201%200%200%202a1%201%200%200%200%200-2m2.5%201c0%201.12-.736%202.067-1.75%202.386V9.25a2.25%202.25%200%200%200%204.5%200V9h-1.25a.75.75%200%200%201-.53-1.28l2-2a.75.75%200%200%201%201.28.53v3a3.75%203.75%200%201%201-7.5%200V6.886A2.501%202.501%200%201%201%2018.75%204.5M12.785%204H5.25l-.184.005A3.25%203.25%200%200%200%202%207.25v9.5l.005.184A3.25%203.25%200%200%200%205.25%2020h13.5l.184-.005A3.25%203.25%200%200%200%2022%2016.75v-3.627a4.7%204.7%200%200%201-1.5.71v2.917l-.006.143A1.75%201.75%200%200%201%2018.75%2018.5H5.25l-.144-.006A1.75%201.75%200%200%201%203.5%2016.75V9.374l8.15%204.29l.097.042a.75.75%200%200%200%20.602-.042l3.064-1.613a4.7%204.7%200%200%201-.683-1.336L12%2012.153L3.5%207.679V7.25l.006-.144A1.75%201.75%200%200%201%205.25%205.5h7.645a3.5%203.5%200%200%201-.11-1.5%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%22M16.25%203.5a1%201%200%201%200%200%202a1%201%200%200%200%200-2m2.5%201c0%201.12-.736%202.067-1.75%202.386V9.25a2.25%202.25%200%200%200%204.5%200V9h-1.25a.75.75%200%200%201-.53-1.28l2-2a.75.75%200%200%201%201.28.53v3a3.75%203.75%200%201%201-7.5%200V6.886A2.501%202.501%200%201%201%2018.75%204.5M12.785%204H5.25l-.184.005A3.25%203.25%200%200%200%202%207.25v9.5l.005.184A3.25%203.25%200%200%200%205.25%2020h13.5l.184-.005A3.25%203.25%200%200%200%2022%2016.75v-3.627a4.7%204.7%200%200%201-1.5.71v2.917l-.006.143A1.75%201.75%200%200%201%2018.75%2018.5H5.25l-.144-.006A1.75%201.75%200%200%201%203.5%2016.75V9.374l8.15%204.29l.097.042a.75.75%200%200%200%20.602-.042l3.064-1.613a4.7%204.7%200%200%201-.683-1.336L12%2012.153L3.5%207.679V7.25l.006-.144A1.75%201.75%200%200%201%205.25%205.5h7.645a3.5%203.5%200%200%201-.11-1.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/mail-fish-hook-24-regular.svg?color=%231a73e8&size=48