letter z emoji

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

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

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#40c0e7" d="M108.91 99.71H62.6l48.33-79.77c.44-.73.46-1.64.04-2.39c-.42-.74-1.21-1.2-2.06-1.2H81.06c-.25 0-.49.05-.71.13H19.09c-1.24 0-2.24 1-2.24 2.24v16.72c0 1.24 1.01 2.24 2.24 2.24h47.43l-49.44 79.75c-.45.73-.47 1.65-.06 2.4c.42.75 1.21 1.21 2.07 1.21h29.25c.25 0 .49-.05.72-.12h59.84c1.23 0 2.24-1 2.24-2.24v-16.72c.01-1.25-1-2.25-2.23-2.25"/></svg>

React

import type { SVGProps } from "react";

export function NotoLetterZ(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="M108.91 99.71H62.6l48.33-79.77c.44-.73.46-1.64.04-2.39c-.42-.74-1.21-1.2-2.06-1.2H81.06c-.25 0-.49.05-.71.13H19.09c-1.24 0-2.24 1-2.24 2.24v16.72c0 1.24 1.01 2.24 2.24 2.24h47.43l-49.44 79.75c-.45.73-.47 1.65-.06 2.4c.42.75 1.21 1.21 2.07 1.21h29.25c.25 0 .49-.05.72-.12h59.84c1.23 0 2.24-1 2.24-2.24v-16.72c.01-1.25-1-2.25-2.23-2.25"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#40c0e7" d="M108.91 99.71H62.6l48.33-79.77c.44-.73.46-1.64.04-2.39c-.42-.74-1.21-1.2-2.06-1.2H81.06c-.25 0-.49.05-.71.13H19.09c-1.24 0-2.24 1-2.24 2.24v16.72c0 1.24 1.01 2.24 2.24 2.24h47.43l-49.44 79.75c-.45.73-.47 1.65-.06 2.4c.42.75 1.21 1.21 2.07 1.21h29.25c.25 0 .49-.05.72-.12h59.84c1.23 0 2.24-1 2.24-2.24v-16.72c.01-1.25-1-2.25-2.23-2.25"/></svg>
</template>

CSS

.icon-letter-z {
  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%22M108.91%2099.71H62.6l48.33-79.77c.44-.73.46-1.64.04-2.39c-.42-.74-1.21-1.2-2.06-1.2H81.06c-.25%200-.49.05-.71.13H19.09c-1.24%200-2.24%201-2.24%202.24v16.72c0%201.24%201.01%202.24%202.24%202.24h47.43l-49.44%2079.75c-.45.73-.47%201.65-.06%202.4c.42.75%201.21%201.21%202.07%201.21h29.25c.25%200%20.49-.05.72-.12h59.84c1.23%200%202.24-1%202.24-2.24v-16.72c.01-1.25-1-2.25-2.23-2.25%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%22M108.91%2099.71H62.6l48.33-79.77c.44-.73.46-1.64.04-2.39c-.42-.74-1.21-1.2-2.06-1.2H81.06c-.25%200-.49.05-.71.13H19.09c-1.24%200-2.24%201-2.24%202.24v16.72c0%201.24%201.01%202.24%202.24%202.24h47.43l-49.44%2079.75c-.45.73-.47%201.65-.06%202.4c.42.75%201.21%201.21%202.07%201.21h29.25c.25%200%20.49-.05.72-.12h59.84c1.23%200%202.24-1%202.24-2.24v-16.72c.01-1.25-1-2.25-2.23-2.25%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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