kite from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
kite
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

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"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M12 2C7.714 4.407 4 8 2 14c3-2 7-3 10 0c3-3 7-2 10 0c-2-6-5.714-9.593-10-12m0 12c-1.609.733-4.304 1.819-3.977 4"/><path d="M11.672 14c1.399 3.203-2.284 5.5.233 8M12 14c2 0 1.5 4.5 3 5m-3-5V2m-2 5c.291-.264.667-.477 1.013-.636c.366-.169.549-.253.987-.253s.621.084.987.253c.346.16.722.372 1.013.636"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsKite(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="M12 2C7.714 4.407 4 8 2 14c3-2 7-3 10 0c3-3 7-2 10 0c-2-6-5.714-9.593-10-12m0 12c-1.609.733-4.304 1.819-3.977 4"/><path d="M11.672 14c1.399 3.203-2.284 5.5.233 8M12 14c2 0 1.5 4.5 3 5m-3-5V2m-2 5c.291-.264.667-.477 1.013-.636c.366-.169.549-.253.987-.253s.621.084.987.253c.346.16.722.372 1.013.636"/></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="M12 2C7.714 4.407 4 8 2 14c3-2 7-3 10 0c3-3 7-2 10 0c-2-6-5.714-9.593-10-12m0 12c-1.609.733-4.304 1.819-3.977 4"/><path d="M11.672 14c1.399 3.203-2.284 5.5.233 8M12 14c2 0 1.5 4.5 3 5m-3-5V2m-2 5c.291-.264.667-.477 1.013-.636c.366-.169.549-.253.987-.253s.621.084.987.253c.346.16.722.372 1.013.636"/></g></svg>
</template>

CSS

.icon-kite {
  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%22M12%202C7.714%204.407%204%208%202%2014c3-2%207-3%2010%200c3-3%207-2%2010%200c-2-6-5.714-9.593-10-12m0%2012c-1.609.733-4.304%201.819-3.977%204%22%2F%3E%3Cpath%20d%3D%22M11.672%2014c1.399%203.203-2.284%205.5.233%208M12%2014c2%200%201.5%204.5%203%205m-3-5V2m-2%205c.291-.264.667-.477%201.013-.636c.366-.169.549-.253.987-.253s.621.084.987.253c.346.16.722.372%201.013.636%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%22M12%202C7.714%204.407%204%208%202%2014c3-2%207-3%2010%200c3-3%207-2%2010%200c-2-6-5.714-9.593-10-12m0%2012c-1.609.733-4.304%201.819-3.977%204%22%2F%3E%3Cpath%20d%3D%22M11.672%2014c1.399%203.203-2.284%205.5.233%208M12%2014c2%200%201.5%204.5%203%205m-3-5V2m-2%205c.291-.264.667-.477%201.013-.636c.366-.169.549-.253.987-.253s.621.084.987.253c.346.16.722.372%201.013.636%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/kite.svg?color=%231a73e8&size=48