bow-tie-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.

Name
bow-tie-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
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 20 20"><path fill="currentColor" d="M7.458 4.635c.283.154.518.37.694.628A1.5 1.5 0 0 1 9 5h2c.315 0 .607.097.848.263c.176-.257.411-.474.694-.628l2.5-1.364C16.375 2.544 18 3.509 18 5.027v4.946c0 1.518-1.625 2.483-2.958 1.756l-2.5-1.364a2 2 0 0 1-.694-.628A1.5 1.5 0 0 1 11 10H9a1.5 1.5 0 0 1-.848-.263a2 2 0 0 1-.694.628l-2.5 1.364C3.625 12.456 2 11.491 2 9.973V5.027C2 3.509 3.625 2.544 4.958 3.27zM5.5 7.5A.5.5 0 0 0 6 8h2V7H6a.5.5 0 0 0-.5.5M14 7h-2v1h2a.5.5 0 0 0 0-1m-5.695 4.05c-.129.066-.233.12-.368.193L5.542 12.55l-.958 2.394A1.5 1.5 0 0 0 5.977 17H7.5A1.5 1.5 0 0 0 9 15.5V11h-.6zM11 15.5V11h.594l.187.096c.092.047.18.092.282.147l2.395 1.306l.958 2.394A1.5 1.5 0 0 1 14.023 17H12.5a1.5 1.5 0 0 1-1.5-1.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentBowTie20Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M7.458 4.635c.283.154.518.37.694.628A1.5 1.5 0 0 1 9 5h2c.315 0 .607.097.848.263c.176-.257.411-.474.694-.628l2.5-1.364C16.375 2.544 18 3.509 18 5.027v4.946c0 1.518-1.625 2.483-2.958 1.756l-2.5-1.364a2 2 0 0 1-.694-.628A1.5 1.5 0 0 1 11 10H9a1.5 1.5 0 0 1-.848-.263a2 2 0 0 1-.694.628l-2.5 1.364C3.625 12.456 2 11.491 2 9.973V5.027C2 3.509 3.625 2.544 4.958 3.27zM5.5 7.5A.5.5 0 0 0 6 8h2V7H6a.5.5 0 0 0-.5.5M14 7h-2v1h2a.5.5 0 0 0 0-1m-5.695 4.05c-.129.066-.233.12-.368.193L5.542 12.55l-.958 2.394A1.5 1.5 0 0 0 5.977 17H7.5A1.5 1.5 0 0 0 9 15.5V11h-.6zM11 15.5V11h.594l.187.096c.092.047.18.092.282.147l2.395 1.306l.958 2.394A1.5 1.5 0 0 1 14.023 17H12.5a1.5 1.5 0 0 1-1.5-1.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M7.458 4.635c.283.154.518.37.694.628A1.5 1.5 0 0 1 9 5h2c.315 0 .607.097.848.263c.176-.257.411-.474.694-.628l2.5-1.364C16.375 2.544 18 3.509 18 5.027v4.946c0 1.518-1.625 2.483-2.958 1.756l-2.5-1.364a2 2 0 0 1-.694-.628A1.5 1.5 0 0 1 11 10H9a1.5 1.5 0 0 1-.848-.263a2 2 0 0 1-.694.628l-2.5 1.364C3.625 12.456 2 11.491 2 9.973V5.027C2 3.509 3.625 2.544 4.958 3.27zM5.5 7.5A.5.5 0 0 0 6 8h2V7H6a.5.5 0 0 0-.5.5M14 7h-2v1h2a.5.5 0 0 0 0-1m-5.695 4.05c-.129.066-.233.12-.368.193L5.542 12.55l-.958 2.394A1.5 1.5 0 0 0 5.977 17H7.5A1.5 1.5 0 0 0 9 15.5V11h-.6zM11 15.5V11h.594l.187.096c.092.047.18.092.282.147l2.395 1.306l.958 2.394A1.5 1.5 0 0 1 14.023 17H12.5a1.5 1.5 0 0 1-1.5-1.5"/></svg>
</template>

CSS

.icon-bow-tie-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.458%204.635c.283.154.518.37.694.628A1.5%201.5%200%200%201%209%205h2c.315%200%20.607.097.848.263c.176-.257.411-.474.694-.628l2.5-1.364C16.375%202.544%2018%203.509%2018%205.027v4.946c0%201.518-1.625%202.483-2.958%201.756l-2.5-1.364a2%202%200%200%201-.694-.628A1.5%201.5%200%200%201%2011%2010H9a1.5%201.5%200%200%201-.848-.263a2%202%200%200%201-.694.628l-2.5%201.364C3.625%2012.456%202%2011.491%202%209.973V5.027C2%203.509%203.625%202.544%204.958%203.27zM5.5%207.5A.5.5%200%200%200%206%208h2V7H6a.5.5%200%200%200-.5.5M14%207h-2v1h2a.5.5%200%200%200%200-1m-5.695%204.05c-.129.066-.233.12-.368.193L5.542%2012.55l-.958%202.394A1.5%201.5%200%200%200%205.977%2017H7.5A1.5%201.5%200%200%200%209%2015.5V11h-.6zM11%2015.5V11h.594l.187.096c.092.047.18.092.282.147l2.395%201.306l.958%202.394A1.5%201.5%200%200%201%2014.023%2017H12.5a1.5%201.5%200%200%201-1.5-1.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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.458%204.635c.283.154.518.37.694.628A1.5%201.5%200%200%201%209%205h2c.315%200%20.607.097.848.263c.176-.257.411-.474.694-.628l2.5-1.364C16.375%202.544%2018%203.509%2018%205.027v4.946c0%201.518-1.625%202.483-2.958%201.756l-2.5-1.364a2%202%200%200%201-.694-.628A1.5%201.5%200%200%201%2011%2010H9a1.5%201.5%200%200%201-.848-.263a2%202%200%200%201-.694.628l-2.5%201.364C3.625%2012.456%202%2011.491%202%209.973V5.027C2%203.509%203.625%202.544%204.958%203.27zM5.5%207.5A.5.5%200%200%200%206%208h2V7H6a.5.5%200%200%200-.5.5M14%207h-2v1h2a.5.5%200%200%200%200-1m-5.695%204.05c-.129.066-.233.12-.368.193L5.542%2012.55l-.958%202.394A1.5%201.5%200%200%200%205.977%2017H7.5A1.5%201.5%200%200%200%209%2015.5V11h-.6zM11%2015.5V11h.594l.187.096c.092.047.18.092.282.147l2.395%201.306l.958%202.394A1.5%201.5%200%200%201%2014.023%2017H12.5a1.5%201.5%200%200%201-1.5-1.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/bow-tie-20-filled.svg?color=%231a73e8&size=48