bowknot-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
bowknot-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

Use the bowknot icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M11.916 18.28c-.552.631-1.206 1.143-1.827 1.7a1 1 0 0 1-.9.228l-3.076-.735a1 1 0 0 1-.355-1.782c.589-.426 1.177-.853 1.72-1.337c.653-.582.998-1.118 1.284-1.94l-2.818.577c-1.144.234-2.835-.05-3.353-1.668c-.339-1.059-.469-2.572.079-4.617s1.418-3.29 2.24-4.038c1.258-1.142 2.864-.543 3.738.232l2.505 2.221a3 3 0 0 1 1.694 0L15.352 4.9c.874-.775 2.48-1.374 3.737-.232c.823.747 1.693 1.993 2.241 4.038s.418 3.558.079 4.617c-.518 1.617-2.209 1.902-3.353 1.668l-2.043-.418c.304.672.394 1.416.42 2.004c.044.967-.083 1.997-.1 2.3a1 1 0 0 1-.475.797l-2.694 1.656a1 1 0 0 1-1.511-1.01c.108-.677.216-1.355.263-2.04m1.093-3.933l.93.694c.262.22.458.75.497 1.626c.026.588-.019 1.121-.058 1.57l-.475.291a9 9 0 0 0-.01-1.735c-.054-.472-.174-1-.45-1.448a4 4 0 0 1-.434-.998m-2.046.041c.079.394.11.786.146 1.186c.03.34-.208.855-.799 1.502c-.397.434-.806.779-1.15 1.068l-.543-.13a9 9 0 0 0 1.22-1.233c.295-.372.585-.83.707-1.342c.09-.38.237-.73.419-1.05M12 9a1 1 0 0 0-1 1v1a1 1 0 0 0 2 0v-1a1 1 0 0 0-1-1" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteBowknotFill(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" fillRule="evenodd" d="M11.916 18.28c-.552.631-1.206 1.143-1.827 1.7a1 1 0 0 1-.9.228l-3.076-.735a1 1 0 0 1-.355-1.782c.589-.426 1.177-.853 1.72-1.337c.653-.582.998-1.118 1.284-1.94l-2.818.577c-1.144.234-2.835-.05-3.353-1.668c-.339-1.059-.469-2.572.079-4.617s1.418-3.29 2.24-4.038c1.258-1.142 2.864-.543 3.738.232l2.505 2.221a3 3 0 0 1 1.694 0L15.352 4.9c.874-.775 2.48-1.374 3.737-.232c.823.747 1.693 1.993 2.241 4.038s.418 3.558.079 4.617c-.518 1.617-2.209 1.902-3.353 1.668l-2.043-.418c.304.672.394 1.416.42 2.004c.044.967-.083 1.997-.1 2.3a1 1 0 0 1-.475.797l-2.694 1.656a1 1 0 0 1-1.511-1.01c.108-.677.216-1.355.263-2.04m1.093-3.933l.93.694c.262.22.458.75.497 1.626c.026.588-.019 1.121-.058 1.57l-.475.291a9 9 0 0 0-.01-1.735c-.054-.472-.174-1-.45-1.448a4 4 0 0 1-.434-.998m-2.046.041c.079.394.11.786.146 1.186c.03.34-.208.855-.799 1.502c-.397.434-.806.779-1.15 1.068l-.543-.13a9 9 0 0 0 1.22-1.233c.295-.372.585-.83.707-1.342c.09-.38.237-.73.419-1.05M12 9a1 1 0 0 0-1 1v1a1 1 0 0 0 2 0v-1a1 1 0 0 0-1-1" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M11.916 18.28c-.552.631-1.206 1.143-1.827 1.7a1 1 0 0 1-.9.228l-3.076-.735a1 1 0 0 1-.355-1.782c.589-.426 1.177-.853 1.72-1.337c.653-.582.998-1.118 1.284-1.94l-2.818.577c-1.144.234-2.835-.05-3.353-1.668c-.339-1.059-.469-2.572.079-4.617s1.418-3.29 2.24-4.038c1.258-1.142 2.864-.543 3.738.232l2.505 2.221a3 3 0 0 1 1.694 0L15.352 4.9c.874-.775 2.48-1.374 3.737-.232c.823.747 1.693 1.993 2.241 4.038s.418 3.558.079 4.617c-.518 1.617-2.209 1.902-3.353 1.668l-2.043-.418c.304.672.394 1.416.42 2.004c.044.967-.083 1.997-.1 2.3a1 1 0 0 1-.475.797l-2.694 1.656a1 1 0 0 1-1.511-1.01c.108-.677.216-1.355.263-2.04m1.093-3.933l.93.694c.262.22.458.75.497 1.626c.026.588-.019 1.121-.058 1.57l-.475.291a9 9 0 0 0-.01-1.735c-.054-.472-.174-1-.45-1.448a4 4 0 0 1-.434-.998m-2.046.041c.079.394.11.786.146 1.186c.03.34-.208.855-.799 1.502c-.397.434-.806.779-1.15 1.068l-.543-.13a9 9 0 0 0 1.22-1.233c.295-.372.585-.83.707-1.342c.09-.38.237-.73.419-1.05M12 9a1 1 0 0 0-1 1v1a1 1 0 0 0 2 0v-1a1 1 0 0 0-1-1" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-bowknot-fill {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M11.916%2018.28c-.552.631-1.206%201.143-1.827%201.7a1%201%200%200%201-.9.228l-3.076-.735a1%201%200%200%201-.355-1.782c.589-.426%201.177-.853%201.72-1.337c.653-.582.998-1.118%201.284-1.94l-2.818.577c-1.144.234-2.835-.05-3.353-1.668c-.339-1.059-.469-2.572.079-4.617s1.418-3.29%202.24-4.038c1.258-1.142%202.864-.543%203.738.232l2.505%202.221a3%203%200%200%201%201.694%200L15.352%204.9c.874-.775%202.48-1.374%203.737-.232c.823.747%201.693%201.993%202.241%204.038s.418%203.558.079%204.617c-.518%201.617-2.209%201.902-3.353%201.668l-2.043-.418c.304.672.394%201.416.42%202.004c.044.967-.083%201.997-.1%202.3a1%201%200%200%201-.475.797l-2.694%201.656a1%201%200%200%201-1.511-1.01c.108-.677.216-1.355.263-2.04m1.093-3.933l.93.694c.262.22.458.75.497%201.626c.026.588-.019%201.121-.058%201.57l-.475.291a9%209%200%200%200-.01-1.735c-.054-.472-.174-1-.45-1.448a4%204%200%200%201-.434-.998m-2.046.041c.079.394.11.786.146%201.186c.03.34-.208.855-.799%201.502c-.397.434-.806.779-1.15%201.068l-.543-.13a9%209%200%200%200%201.22-1.233c.295-.372.585-.83.707-1.342c.09-.38.237-.73.419-1.05M12%209a1%201%200%200%200-1%201v1a1%201%200%200%200%202%200v-1a1%201%200%200%200-1-1%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M11.916%2018.28c-.552.631-1.206%201.143-1.827%201.7a1%201%200%200%201-.9.228l-3.076-.735a1%201%200%200%201-.355-1.782c.589-.426%201.177-.853%201.72-1.337c.653-.582.998-1.118%201.284-1.94l-2.818.577c-1.144.234-2.835-.05-3.353-1.668c-.339-1.059-.469-2.572.079-4.617s1.418-3.29%202.24-4.038c1.258-1.142%202.864-.543%203.738.232l2.505%202.221a3%203%200%200%201%201.694%200L15.352%204.9c.874-.775%202.48-1.374%203.737-.232c.823.747%201.693%201.993%202.241%204.038s.418%203.558.079%204.617c-.518%201.617-2.209%201.902-3.353%201.668l-2.043-.418c.304.672.394%201.416.42%202.004c.044.967-.083%201.997-.1%202.3a1%201%200%200%201-.475.797l-2.694%201.656a1%201%200%200%201-1.511-1.01c.108-.677.216-1.355.263-2.04m1.093-3.933l.93.694c.262.22.458.75.497%201.626c.026.588-.019%201.121-.058%201.57l-.475.291a9%209%200%200%200-.01-1.735c-.054-.472-.174-1-.45-1.448a4%204%200%200%201-.434-.998m-2.046.041c.079.394.11.786.146%201.186c.03.34-.208.855-.799%201.502c-.397.434-.806.779-1.15%201.068l-.543-.13a9%209%200%200%200%201.22-1.233c.295-.372.585-.83.707-1.342c.09-.38.237-.73.419-1.05M12%209a1%201%200%200%200-1%201v1a1%201%200%200%200%202%200v-1a1%201%200%200%200-1-1%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Bowknot fill icon — MingCute Icon · IconsDB