letter x emoji

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

Name
letter-x
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 x emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#40c0e7" d="M114.31 117.18L81.14 68.9l33-49.02c.48-.73.54-1.66.12-2.43a2.36 2.36 0 0 0-2.08-1.25H84.33c-.78 0-1.51.38-1.95 1.03L64 43.97L45.62 17.22a2.37 2.37 0 0 0-1.95-1.03H15.83c-.87 0-1.68.48-2.08 1.25c-.42.77-.36 1.71.12 2.43L46.86 68.9l-33.17 48.28c-.49.72-.55 1.66-.14 2.44c.41.77 1.22 1.26 2.09 1.26H44.9c.79 0 1.52-.39 1.96-1.04L64 94.36l17.15 25.48c.44.65 1.17 1.04 1.96 1.04h29.25c.88 0 1.68-.49 2.1-1.26c.4-.78.35-1.72-.15-2.44"/></svg>

React

import type { SVGProps } from "react";

export function NotoLetterX(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="M114.31 117.18L81.14 68.9l33-49.02c.48-.73.54-1.66.12-2.43a2.36 2.36 0 0 0-2.08-1.25H84.33c-.78 0-1.51.38-1.95 1.03L64 43.97L45.62 17.22a2.37 2.37 0 0 0-1.95-1.03H15.83c-.87 0-1.68.48-2.08 1.25c-.42.77-.36 1.71.12 2.43L46.86 68.9l-33.17 48.28c-.49.72-.55 1.66-.14 2.44c.41.77 1.22 1.26 2.09 1.26H44.9c.79 0 1.52-.39 1.96-1.04L64 94.36l17.15 25.48c.44.65 1.17 1.04 1.96 1.04h29.25c.88 0 1.68-.49 2.1-1.26c.4-.78.35-1.72-.15-2.44"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#40c0e7" d="M114.31 117.18L81.14 68.9l33-49.02c.48-.73.54-1.66.12-2.43a2.36 2.36 0 0 0-2.08-1.25H84.33c-.78 0-1.51.38-1.95 1.03L64 43.97L45.62 17.22a2.37 2.37 0 0 0-1.95-1.03H15.83c-.87 0-1.68.48-2.08 1.25c-.42.77-.36 1.71.12 2.43L46.86 68.9l-33.17 48.28c-.49.72-.55 1.66-.14 2.44c.41.77 1.22 1.26 2.09 1.26H44.9c.79 0 1.52-.39 1.96-1.04L64 94.36l17.15 25.48c.44.65 1.17 1.04 1.96 1.04h29.25c.88 0 1.68-.49 2.1-1.26c.4-.78.35-1.72-.15-2.44"/></svg>
</template>

CSS

.icon-letter-x {
  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%22M114.31%20117.18L81.14%2068.9l33-49.02c.48-.73.54-1.66.12-2.43a2.36%202.36%200%200%200-2.08-1.25H84.33c-.78%200-1.51.38-1.95%201.03L64%2043.97L45.62%2017.22a2.37%202.37%200%200%200-1.95-1.03H15.83c-.87%200-1.68.48-2.08%201.25c-.42.77-.36%201.71.12%202.43L46.86%2068.9l-33.17%2048.28c-.49.72-.55%201.66-.14%202.44c.41.77%201.22%201.26%202.09%201.26H44.9c.79%200%201.52-.39%201.96-1.04L64%2094.36l17.15%2025.48c.44.65%201.17%201.04%201.96%201.04h29.25c.88%200%201.68-.49%202.1-1.26c.4-.78.35-1.72-.15-2.44%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%22M114.31%20117.18L81.14%2068.9l33-49.02c.48-.73.54-1.66.12-2.43a2.36%202.36%200%200%200-2.08-1.25H84.33c-.78%200-1.51.38-1.95%201.03L64%2043.97L45.62%2017.22a2.37%202.37%200%200%200-1.95-1.03H15.83c-.87%200-1.68.48-2.08%201.25c-.42.77-.36%201.71.12%202.43L46.86%2068.9l-33.17%2048.28c-.49.72-.55%201.66-.14%202.44c.41.77%201.22%201.26%202.09%201.26H44.9c.79%200%201.52-.39%201.96-1.04L64%2094.36l17.15%2025.48c.44.65%201.17%201.04%201.96%201.04h29.25c.88%200%201.68-.49%202.1-1.26c.4-.78.35-1.72-.15-2.44%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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