khanda from Twitter Emoji by Twitter · Default · Symbols · CC-BY-4.0 Attribution required.

Name
khanda
Set
Twitter Emoji
Style
Default
Category
Symbols
Viewbox
36×36
License
CC BY 4.0

The same emoji in other sets

More symbols icons from Twitter Emoji

Use the khanda emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#9266cc" d="M36 32c0 2.2-1.8 4-4 4H4c-2.2 0-4-1.8-4-4V4c0-2.2 1.8-4 4-4h28c2.2 0 4 1.8 4 4z"/><path fill="#fff" d="M23.5 6.9s4 2.3 3.6 7.5c-.4 5.1-8.3 10.1-8.3 10.1v-1.6l2.1-1.5c-.1-.5-.2-.9-.3-1.4c2.8-1.1 4.9-3.8 4.9-7s-2-5.9-4.8-7c.1-.7.2-1 .2-1L18 2l-2.9 3s.1.3.2.9c-2.8 1.1-4.8 3.8-4.8 7s2 5.9 4.8 7c-.1.5-.2.9-.3 1.4l2.1 1.5v1.6s-7.9-4.9-8.3-10.1c-.4-5.1 3.6-7.5 3.6-7.5s-6.1 1-6.5 7.5c-.4 6.3 5.8 11 5.8 11s1.1.9 1.2 1.9l2.7-2l1 .7l-3.4 2.6c-.3.2-.5.6-.5 1c0 .8.6 1.4 1.4 1.4s1.4-.6 1.4-1.4c0-.3-.1-.6-.3-.8l1.9-1.3v3c-.6.3-1 .9-1 1.6c0 1 .8 1.9 1.9 1.9s1.9-.8 1.9-1.9c0-.7-.4-1.3-1-1.6v-3l1.9 1.3c-.2.2-.3.5-.3.8c0 .8.6 1.4 1.4 1.4s1.4-.6 1.4-1.4c0-.4-.2-.8-.5-1l-3.4-2.6l1-.7l2.7 2c.1-1 1.2-1.9 1.2-1.9s6.2-4.7 5.8-11c-.5-6.4-6.6-7.4-6.6-7.4m.5 6c0 2.5-1.5 4.6-3.6 5.5c-.7-4.6-.3-8.6.1-11c2 1 3.5 3.1 3.5 5.5m-12 0c0-2.4 1.5-4.5 3.6-5.5c.4 2.4.7 6.4.1 11c-2.2-.9-3.7-3-3.7-5.5"/></svg>

React

import type { SVGProps } from "react";

