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

Name
mail-fish-hook-48-regular
Set
Fluent UI System Icons
Style
48 Regular
Viewbox
48×48
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 48 48"><path fill="currentColor" d="M31.75 6.5a2.5 2.5 0 1 0 0 5a2.5 2.5 0 0 0 0-5m5 2.5A5 5 0 0 1 33 13.842V18.5a5 5 0 0 0 9.975.5H39.25a1.25 1.25 0 0 1-.884-2.134l5-5a1.25 1.25 0 0 1 2.134.884v5.75a7.5 7.5 0 0 1-15 0v-4.658A5 5 0 1 1 36.75 9M24.82 8H10.25A6.25 6.25 0 0 0 4 14.25v19.5A6.25 6.25 0 0 0 10.25 40h27.5A6.25 6.25 0 0 0 44 33.75v-7.884a9.5 9.5 0 0 1-2.5 1.468v6.416a3.75 3.75 0 0 1-3.75 3.75h-27.5a3.75 3.75 0 0 1-3.75-3.75V17.894l16.914 8.974a1.25 1.25 0 0 0 1.168.002l5.612-2.954a9.5 9.5 0 0 1-1.144-2.223l-5.048 2.657L6.5 15.063v-.813a3.75 3.75 0 0 1 3.75-3.75h14.661a7 7 0 0 1-.09-2.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentMailFishHook48Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M31.75 6.5a2.5 2.5 0 1 0 0 5a2.5 2.5 0 0 0 0-5m5 2.5A5 5 0 0 1 33 13.842V18.5a5 5 0 0 0 9.975.5H39.25a1.25 1.25 0 0 1-.884-2.134l5-5a1.25 1.25 0 0 1 2.134.884v5.75a7.5 7.5 0 0 1-15 0v-4.658A5 5 0 1 1 36.75 9M24.82 8H10.25A6.25 6.25 0 0 0 4 14.25v19.5A6.25 6.25 0 0 0 10.25 40h27.5A6.25 6.25 0 0 0 44 33.75v-7.884a9.5 9.5 0 0 1-2.5 1.468v6.416a3.75 3.75 0 0 1-3.75 3.75h-27.5a3.75 3.75 0 0 1-3.75-3.75V17.894l16.914 8.974a1.25 1.25 0 0 0 1.168.002l5.612-2.954a9.5 9.5 0 0 1-1.144-2.223l-5.048 2.657L6.5 15.063v-.813a3.75 3.75 0 0 1 3.75-3.75h14.661a7 7 0 0 1-.09-2.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M31.75 6.5a2.5 2.5 0 1 0 0 5a2.5 2.5 0 0 0 0-5m5 2.5A5 5 0 0 1 33 13.842V18.5a5 5 0 0 0 9.975.5H39.25a1.25 1.25 0 0 1-.884-2.134l5-5a1.25 1.25 0 0 1 2.134.884v5.75a7.5 7.5 0 0 1-15 0v-4.658A5 5 0 1 1 36.75 9M24.82 8H10.25A6.25 6.25 0 0 0 4 14.25v19.5A6.25 6.25 0 0 0 10.25 40h27.5A6.25 6.25 0 0 0 44 33.75v-7.884a9.5 9.5 0 0 1-2.5 1.468v6.416a3.75 3.75 0 0 1-3.75 3.75h-27.5a3.75 3.75 0 0 1-3.75-3.75V17.894l16.914 8.974a1.25 1.25 0 0 0 1.168.002l5.612-2.954a9.5 9.5 0 0 1-1.144-2.223l-5.048 2.657L6.5 15.063v-.813a3.75 3.75 0 0 1 3.75-3.75h14.661a7 7 0 0 1-.09-2.5"/></svg>
</template>

CSS

.icon-mail-fish-hook-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M31.75%206.5a2.5%202.5%200%201%200%200%205a2.5%202.5%200%200%200%200-5m5%202.5A5%205%200%200%201%2033%2013.842V18.5a5%205%200%200%200%209.975.5H39.25a1.25%201.25%200%200%201-.884-2.134l5-5a1.25%201.25%200%200%201%202.134.884v5.75a7.5%207.5%200%200%201-15%200v-4.658A5%205%200%201%201%2036.75%209M24.82%208H10.25A6.25%206.25%200%200%200%204%2014.25v19.5A6.25%206.25%200%200%200%2010.25%2040h27.5A6.25%206.25%200%200%200%2044%2033.75v-7.884a9.5%209.5%200%200%201-2.5%201.468v6.416a3.75%203.75%200%200%201-3.75%203.75h-27.5a3.75%203.75%200%200%201-3.75-3.75V17.894l16.914%208.974a1.25%201.25%200%200%200%201.168.002l5.612-2.954a9.5%209.5%200%200%201-1.144-2.223l-5.048%202.657L6.5%2015.063v-.813a3.75%203.75%200%200%201%203.75-3.75h14.661a7%207%200%200%201-.09-2.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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M31.75%206.5a2.5%202.5%200%201%200%200%205a2.5%202.5%200%200%200%200-5m5%202.5A5%205%200%200%201%2033%2013.842V18.5a5%205%200%200%200%209.975.5H39.25a1.25%201.25%200%200%201-.884-2.134l5-5a1.25%201.25%200%200%201%202.134.884v5.75a7.5%207.5%200%200%201-15%200v-4.658A5%205%200%201%201%2036.75%209M24.82%208H10.25A6.25%206.25%200%200%200%204%2014.25v19.5A6.25%206.25%200%200%200%2010.25%2040h27.5A6.25%206.25%200%200%200%2044%2033.75v-7.884a9.5%209.5%200%200%201-2.5%201.468v6.416a3.75%203.75%200%200%201-3.75%203.75h-27.5a3.75%203.75%200%200%201-3.75-3.75V17.894l16.914%208.974a1.25%201.25%200%200%200%201.168.002l5.612-2.954a9.5%209.5%200%200%201-1.144-2.223l-5.048%202.657L6.5%2015.063v-.813a3.75%203.75%200%200%201%203.75-3.75h14.661a7%207%200%200%201-.09-2.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-48-regular.svg?color=%231a73e8&size=48