bow-tie from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
bow-tie
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the bow tie icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M10 9.502c-1-1-3.979-3.723-5.34-3.488c-3.547.613-3.547 11.363 0 11.976c1.361.235 4.34-2.487 5.34-3.488m4-5c1-1 3.979-3.723 5.34-3.488c3.547.613 3.547 11.363 0 11.976c-1.361.235-4.34-2.487-5.34-3.488"/><path d="M9.5 12.002c0-2.099.622-3 2.5-3c1.749 0 2.5.746 2.5 3c0 2.099-.622 3-2.5 3s-2.5-.901-2.5-3m-.5 0H8m8 0h-1"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsBowTie(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M10 9.502c-1-1-3.979-3.723-5.34-3.488c-3.547.613-3.547 11.363 0 11.976c1.361.235 4.34-2.487 5.34-3.488m4-5c1-1 3.979-3.723 5.34-3.488c3.547.613 3.547 11.363 0 11.976c-1.361.235-4.34-2.487-5.34-3.488"/><path d="M9.5 12.002c0-2.099.622-3 2.5-3c1.749 0 2.5.746 2.5 3c0 2.099-.622 3-2.5 3s-2.5-.901-2.5-3m-.5 0H8m8 0h-1"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M10 9.502c-1-1-3.979-3.723-5.34-3.488c-3.547.613-3.547 11.363 0 11.976c1.361.235 4.34-2.487 5.34-3.488m4-5c1-1 3.979-3.723 5.34-3.488c3.547.613 3.547 11.363 0 11.976c-1.361.235-4.34-2.487-5.34-3.488"/><path d="M9.5 12.002c0-2.099.622-3 2.5-3c1.749 0 2.5.746 2.5 3c0 2.099-.622 3-2.5 3s-2.5-.901-2.5-3m-.5 0H8m8 0h-1"/></g></svg>
</template>

CSS

.icon-bow-tie {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M10%209.502c-1-1-3.979-3.723-5.34-3.488c-3.547.613-3.547%2011.363%200%2011.976c1.361.235%204.34-2.487%205.34-3.488m4-5c1-1%203.979-3.723%205.34-3.488c3.547.613%203.547%2011.363%200%2011.976c-1.361.235-4.34-2.487-5.34-3.488%22%2F%3E%3Cpath%20d%3D%22M9.5%2012.002c0-2.099.622-3%202.5-3c1.749%200%202.5.746%202.5%203c0%202.099-.622%203-2.5%203s-2.5-.901-2.5-3m-.5%200H8m8%200h-1%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M10%209.502c-1-1-3.979-3.723-5.34-3.488c-3.547.613-3.547%2011.363%200%2011.976c1.361.235%204.34-2.487%205.34-3.488m4-5c1-1%203.979-3.723%205.34-3.488c3.547.613%203.547%2011.363%200%2011.976c-1.361.235-4.34-2.487-5.34-3.488%22%2F%3E%3Cpath%20d%3D%22M9.5%2012.002c0-2.099.622-3%202.5-3c1.749%200%202.5.746%202.5%203c0%202.099-.622%203-2.5%203s-2.5-.901-2.5-3m-.5%200H8m8%200h-1%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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