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

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

1 other variant in MingCute Icon

The same icon in other sets

Use the kite icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.878 2.007c.333-.038.664.088.882.34c.035.042 2.854 3.2 8.323 3.656a1 1 0 0 1 .706 1.61c-2.763 3.551-2.845 9.98-2.808 11.822c.086.052.174.1.265.136a.86.86 0 0 0 .474.068c.127-.022.322-.096.573-.347c.83-.83 1.78-1.056 2.63-.917a3.37 3.37 0 0 1 1.784.917a1.001 1.001 0 0 1-1.414 1.415a1.4 1.4 0 0 0-.691-.359c-.225-.036-.526-.01-.895.359c-.498.498-1.054.8-1.645.902a2.85 2.85 0 0 1-1.558-.182a4.2 4.2 0 0 1-.892-.504c-.96-.319-8.533-3.025-12.495-10.453a1 1 0 0 1 .387-1.34c3.195-1.824 5.57-6.515 5.602-6.578a1 1 0 0 1 .772-.545m.373 2.598A26 26 0 0 1 8.204 6.22a30 30 0 0 0 .668 3.585c-.731.112-1.39.146-1.972.131a9 9 0 0 1-1.793-.216q-.375.32-.771.606c.312.517.646 1.006.993 1.47c.457.073.965.126 1.522.14c.772.02 1.633-.033 2.573-.193c.26.817.543 1.592.837 2.318a30 30 0 0 0 1.62 3.4a24 24 0 0 0 2.094 1.06c.004-.399.017-.861.043-1.37a27 27 0 0 1-1.903-3.84a31 31 0 0 1-.74-2.033c1.268-.386 2.648-.967 4.13-1.808c.229-.581.49-1.148.789-1.687c-.47-.084-.918-.187-1.346-.3c-1.514.9-2.894 1.496-4.127 1.873a27 27 0 0 1-.71-4.098a14 14 0 0 1-.86-.653"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteKiteFill(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="M8.878 2.007c.333-.038.664.088.882.34c.035.042 2.854 3.2 8.323 3.656a1 1 0 0 1 .706 1.61c-2.763 3.551-2.845 9.98-2.808 11.822c.086.052.174.1.265.136a.86.86 0 0 0 .474.068c.127-.022.322-.096.573-.347c.83-.83 1.78-1.056 2.63-.917a3.37 3.37 0 0 1 1.784.917a1.001 1.001 0 0 1-1.414 1.415a1.4 1.4 0 0 0-.691-.359c-.225-.036-.526-.01-.895.359c-.498.498-1.054.8-1.645.902a2.85 2.85 0 0 1-1.558-.182a4.2 4.2 0 0 1-.892-.504c-.96-.319-8.533-3.025-12.495-10.453a1 1 0 0 1 .387-1.34c3.195-1.824 5.57-6.515 5.602-6.578a1 1 0 0 1 .772-.545m.373 2.598A26 26 0 0 1 8.204 6.22a30 30 0 0 0 .668 3.585c-.731.112-1.39.146-1.972.131a9 9 0 0 1-1.793-.216q-.375.32-.771.606c.312.517.646 1.006.993 1.47c.457.073.965.126 1.522.14c.772.02 1.633-.033 2.573-.193c.26.817.543 1.592.837 2.318a30 30 0 0 0 1.62 3.4a24 24 0 0 0 2.094 1.06c.004-.399.017-.861.043-1.37a27 27 0 0 1-1.903-3.84a31 31 0 0 1-.74-2.033c1.268-.386 2.648-.967 4.13-1.808c.229-.581.49-1.148.789-1.687c-.47-.084-.918-.187-1.346-.3c-1.514.9-2.894 1.496-4.127 1.873a27 27 0 0 1-.71-4.098a14 14 0 0 1-.86-.653"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.878 2.007c.333-.038.664.088.882.34c.035.042 2.854 3.2 8.323 3.656a1 1 0 0 1 .706 1.61c-2.763 3.551-2.845 9.98-2.808 11.822c.086.052.174.1.265.136a.86.86 0 0 0 .474.068c.127-.022.322-.096.573-.347c.83-.83 1.78-1.056 2.63-.917a3.37 3.37 0 0 1 1.784.917a1.001 1.001 0 0 1-1.414 1.415a1.4 1.4 0 0 0-.691-.359c-.225-.036-.526-.01-.895.359c-.498.498-1.054.8-1.645.902a2.85 2.85 0 0 1-1.558-.182a4.2 4.2 0 0 1-.892-.504c-.96-.319-8.533-3.025-12.495-10.453a1 1 0 0 1 .387-1.34c3.195-1.824 5.57-6.515 5.602-6.578a1 1 0 0 1 .772-.545m.373 2.598A26 26 0 0 1 8.204 6.22a30 30 0 0 0 .668 3.585c-.731.112-1.39.146-1.972.131a9 9 0 0 1-1.793-.216q-.375.32-.771.606c.312.517.646 1.006.993 1.47c.457.073.965.126 1.522.14c.772.02 1.633-.033 2.573-.193c.26.817.543 1.592.837 2.318a30 30 0 0 0 1.62 3.4a24 24 0 0 0 2.094 1.06c.004-.399.017-.861.043-1.37a27 27 0 0 1-1.903-3.84a31 31 0 0 1-.74-2.033c1.268-.386 2.648-.967 4.13-1.808c.229-.581.49-1.148.789-1.687c-.47-.084-.918-.187-1.346-.3c-1.514.9-2.894 1.496-4.127 1.873a27 27 0 0 1-.71-4.098a14 14 0 0 1-.86-.653"/></svg>
</template>

