mail fish hook icon
mail-fish-hook-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.
- Name
- mail-fish-hook-28-regular
- Set
- Fluent UI System Icons
- Style
- 28 Regular
- Viewbox
- 28×28
- License
- MIT
11 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
mail-add-16-filledmail-alert-16-filledmail-all-20-filledmail-all-accounts-24-filledmail-all-read-16-filledmail-all-unread-20-filledmail-arrow-clockwise-16-filledmail-arrow-double-back-16-filledmail-arrow-down-16-filledmail-arrow-forward-16-filledmail-arrow-up-16-filledmail-attach-16-filledmail-briefcase-48-filledmail-checkmark-16-filledmail-clock-16-filledmail-copy-20-filledmail-data-bar-16-filledmail-dismiss-16-filledmail-edit-20-filledmail-error-16-filledmail-inbox-16-filledmail-inbox-add-16-filledmail-inbox-all-20-filledmail-inbox-arrow-down-16-filled
Use the mail fish hook icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M19.25 3.5a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3m3 1.5A3 3 0 0 1 20 7.905v2.845a2.75 2.75 0 1 0 5.5 0v-.25h-1.75a.75.75 0 0 1-.53-1.28l2.5-2.5a.75.75 0 0 1 1.28.53v3.5a4.25 4.25 0 0 1-8.5 0V7.905A3.001 3.001 0 0 1 19.25 2a3 3 0 0 1 3 3m-6.97.5H5.755a2.25 2.25 0 0 0-2.25 2.25v.781L14 13.907l3.658-1.873c.125.495.32.963.574 1.391l-3.89 1.992a.75.75 0 0 1-.684 0l-10.154-5.2v9.033a2.25 2.25 0 0 0 2.25 2.25H22.25a2.25 2.25 0 0 0 2.25-2.25v-3.549a5.2 5.2 0 0 0 1.5-.828v4.377A3.75 3.75 0 0 1 22.25 23H5.755a3.75 3.75 0 0 1-3.75-3.75V7.75A3.75 3.75 0 0 1 5.754 4h9.622a4 4 0 0 0-.095 1.5"/></svg>
React
import type { SVGProps } from "react";
export function FluentMailFishHook28Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M19.25 3.5a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3m3 1.5A3 3 0 0 1 20 7.905v2.845a2.75 2.75 0 1 0 5.5 0v-.25h-1.75a.75.75 0 0 1-.53-1.28l2.5-2.5a.75.75 0 0 1 1.28.53v3.5a4.25 4.25 0 0 1-8.5 0V7.905A3.001 3.001 0 0 1 19.25 2a3 3 0 0 1 3 3m-6.97.5H5.755a2.25 2.25 0 0 0-2.25 2.25v.781L14 13.907l3.658-1.873c.125.495.32.963.574 1.391l-3.89 1.992a.75.75 0 0 1-.684 0l-10.154-5.2v9.033a2.25 2.25 0 0 0 2.25 2.25H22.25a2.25 2.25 0 0 0 2.25-2.25v-3.549a5.2 5.2 0 0 0 1.5-.828v4.377A3.75 3.75 0 0 1 22.25 23H5.755a3.75 3.75 0 0 1-3.75-3.75V7.75A3.75 3.75 0 0 1 5.754 4h9.622a4 4 0 0 0-.095 1.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M19.25 3.5a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3m3 1.5A3 3 0 0 1 20 7.905v2.845a2.75 2.75 0 1 0 5.5 0v-.25h-1.75a.75.75 0 0 1-.53-1.28l2.5-2.5a.75.75 0 0 1 1.28.53v3.5a4.25 4.25 0 0 1-8.5 0V7.905A3.001 3.001 0 0 1 19.25 2a3 3 0 0 1 3 3m-6.97.5H5.755a2.25 2.25 0 0 0-2.25 2.25v.781L14 13.907l3.658-1.873c.125.495.32.963.574 1.391l-3.89 1.992a.75.75 0 0 1-.684 0l-10.154-5.2v9.033a2.25 2.25 0 0 0 2.25 2.25H22.25a2.25 2.25 0 0 0 2.25-2.25v-3.549a5.2 5.2 0 0 0 1.5-.828v4.377A3.75 3.75 0 0 1 22.25 23H5.755a3.75 3.75 0 0 1-3.75-3.75V7.75A3.75 3.75 0 0 1 5.754 4h9.622a4 4 0 0 0-.095 1.5"/></svg> </template>
CSS
.icon-mail-fish-hook-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.25%203.5a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3m3%201.5A3%203%200%200%201%2020%207.905v2.845a2.75%202.75%200%201%200%205.5%200v-.25h-1.75a.75.75%200%200%201-.53-1.28l2.5-2.5a.75.75%200%200%201%201.28.53v3.5a4.25%204.25%200%200%201-8.5%200V7.905A3.001%203.001%200%200%201%2019.25%202a3%203%200%200%201%203%203m-6.97.5H5.755a2.25%202.25%200%200%200-2.25%202.25v.781L14%2013.907l3.658-1.873c.125.495.32.963.574%201.391l-3.89%201.992a.75.75%200%200%201-.684%200l-10.154-5.2v9.033a2.25%202.25%200%200%200%202.25%202.25H22.25a2.25%202.25%200%200%200%202.25-2.25v-3.549a5.2%205.2%200%200%200%201.5-.828v4.377A3.75%203.75%200%200%201%2022.25%2023H5.755a3.75%203.75%200%200%201-3.75-3.75V7.75A3.75%203.75%200%200%201%205.754%204h9.622a4%204%200%200%200-.095%201.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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.25%203.5a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3m3%201.5A3%203%200%200%201%2020%207.905v2.845a2.75%202.75%200%201%200%205.5%200v-.25h-1.75a.75.75%200%200%201-.53-1.28l2.5-2.5a.75.75%200%200%201%201.28.53v3.5a4.25%204.25%200%200%201-8.5%200V7.905A3.001%203.001%200%200%201%2019.25%202a3%203%200%200%201%203%203m-6.97.5H5.755a2.25%202.25%200%200%200-2.25%202.25v.781L14%2013.907l3.658-1.873c.125.495.32.963.574%201.391l-3.89%201.992a.75.75%200%200%201-.684%200l-10.154-5.2v9.033a2.25%202.25%200%200%200%202.25%202.25H22.25a2.25%202.25%200%200%200%202.25-2.25v-3.549a5.2%205.2%200%200%200%201.5-.828v4.377A3.75%203.75%200%200%201%2022.25%2023H5.755a3.75%203.75%200%200%201-3.75-3.75V7.75A3.75%203.75%200%200%201%205.754%204h9.622a4%204%200%200%200-.095%201.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-28-regular.svg?color=%231a73e8&size=48