letter k emoji

letter-k from Noto Emoji by Google Inc · Default · Symbols · Apache-2.0 Free for personal and commercial use.

Name
letter-k
Set
Noto Emoji
Style
Default
Category
Symbols
Viewbox
128×128
License
Apache 2.0

The same emoji in other sets

More symbols icons from Noto Emoji

Use the letter k emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#40c0e7" d="M110.55 117.41L76.92 63.69l29.73-44.82c.45-.69.5-1.57.1-2.3a2.22 2.22 0 0 0-1.97-1.18H80.34c-.74 0-1.45.38-1.86 1L51.49 57.08V17.64c0-1.24-1.01-2.24-2.24-2.24h-21.9c-1.24 0-2.24 1-2.24 2.24V118.6c0 1.24 1 2.24 2.24 2.24h21.9c1.23 0 2.24-1 2.24-2.24V70.55l30.82 49.24c.41.65 1.13 1.05 1.9 1.05h24.44c.81 0 1.57-.44 1.96-1.16c.39-.71.37-1.58-.06-2.27"/></svg>

React

import type { SVGProps } from "react";

export function NotoLetterK(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#40c0e7" d="M110.55 117.41L76.92 63.69l29.73-44.82c.45-.69.5-1.57.1-2.3a2.22 2.22 0 0 0-1.97-1.18H80.34c-.74 0-1.45.38-1.86 1L51.49 57.08V17.64c0-1.24-1.01-2.24-2.24-2.24h-21.9c-1.24 0-2.24 1-2.24 2.24V118.6c0 1.24 1 2.24 2.24 2.24h21.9c1.23 0 2.24-1 2.24-2.24V70.55l30.82 49.24c.41.65 1.13 1.05 1.9 1.05h24.44c.81 0 1.57-.44 1.96-1.16c.39-.71.37-1.58-.06-2.27"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#40c0e7" d="M110.55 117.41L76.92 63.69l29.73-44.82c.45-.69.5-1.57.1-2.3a2.22 2.22 0 0 0-1.97-1.18H80.34c-.74 0-1.45.38-1.86 1L51.49 57.08V17.64c0-1.24-1.01-2.24-2.24-2.24h-21.9c-1.24 0-2.24 1-2.24 2.24V118.6c0 1.24 1 2.24 2.24 2.24h21.9c1.23 0 2.24-1 2.24-2.24V70.55l30.82 49.24c.41.65 1.13 1.05 1.9 1.05h24.44c.81 0 1.57-.44 1.96-1.16c.39-.71.37-1.58-.06-2.27"/></svg>
</template>

CSS

.icon-letter-k {
  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%20128%20128%22%3E%3Cpath%20fill%3D%22%2340c0e7%22%20d%3D%22M110.55%20117.41L76.92%2063.69l29.73-44.82c.45-.69.5-1.57.1-2.3a2.22%202.22%200%200%200-1.97-1.18H80.34c-.74%200-1.45.38-1.86%201L51.49%2057.08V17.64c0-1.24-1.01-2.24-2.24-2.24h-21.9c-1.24%200-2.24%201-2.24%202.24V118.6c0%201.24%201%202.24%202.24%202.24h21.9c1.23%200%202.24-1%202.24-2.24V70.55l30.82%2049.24c.41.65%201.13%201.05%201.9%201.05h24.44c.81%200%201.57-.44%201.96-1.16c.39-.71.37-1.58-.06-2.27%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%20128%20128%22%3E%3Cpath%20fill%3D%22%2340c0e7%22%20d%3D%22M110.55%20117.41L76.92%2063.69l29.73-44.82c.45-.69.5-1.57.1-2.3a2.22%202.22%200%200%200-1.97-1.18H80.34c-.74%200-1.45.38-1.86%201L51.49%2057.08V17.64c0-1.24-1.01-2.24-2.24-2.24h-21.9c-1.24%200-2.24%201-2.24%202.24V118.6c0%201.24%201%202.24%202.24%202.24h21.9c1.23%200%202.24-1%202.24-2.24V70.55l30.82%2049.24c.41.65%201.13%201.05%201.9%201.05h24.44c.81%200%201.57-.44%201.96-1.16c.39-.71.37-1.58-.06-2.27%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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