export function TwemojiKhanda(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#9266cc" d="M36 32c0 2.2-1.8 4-4 4H4c-2.2 0-4-1.8-4-4V4c0-2.2 1.8-4 4-4h28c2.2 0 4 1.8 4 4z"/><path fill="#fff" d="M23.5 6.9s4 2.3 3.6 7.5c-.4 5.1-8.3 10.1-8.3 10.1v-1.6l2.1-1.5c-.1-.5-.2-.9-.3-1.4c2.8-1.1 4.9-3.8 4.9-7s-2-5.9-4.8-7c.1-.7.2-1 .2-1L18 2l-2.9 3s.1.3.2.9c-2.8 1.1-4.8 3.8-4.8 7s2 5.9 4.8 7c-.1.5-.2.9-.3 1.4l2.1 1.5v1.6s-7.9-4.9-8.3-10.1c-.4-5.1 3.6-7.5 3.6-7.5s-6.1 1-6.5 7.5c-.4 6.3 5.8 11 5.8 11s1.1.9 1.2 1.9l2.7-2l1 .7l-3.4 2.6c-.3.2-.5.6-.5 1c0 .8.6 1.4 1.4 1.4s1.4-.6 1.4-1.4c0-.3-.1-.6-.3-.8l1.9-1.3v3c-.6.3-1 .9-1 1.6c0 1 .8 1.9 1.9 1.9s1.9-.8 1.9-1.9c0-.7-.4-1.3-1-1.6v-3l1.9 1.3c-.2.2-.3.5-.3.8c0 .8.6 1.4 1.4 1.4s1.4-.6 1.4-1.4c0-.4-.2-.8-.5-1l-3.4-2.6l1-.7l2.7 2c.1-1 1.2-1.9 1.2-1.9s6.2-4.7 5.8-11c-.5-6.4-6.6-7.4-6.6-7.4m.5 6c0 2.5-1.5 4.6-3.6 5.5c-.7-4.6-.3-8.6.1-11c2 1 3.5 3.1 3.5 5.5m-12 0c0-2.4 1.5-4.5 3.6-5.5c.4 2.4.7 6.4.1 11c-2.2-.9-3.7-3-3.7-5.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#9266cc" d="M36 32c0 2.2-1.8 4-4 4H4c-2.2 0-4-1.8-4-4V4c0-2.2 1.8-4 4-4h28c2.2 0 4 1.8 4 4z"/><path fill="#fff" d="M23.5 6.9s4 2.3 3.6 7.5c-.4 5.1-8.3 10.1-8.3 10.1v-1.6l2.1-1.5c-.1-.5-.2-.9-.3-1.4c2.8-1.1 4.9-3.8 4.9-7s-2-5.9-4.8-7c.1-.7.2-1 .2-1L18 2l-2.9 3s.1.3.2.9c-2.8 1.1-4.8 3.8-4.8 7s2 5.9 4.8 7c-.1.5-.2.9-.3 1.4l2.1 1.5v1.6s-7.9-4.9-8.3-10.1c-.4-5.1 3.6-7.5 3.6-7.5s-6.1 1-6.5 7.5c-.4 6.3 5.8 11 5.8 11s1.1.9 1.2 1.9l2.7-2l1 .7l-3.4 2.6c-.3.2-.5.6-.5 1c0 .8.6 1.4 1.4 1.4s1.4-.6 1.4-1.4c0-.3-.1-.6-.3-.8l1.9-1.3v3c-.6.3-1 .9-1 1.6c0 1 .8 1.9 1.9 1.9s1.9-.8 1.9-1.9c0-.7-.4-1.3-1-1.6v-3l1.9 1.3c-.2.2-.3.5-.3.8c0 .8.6 1.4 1.4 1.4s1.4-.6 1.4-1.4c0-.4-.2-.8-.5-1l-3.4-2.6l1-.7l2.7 2c.1-1 1.2-1.9 1.2-1.9s6.2-4.7 5.8-11c-.5-6.4-6.6-7.4-6.6-7.4m.5 6c0 2.5-1.5 4.6-3.6 5.5c-.7-4.6-.3-8.6.1-11c2 1 3.5 3.1 3.5 5.5m-12 0c0-2.4 1.5-4.5 3.6-5.5c.4 2.4.7 6.4.1 11c-2.2-.9-3.7-3-3.7-5.5"/></svg>
</template>

CSS

.icon-khanda {
  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%239266cc%22%20d%3D%22M36%2032c0%202.2-1.8%204-4%204H4c-2.2%200-4-1.8-4-4V4c0-2.2%201.8-4%204-4h28c2.2%200%204%201.8%204%204z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M23.5%206.9s4%202.3%203.6%207.5c-.4%205.1-8.3%2010.1-8.3%2010.1v-1.6l2.1-1.5c-.1-.5-.2-.9-.3-1.4c2.8-1.1%204.9-3.8%204.9-7s-2-5.9-4.8-7c.1-.7.2-1%20.2-1L18%202l-2.9%203s.1.3.2.9c-2.8%201.1-4.8%203.8-4.8%207s2%205.9%204.8%207c-.1.5-.2.9-.3%201.4l2.1%201.5v1.6s-7.9-4.9-8.3-10.1c-.4-5.1%203.6-7.5%203.6-7.5s-6.1%201-6.5%207.5c-.4%206.3%205.8%2011%205.8%2011s1.1.9%201.2%201.9l2.7-2l1%20.7l-3.4%202.6c-.3.2-.5.6-.5%201c0%20.8.6%201.4%201.4%201.4s1.4-.6%201.4-1.4c0-.3-.1-.6-.3-.8l1.9-1.3v3c-.6.3-1%20.9-1%201.6c0%201%20.8%201.9%201.9%201.9s1.9-.8%201.9-1.9c0-.7-.4-1.3-1-1.6v-3l1.9%201.3c-.2.2-.3.5-.3.8c0%20.8.6%201.4%201.4%201.4s1.4-.6%201.4-1.4c0-.4-.2-.8-.5-1l-3.4-2.6l1-.7l2.7%202c.1-1%201.2-1.9%201.2-1.9s6.2-4.7%205.8-11c-.5-6.4-6.6-7.4-6.6-7.4m.5%206c0%202.5-1.5%204.6-3.6%205.5c-.7-4.6-.3-8.6.1-11c2%201%203.5%203.1%203.5%205.5m-12%200c0-2.4%201.5-4.5%203.6-5.5c.4%202.4.7%206.4.1%2011c-2.2-.9-3.7-3-3.7-5.5%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%239266cc%22%20d%3D%22M36%2032c0%202.2-1.8%204-4%204H4c-2.2%200-4-1.8-4-4V4c0-2.2%201.8-4%204-4h28c2.2%200%204%201.8%204%204z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M23.5%206.9s4%202.3%203.6%207.5c-.4%205.1-8.3%2010.1-8.3%2010.1v-1.6l2.1-1.5c-.1-.5-.2-.9-.3-1.4c2.8-1.1%204.9-3.8%204.9-7s-2-5.9-4.8-7c.1-.7.2-1%20.2-1L18%202l-2.9%203s.1.3.2.9c-2.8%201.1-4.8%203.8-4.8%207s2%205.9%204.8%207c-.1.5-.2.9-.3%201.4l2.1%201.5v1.6s-7.9-4.9-8.3-10.1c-.4-5.1%203.6-7.5%203.6-7.5s-6.1%201-6.5%207.5c-.4%206.3%205.8%2011%205.8%2011s1.1.9%201.2%201.9l2.7-2l1%20.7l-3.4%202.6c-.3.2-.5.6-.5%201c0%20.8.6%201.4%201.4%201.4s1.4-.6%201.4-1.4c0-.3-.1-.6-.3-.8l1.9-1.3v3c-.6.3-1%20.9-1%201.6c0%201%20.8%201.9%201.9%201.9s1.9-.8%201.9-1.9c0-.7-.4-1.3-1-1.6v-3l1.9%201.3c-.2.2-.3.5-.3.8c0%20.8.6%201.4%201.4%201.4s1.4-.6%201.4-1.4c0-.4-.2-.8-.5-1l-3.4-2.6l1-.7l2.7%202c.1-1%201.2-1.9%201.2-1.9s6.2-4.7%205.8-11c-.5-6.4-6.6-7.4-6.6-7.4m.5%206c0%202.5-1.5%204.6-3.6%205.5c-.7-4.6-.3-8.6.1-11c2%201%203.5%203.1%203.5%205.5m-12%200c0-2.4%201.5-4.5%203.6-5.5c.4%202.4.7%206.4.1%2011c-2.2-.9-3.7-3-3.7-5.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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