bow tie icon
bow-tie-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- bow-tie-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- License
- MIT
3 other variants in Fluent UI System Icons
The same icon in other sets
Use the bow tie icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 5.766c0-1.92 2.074-3.123 3.74-2.171l3.5 2q.269.154.487.363c.346-.286.79-.458 1.273-.458h2c.484 0 .927.172 1.273.458q.218-.21.487-.363l3.5-2c1.666-.952 3.74.251 3.74 2.17v5.951c0 1.916-2.067 3.12-3.733 2.175l-3.5-1.986a2.5 2.5 0 0 1-.766-.673c-.294.17-.636.268-1.001.268h-2a2 2 0 0 1-1-.268c-.204.27-.463.5-.766.673l-3.5 1.986C4.067 14.836 2 13.632 2 11.716zM8 8a.75.75 0 0 0 0 1.5h1.75V8zm8.75.75A.75.75 0 0 0 16 8h-1.75v1.5H16a.75.75 0 0 0 .75-.75m-7.023 4.025q.284-.16.528-.368c.275.07.495.3.495.584v6.259A1.75 1.75 0 0 1 9 21H6.589a1.75 1.75 0 0 1-1.678-2.247l1.158-3.908q.079-.04.158-.085zm4.017-.368c-.274.07-.494.3-.494.585v6.258c0 .966.784 1.75 1.75 1.75h2.41a1.75 1.75 0 0 0 1.679-2.247l-1.158-3.908a4 4 0 0 1-.158-.085l-3.5-1.985a3.5 3.5 0 0 1-.529-.368"/></svg>
React
import type { SVGProps } from "react";
export function FluentBowTie24Filled(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="M2 5.766c0-1.92 2.074-3.123 3.74-2.171l3.5 2q.269.154.487.363c.346-.286.79-.458 1.273-.458h2c.484 0 .927.172 1.273.458q.218-.21.487-.363l3.5-2c1.666-.952 3.74.251 3.74 2.17v5.951c0 1.916-2.067 3.12-3.733 2.175l-3.5-1.986a2.5 2.5 0 0 1-.766-.673c-.294.17-.636.268-1.001.268h-2a2 2 0 0 1-1-.268c-.204.27-.463.5-.766.673l-3.5 1.986C4.067 14.836 2 13.632 2 11.716zM8 8a.75.75 0 0 0 0 1.5h1.75V8zm8.75.75A.75.75 0 0 0 16 8h-1.75v1.5H16a.75.75 0 0 0 .75-.75m-7.023 4.025q.284-.16.528-.368c.275.07.495.3.495.584v6.259A1.75 1.75 0 0 1 9 21H6.589a1.75 1.75 0 0 1-1.678-2.247l1.158-3.908q.079-.04.158-.085zm4.017-.368c-.274.07-.494.3-.494.585v6.258c0 .966.784 1.75 1.75 1.75h2.41a1.75 1.75 0 0 0 1.679-2.247l-1.158-3.908a4 4 0 0 1-.158-.085l-3.5-1.985a3.5 3.5 0 0 1-.529-.368"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 5.766c0-1.92 2.074-3.123 3.74-2.171l3.5 2q.269.154.487.363c.346-.286.79-.458 1.273-.458h2c.484 0 .927.172 1.273.458q.218-.21.487-.363l3.5-2c1.666-.952 3.74.251 3.74 2.17v5.951c0 1.916-2.067 3.12-3.733 2.175l-3.5-1.986a2.5 2.5 0 0 1-.766-.673c-.294.17-.636.268-1.001.268h-2a2 2 0 0 1-1-.268c-.204.27-.463.5-.766.673l-3.5 1.986C4.067 14.836 2 13.632 2 11.716zM8 8a.75.75 0 0 0 0 1.5h1.75V8zm8.75.75A.75.75 0 0 0 16 8h-1.75v1.5H16a.75.75 0 0 0 .75-.75m-7.023 4.025q.284-.16.528-.368c.275.07.495.3.495.584v6.259A1.75 1.75 0 0 1 9 21H6.589a1.75 1.75 0 0 1-1.678-2.247l1.158-3.908q.079-.04.158-.085zm4.017-.368c-.274.07-.494.3-.494.585v6.258c0 .966.784 1.75 1.75 1.75h2.41a1.75 1.75 0 0 0 1.679-2.247l-1.158-3.908a4 4 0 0 1-.158-.085l-3.5-1.985a3.5 3.5 0 0 1-.529-.368"/></svg> </template>
CSS
.icon-bow-tie-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%205.766c0-1.92%202.074-3.123%203.74-2.171l3.5%202q.269.154.487.363c.346-.286.79-.458%201.273-.458h2c.484%200%20.927.172%201.273.458q.218-.21.487-.363l3.5-2c1.666-.952%203.74.251%203.74%202.17v5.951c0%201.916-2.067%203.12-3.733%202.175l-3.5-1.986a2.5%202.5%200%200%201-.766-.673c-.294.17-.636.268-1.001.268h-2a2%202%200%200%201-1-.268c-.204.27-.463.5-.766.673l-3.5%201.986C4.067%2014.836%202%2013.632%202%2011.716zM8%208a.75.75%200%200%200%200%201.5h1.75V8zm8.75.75A.75.75%200%200%200%2016%208h-1.75v1.5H16a.75.75%200%200%200%20.75-.75m-7.023%204.025q.284-.16.528-.368c.275.07.495.3.495.584v6.259A1.75%201.75%200%200%201%209%2021H6.589a1.75%201.75%200%200%201-1.678-2.247l1.158-3.908q.079-.04.158-.085zm4.017-.368c-.274.07-.494.3-.494.585v6.258c0%20.966.784%201.75%201.75%201.75h2.41a1.75%201.75%200%200%200%201.679-2.247l-1.158-3.908a4%204%200%200%201-.158-.085l-3.5-1.985a3.5%203.5%200%200%201-.529-.368%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%22M2%205.766c0-1.92%202.074-3.123%203.74-2.171l3.5%202q.269.154.487.363c.346-.286.79-.458%201.273-.458h2c.484%200%20.927.172%201.273.458q.218-.21.487-.363l3.5-2c1.666-.952%203.74.251%203.74%202.17v5.951c0%201.916-2.067%203.12-3.733%202.175l-3.5-1.986a2.5%202.5%200%200%201-.766-.673c-.294.17-.636.268-1.001.268h-2a2%202%200%200%201-1-.268c-.204.27-.463.5-.766.673l-3.5%201.986C4.067%2014.836%202%2013.632%202%2011.716zM8%208a.75.75%200%200%200%200%201.5h1.75V8zm8.75.75A.75.75%200%200%200%2016%208h-1.75v1.5H16a.75.75%200%200%200%20.75-.75m-7.023%204.025q.284-.16.528-.368c.275.07.495.3.495.584v6.259A1.75%201.75%200%200%201%209%2021H6.589a1.75%201.75%200%200%201-1.678-2.247l1.158-3.908q.079-.04.158-.085zm4.017-.368c-.274.07-.494.3-.494.585v6.258c0%20.966.784%201.75%201.75%201.75h2.41a1.75%201.75%200%200%200%201.679-2.247l-1.158-3.908a4%204%200%200%201-.158-.085l-3.5-1.985a3.5%203.5%200%200%201-.529-.368%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/bow-tie-24-filled.svg?color=%231a73e8&size=48