kite emoji
kite from Twitter Emoji by Twitter · Default · Activities · CC-BY-4.0 Attribution required.
- Name
- kite
- Set
- Twitter Emoji
- Style
- Default
- Category
- Activities
- Viewbox
- 36×36
- License
- CC BY 4.0
The same emoji in other sets
More activities icons from Twitter Emoji
Use the kite emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#55acee" d="M22.45 32.289L.592 18.752L6.55.711l18.042 5.958z"/><path fill="#269" d="M20.543 29.5a1 1 0 0 1-.895-.551L6.929 3.687a1 1 0 1 1 1.786-.9l12.72 25.264a1 1 0 0 1-.892 1.449"/><path fill="#269" d="M3.12 18.48a1 1 0 0 1-.451-1.893l18.947-9.54a1 1 0 1 1 .9 1.786l-18.947 9.54a1 1 0 0 1-.449.107"/><path fill="#3b88c3" d="M27.367 35.339c-2.44 0-4.521-1.268-6.199-3.784a1 1 0 1 1 1.664-1.11c1.564 2.343 3.359 3.228 5.644 2.781c.945-.184 1.793-.98 2.27-2.132c.701-1.693.47-3.668-.62-5.282c-2.006-2.971-2.777-6.787-2.063-10.21c.615-2.956 2.24-5.344 4.698-6.905a1 1 0 0 1 1.072 1.688c-2.516 1.598-3.462 3.941-3.813 5.625c-.604 2.905.055 6.151 1.765 8.683c1.466 2.172 1.769 4.851.811 7.167c-.734 1.772-2.131 3.018-3.736 3.329q-.768.15-1.493.15"/><path fill="#9266cc" d="M31.532 30.992c-.781-2.485-2.807-4.482-4.157-2.075c-1.342 2.392 1.04 3.456 3.717 2.74c.781 2.485 2.807 4.482 4.157 2.075c1.342-2.392-1.039-3.456-3.717-2.74m-1.425-7.039c2.377 1.066 5.215.876 4.311-1.731c-.898-2.592-3.275-1.517-4.517.961c-2.377-1.066-5.215-.876-4.311 1.731c.898 2.592 3.275 1.517 4.517-.961m-1.261-6.597c1.355 2.225 3.802 3.676 4.534 1.015c.727-2.645-1.84-3.105-4.267-1.766c-1.355-2.224-3.802-3.676-4.534-1.015c-.728 2.645 1.84 3.105 4.267 1.766m2.897-6.557c-.132 2.602 1.074 5.178 3.177 3.39c2.089-1.777.226-3.602-2.534-3.861c.132-2.602-1.074-5.178-3.177-3.39c-2.089 1.777-.225 3.602 2.534 3.861"/></svg>
React
import type { SVGProps } from "react";
export function TwemojiKite(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#55acee" d="M22.45 32.289L.592 18.752L6.55.711l18.042 5.958z"/><path fill="#269" d="M20.543 29.5a1 1 0 0 1-.895-.551L6.929 3.687a1 1 0 1 1 1.786-.9l12.72 25.264a1 1 0 0 1-.892 1.449"/><path fill="#269" d="M3.12 18.48a1 1 0 0 1-.451-1.893l18.947-9.54a1 1 0 1 1 .9 1.786l-18.947 9.54a1 1 0 0 1-.449.107"/><path fill="#3b88c3" d="M27.367 35.339c-2.44 0-4.521-1.268-6.199-3.784a1 1 0 1 1 1.664-1.11c1.564 2.343 3.359 3.228 5.644 2.781c.945-.184 1.793-.98 2.27-2.132c.701-1.693.47-3.668-.62-5.282c-2.006-2.971-2.777-6.787-2.063-10.21c.615-2.956 2.24-5.344 4.698-6.905a1 1 0 0 1 1.072 1.688c-2.516 1.598-3.462 3.941-3.813 5.625c-.604 2.905.055 6.151 1.765 8.683c1.466 2.172 1.769 4.851.811 7.167c-.734 1.772-2.131 3.018-3.736 3.329q-.768.15-1.493.15"/><path fill="#9266cc" d="M31.532 30.992c-.781-2.485-2.807-4.482-4.157-2.075c-1.342 2.392 1.04 3.456 3.717 2.74c.781 2.485 2.807 4.482 4.157 2.075c1.342-2.392-1.039-3.456-3.717-2.74m-1.425-7.039c2.377 1.066 5.215.876 4.311-1.731c-.898-2.592-3.275-1.517-4.517.961c-2.377-1.066-5.215-.876-4.311 1.731c.898 2.592 3.275 1.517 4.517-.961m-1.261-6.597c1.355 2.225 3.802 3.676 4.534 1.015c.727-2.645-1.84-3.105-4.267-1.766c-1.355-2.224-3.802-3.676-4.534-1.015c-.728 2.645 1.84 3.105 4.267 1.766m2.897-6.557c-.132 2.602 1.074 5.178 3.177 3.39c2.089-1.777.226-3.602-2.534-3.861c.132-2.602-1.074-5.178-3.177-3.39c-2.089 1.777-.225 3.602 2.534 3.861"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#55acee" d="M22.45 32.289L.592 18.752L6.55.711l18.042 5.958z"/><path fill="#269" d="M20.543 29.5a1 1 0 0 1-.895-.551L6.929 3.687a1 1 0 1 1 1.786-.9l12.72 25.264a1 1 0 0 1-.892 1.449"/><path fill="#269" d="M3.12 18.48a1 1 0 0 1-.451-1.893l18.947-9.54a1 1 0 1 1 .9 1.786l-18.947 9.54a1 1 0 0 1-.449.107"/><path fill="#3b88c3" d="M27.367 35.339c-2.44 0-4.521-1.268-6.199-3.784a1 1 0 1 1 1.664-1.11c1.564 2.343 3.359 3.228 5.644 2.781c.945-.184 1.793-.98 2.27-2.132c.701-1.693.47-3.668-.62-5.282c-2.006-2.971-2.777-6.787-2.063-10.21c.615-2.956 2.24-5.344 4.698-6.905a1 1 0 0 1 1.072 1.688c-2.516 1.598-3.462 3.941-3.813 5.625c-.604 2.905.055 6.151 1.765 8.683c1.466 2.172 1.769 4.851.811 7.167c-.734 1.772-2.131 3.018-3.736 3.329q-.768.15-1.493.15"/><path fill="#9266cc" d="M31.532 30.992c-.781-2.485-2.807-4.482-4.157-2.075c-1.342 2.392 1.04 3.456 3.717 2.74c.781 2.485 2.807 4.482 4.157 2.075c1.342-2.392-1.039-3.456-3.717-2.74m-1.425-7.039c2.377 1.066 5.215.876 4.311-1.731c-.898-2.592-3.275-1.517-4.517.961c-2.377-1.066-5.215-.876-4.311 1.731c.898 2.592 3.275 1.517 4.517-.961m-1.261-6.597c1.355 2.225 3.802 3.676 4.534 1.015c.727-2.645-1.84-3.105-4.267-1.766c-1.355-2.224-3.802-3.676-4.534-1.015c-.728 2.645 1.84 3.105 4.267 1.766m2.897-6.557c-.132 2.602 1.074 5.178 3.177 3.39c2.089-1.777.226-3.602-2.534-3.861c.132-2.602-1.074-5.178-3.177-3.39c-2.089 1.777-.225 3.602 2.534 3.861"/></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%2036%2036%22%3E%3Cpath%20fill%3D%22%2355acee%22%20d%3D%22M22.45%2032.289L.592%2018.752L6.55.711l18.042%205.958z%22%2F%3E%3Cpath%20fill%3D%22%23269%22%20d%3D%22M20.543%2029.5a1%201%200%200%201-.895-.551L6.929%203.687a1%201%200%201%201%201.786-.9l12.72%2025.264a1%201%200%200%201-.892%201.449%22%2F%3E%3Cpath%20fill%3D%22%23269%22%20d%3D%22M3.12%2018.48a1%201%200%200%201-.451-1.893l18.947-9.54a1%201%200%201%201%20.9%201.786l-18.947%209.54a1%201%200%200%201-.449.107%22%2F%3E%3Cpath%20fill%3D%22%233b88c3%22%20d%3D%22M27.367%2035.339c-2.44%200-4.521-1.268-6.199-3.784a1%201%200%201%201%201.664-1.11c1.564%202.343%203.359%203.228%205.644%202.781c.945-.184%201.793-.98%202.27-2.132c.701-1.693.47-3.668-.62-5.282c-2.006-2.971-2.777-6.787-2.063-10.21c.615-2.956%202.24-5.344%204.698-6.905a1%201%200%200%201%201.072%201.688c-2.516%201.598-3.462%203.941-3.813%205.625c-.604%202.905.055%206.151%201.765%208.683c1.466%202.172%201.769%204.851.811%207.167c-.734%201.772-2.131%203.018-3.736%203.329q-.768.15-1.493.15%22%2F%3E%3Cpath%20fill%3D%22%239266cc%22%20d%3D%22M31.532%2030.992c-.781-2.485-2.807-4.482-4.157-2.075c-1.342%202.392%201.04%203.456%203.717%202.74c.781%202.485%202.807%204.482%204.157%202.075c1.342-2.392-1.039-3.456-3.717-2.74m-1.425-7.039c2.377%201.066%205.215.876%204.311-1.731c-.898-2.592-3.275-1.517-4.517.961c-2.377-1.066-5.215-.876-4.311%201.731c.898%202.592%203.275%201.517%204.517-.961m-1.261-6.597c1.355%202.225%203.802%203.676%204.534%201.015c.727-2.645-1.84-3.105-4.267-1.766c-1.355-2.224-3.802-3.676-4.534-1.015c-.728%202.645%201.84%203.105%204.267%201.766m2.897-6.557c-.132%202.602%201.074%205.178%203.177%203.39c2.089-1.777.226-3.602-2.534-3.861c.132-2.602-1.074-5.178-3.177-3.39c-2.089%201.777-.225%203.602%202.534%203.861%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%2036%2036%22%3E%3Cpath%20fill%3D%22%2355acee%22%20d%3D%22M22.45%2032.289L.592%2018.752L6.55.711l18.042%205.958z%22%2F%3E%3Cpath%20fill%3D%22%23269%22%20d%3D%22M20.543%2029.5a1%201%200%200%201-.895-.551L6.929%203.687a1%201%200%201%201%201.786-.9l12.72%2025.264a1%201%200%200%201-.892%201.449%22%2F%3E%3Cpath%20fill%3D%22%23269%22%20d%3D%22M3.12%2018.48a1%201%200%200%201-.451-1.893l18.947-9.54a1%201%200%201%201%20.9%201.786l-18.947%209.54a1%201%200%200%201-.449.107%22%2F%3E%3Cpath%20fill%3D%22%233b88c3%22%20d%3D%22M27.367%2035.339c-2.44%200-4.521-1.268-6.199-3.784a1%201%200%201%201%201.664-1.11c1.564%202.343%203.359%203.228%205.644%202.781c.945-.184%201.793-.98%202.27-2.132c.701-1.693.47-3.668-.62-5.282c-2.006-2.971-2.777-6.787-2.063-10.21c.615-2.956%202.24-5.344%204.698-6.905a1%201%200%200%201%201.072%201.688c-2.516%201.598-3.462%203.941-3.813%205.625c-.604%202.905.055%206.151%201.765%208.683c1.466%202.172%201.769%204.851.811%207.167c-.734%201.772-2.131%203.018-3.736%203.329q-.768.15-1.493.15%22%2F%3E%3Cpath%20fill%3D%22%239266cc%22%20d%3D%22M31.532%2030.992c-.781-2.485-2.807-4.482-4.157-2.075c-1.342%202.392%201.04%203.456%203.717%202.74c.781%202.485%202.807%204.482%204.157%202.075c1.342-2.392-1.039-3.456-3.717-2.74m-1.425-7.039c2.377%201.066%205.215.876%204.311-1.731c-.898-2.592-3.275-1.517-4.517.961c-2.377-1.066-5.215-.876-4.311%201.731c.898%202.592%203.275%201.517%204.517-.961m-1.261-6.597c1.355%202.225%203.802%203.676%204.534%201.015c.727-2.645-1.84-3.105-4.267-1.766c-1.355-2.224-3.802-3.676-4.534-1.015c-.728%202.645%201.84%203.105%204.267%201.766m2.897-6.557c-.132%202.602%201.074%205.178%203.177%203.39c2.089-1.777.226-3.602-2.534-3.861c.132-2.602-1.074-5.178-3.177-3.39c-2.089%201.777-.225%203.602%202.534%203.861%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/twemoji/kite.svg?color=%231a73e8&size=48