CSS

.icon-kite-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%20d%3D%22M8.878%202.007c.333-.038.664.088.882.34c.035.042%202.854%203.2%208.323%203.656a1%201%200%200%201%20.706%201.61c-2.763%203.551-2.845%209.98-2.808%2011.822c.086.052.174.1.265.136a.86.86%200%200%200%20.474.068c.127-.022.322-.096.573-.347c.83-.83%201.78-1.056%202.63-.917a3.37%203.37%200%200%201%201.784.917a1.001%201.001%200%200%201-1.414%201.415a1.4%201.4%200%200%200-.691-.359c-.225-.036-.526-.01-.895.359c-.498.498-1.054.8-1.645.902a2.85%202.85%200%200%201-1.558-.182a4.2%204.2%200%200%201-.892-.504c-.96-.319-8.533-3.025-12.495-10.453a1%201%200%200%201%20.387-1.34c3.195-1.824%205.57-6.515%205.602-6.578a1%201%200%200%201%20.772-.545m.373%202.598A26%2026%200%200%201%208.204%206.22a30%2030%200%200%200%20.668%203.585c-.731.112-1.39.146-1.972.131a9%209%200%200%201-1.793-.216q-.375.32-.771.606c.312.517.646%201.006.993%201.47c.457.073.965.126%201.522.14c.772.02%201.633-.033%202.573-.193c.26.817.543%201.592.837%202.318a30%2030%200%200%200%201.62%203.4a24%2024%200%200%200%202.094%201.06c.004-.399.017-.861.043-1.37a27%2027%200%200%201-1.903-3.84a31%2031%200%200%201-.74-2.033c1.268-.386%202.648-.967%204.13-1.808c.229-.581.49-1.148.789-1.687c-.47-.084-.918-.187-1.346-.3c-1.514.9-2.894%201.496-4.127%201.873a27%2027%200%200%201-.71-4.098a14%2014%200%200%201-.86-.653%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%22M8.878%202.007c.333-.038.664.088.882.34c.035.042%202.854%203.2%208.323%203.656a1%201%200%200%201%20.706%201.61c-2.763%203.551-2.845%209.98-2.808%2011.822c.086.052.174.1.265.136a.86.86%200%200%200%20.474.068c.127-.022.322-.096.573-.347c.83-.83%201.78-1.056%202.63-.917a3.37%203.37%200%200%201%201.784.917a1.001%201.001%200%200%201-1.414%201.415a1.4%201.4%200%200%200-.691-.359c-.225-.036-.526-.01-.895.359c-.498.498-1.054.8-1.645.902a2.85%202.85%200%200%201-1.558-.182a4.2%204.2%200%200%201-.892-.504c-.96-.319-8.533-3.025-12.495-10.453a1%201%200%200%201%20.387-1.34c3.195-1.824%205.57-6.515%205.602-6.578a1%201%200%200%201%20.772-.545m.373%202.598A26%2026%200%200%201%208.204%206.22a30%2030%200%200%200%20.668%203.585c-.731.112-1.39.146-1.972.131a9%209%200%200%201-1.793-.216q-.375.32-.771.606c.312.517.646%201.006.993%201.47c.457.073.965.126%201.522.14c.772.02%201.633-.033%202.573-.193c.26.817.543%201.592.837%202.318a30%2030%200%200%200%201.62%203.4a24%2024%200%200%200%202.094%201.06c.004-.399.017-.861.043-1.37a27%2027%200%200%201-1.903-3.84a31%2031%200%200%201-.74-2.033c1.268-.386%202.648-.967%204.13-1.808c.229-.581.49-1.148.789-1.687c-.47-.084-.918-.187-1.346-.3c-1.514.9-2.894%201.496-4.127%201.873a27%2027%200%200%201-.71-4.098a14%2014%200%200%201-.86-.653%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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