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

Name
mail-fish-hook-32-regular
Set
Fluent UI System Icons
Style
32 Regular
Viewbox
32×32
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 32 32"><path fill="currentColor" d="M21 4.5a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3M24.5 6A3.5 3.5 0 0 1 22 9.355V12.5a3 3 0 0 0 5.959.5H26a1 1 0 0 1-.707-1.707l3-3A1 1 0 0 1 30 9v3.5a5 5 0 0 1-10 0V9.355A3.502 3.502 0 0 1 21 2.5A3.5 3.5 0 0 1 24.5 6M30 16.653a6.5 6.5 0 0 1-2 1.615V22.5a2.5 2.5 0 0 1-2.5 2.5h-19A2.5 2.5 0 0 1 4 22.5v-9.826l11.526 6.207a1 1 0 0 0 .948 0l3.72-2.004a6.5 6.5 0 0 1-1.107-1.675L16 16.864L4 10.403V9.5A2.5 2.5 0 0 1 6.5 7h9.6a5 5 0 0 1 0-2H6.5A4.5 4.5 0 0 0 2 9.5v13A4.5 4.5 0 0 0 6.5 27h19a4.5 4.5 0 0 0 4.5-4.5z"/></svg>

React

import type { SVGProps } from "react";

export function FluentMailFishHook32Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M21 4.5a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3M24.5 6A3.5 3.5 0 0 1 22 9.355V12.5a3 3 0 0 0 5.959.5H26a1 1 0 0 1-.707-1.707l3-3A1 1 0 0 1 30 9v3.5a5 5 0 0 1-10 0V9.355A3.502 3.502 0 0 1 21 2.5A3.5 3.5 0 0 1 24.5 6M30 16.653a6.5 6.5 0 0 1-2 1.615V22.5a2.5 2.5 0 0 1-2.5 2.5h-19A2.5 2.5 0 0 1 4 22.5v-9.826l11.526 6.207a1 1 0 0 0 .948 0l3.72-2.004a6.5 6.5 0 0 1-1.107-1.675L16 16.864L4 10.403V9.5A2.5 2.5 0 0 1 6.5 7h9.6a5 5 0 0 1 0-2H6.5A4.5 4.5 0 0 0 2 9.5v13A4.5 4.5 0 0 0 6.5 27h19a4.5 4.5 0 0 0 4.5-4.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M21 4.5a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3M24.5 6A3.5 3.5 0 0 1 22 9.355V12.5a3 3 0 0 0 5.959.5H26a1 1 0 0 1-.707-1.707l3-3A1 1 0 0 1 30 9v3.5a5 5 0 0 1-10 0V9.355A3.502 3.502 0 0 1 21 2.5A3.5 3.5 0 0 1 24.5 6M30 16.653a6.5 6.5 0 0 1-2 1.615V22.5a2.5 2.5 0 0 1-2.5 2.5h-19A2.5 2.5 0 0 1 4 22.5v-9.826l11.526 6.207a1 1 0 0 0 .948 0l3.72-2.004a6.5 6.5 0 0 1-1.107-1.675L16 16.864L4 10.403V9.5A2.5 2.5 0 0 1 6.5 7h9.6a5 5 0 0 1 0-2H6.5A4.5 4.5 0 0 0 2 9.5v13A4.5 4.5 0 0 0 6.5 27h19a4.5 4.5 0 0 0 4.5-4.5z"/></svg>
</template>

CSS

.icon-mail-fish-hook-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21%204.5a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3M24.5%206A3.5%203.5%200%200%201%2022%209.355V12.5a3%203%200%200%200%205.959.5H26a1%201%200%200%201-.707-1.707l3-3A1%201%200%200%201%2030%209v3.5a5%205%200%200%201-10%200V9.355A3.502%203.502%200%200%201%2021%202.5A3.5%203.5%200%200%201%2024.5%206M30%2016.653a6.5%206.5%200%200%201-2%201.615V22.5a2.5%202.5%200%200%201-2.5%202.5h-19A2.5%202.5%200%200%201%204%2022.5v-9.826l11.526%206.207a1%201%200%200%200%20.948%200l3.72-2.004a6.5%206.5%200%200%201-1.107-1.675L16%2016.864L4%2010.403V9.5A2.5%202.5%200%200%201%206.5%207h9.6a5%205%200%200%201%200-2H6.5A4.5%204.5%200%200%200%202%209.5v13A4.5%204.5%200%200%200%206.5%2027h19a4.5%204.5%200%200%200%204.5-4.5z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21%204.5a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3M24.5%206A3.5%203.5%200%200%201%2022%209.355V12.5a3%203%200%200%200%205.959.5H26a1%201%200%200%201-.707-1.707l3-3A1%201%200%200%201%2030%209v3.5a5%205%200%200%201-10%200V9.355A3.502%203.502%200%200%201%2021%202.5A3.5%203.5%200%200%201%2024.5%206M30%2016.653a6.5%206.5%200%200%201-2%201.615V22.5a2.5%202.5%200%200%201-2.5%202.5h-19A2.5%202.5%200%200%201%204%2022.5v-9.826l11.526%206.207a1%201%200%200%200%20.948%200l3.72-2.004a6.5%206.5%200%200%201-1.107-1.675L16%2016.864L4%2010.403V9.5A2.5%202.5%200%200%201%206.5%207h9.6a5%205%200%200%201%200-2H6.5A4.5%204.5%200%200%200%202%209.5v13A4.5%204.5%200%200%200%206.5%2027h19a4.5%204.5%200%200%200%204.5-4.5z%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-32-regular.svg?color=%231a73e8&size=48