mail fish hook icon
mail-fish-hook-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.
- Name
- mail-fish-hook-28-filled
- Set
- Fluent UI System Icons
- Style
- 28 Filled
- 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.874-1A4.01 4.01 0 0 0 17.5 8.598v2.152q.002.666.158 1.284L14 13.907L2.004 7.764V7.75A3.75 3.75 0 0 1 5.754 4zm2.856 9.425l-3.89 1.992a.75.75 0 0 1-.684 0L2.004 9.45v9.801A3.75 3.75 0 0 0 5.754 23H22.25A3.75 3.75 0 0 0 26 19.25v-4.377a5.247 5.247 0 0 1-7.769-1.448"/></svg>
React
import type { SVGProps } from "react";
export function FluentMailFishHook28Filled(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.874-1A4.01 4.01 0 0 0 17.5 8.598v2.152q.002.666.158 1.284L14 13.907L2.004 7.764V7.75A3.75 3.75 0 0 1 5.754 4zm2.856 9.425l-3.89 1.992a.75.75 0 0 1-.684 0L2.004 9.45v9.801A3.75 3.75 0 0 0 5.754 23H22.25A3.75 3.75 0 0 0 26 19.25v-4.377a5.247 5.247 0 0 1-7.769-1.448"/></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.874-1A4.01 4.01 0 0 0 17.5 8.598v2.152q.002.666.158 1.284L14 13.907L2.004 7.764V7.75A3.75 3.75 0 0 1 5.754 4zm2.856 9.425l-3.89 1.992a.75.75 0 0 1-.684 0L2.004 9.45v9.801A3.75 3.75 0 0 0 5.754 23H22.25A3.75 3.75 0 0 0 26 19.25v-4.377a5.247 5.247 0 0 1-7.769-1.448"/></svg> </template>
CSS
.icon-mail-fish-hook-28-filled {
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.874-1A4.01%204.01%200%200%200%2017.5%208.598v2.152q.002.666.158%201.284L14%2013.907L2.004%207.764V7.75A3.75%203.75%200%200%201%205.754%204zm2.856%209.425l-3.89%201.992a.75.75%200%200%201-.684%200L2.004%209.45v9.801A3.75%203.75%200%200%200%205.754%2023H22.25A3.75%203.75%200%200%200%2026%2019.25v-4.377a5.247%205.247%200%200%201-7.769-1.448%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.874-1A4.01%204.01%200%200%200%2017.5%208.598v2.152q.002.666.158%201.284L14%2013.907L2.004%207.764V7.75A3.75%203.75%200%200%201%205.754%204zm2.856%209.425l-3.89%201.992a.75.75%200%200%201-.684%200L2.004%209.45v9.801A3.75%203.75%200%200%200%205.754%2023H22.25A3.75%203.75%200%200%200%2026%2019.25v-4.377a5.247%205.247%200%200%201-7.769-1.448%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-filled.svg?color=%231a73e8&size=48