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

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

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#3b88c3" d="M36 32a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4h28a4 4 0 0 1 4 4z"/><path fill="#fff" d="M24.281 24.907c1.301 0 2.232.713 2.232 2.046c0 1.179-1.117 2.047-2.232 2.047H12.095c-1.643 0-2.604-.93-2.604-2.232c0-.62.217-1.24.62-1.799l9.984-13.952H11.94c-1.24 0-2.17-.713-2.17-1.984c0-1.178.992-2.108 2.17-2.108h11.349c1.797 0 2.603 1.147 2.603 2.232c0 .682-.279 1.457-.682 1.984l-9.922 13.767h8.993z"/></svg>

React

import type { SVGProps } from "react";

export function TwemojiLetterZ(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#3b88c3" d="M36 32a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4h28a4 4 0 0 1 4 4z"/><path fill="#fff" d="M24.281 24.907c1.301 0 2.232.713 2.232 2.046c0 1.179-1.117 2.047-2.232 2.047H12.095c-1.643 0-2.604-.93-2.604-2.232c0-.62.217-1.24.62-1.799l9.984-13.952H11.94c-1.24 0-2.17-.713-2.17-1.984c0-1.178.992-2.108 2.17-2.108h11.349c1.797 0 2.603 1.147 2.603 2.232c0 .682-.279 1.457-.682 1.984l-9.922 13.767h8.993z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#3b88c3" d="M36 32a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4h28a4 4 0 0 1 4 4z"/><path fill="#fff" d="M24.281 24.907c1.301 0 2.232.713 2.232 2.046c0 1.179-1.117 2.047-2.232 2.047H12.095c-1.643 0-2.604-.93-2.604-2.232c0-.62.217-1.24.62-1.799l9.984-13.952H11.94c-1.24 0-2.17-.713-2.17-1.984c0-1.178.992-2.108 2.17-2.108h11.349c1.797 0 2.603 1.147 2.603 2.232c0 .682-.279 1.457-.682 1.984l-9.922 13.767h8.993z"/></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%2036%2036%22%3E%3Cpath%20fill%3D%22%233b88c3%22%20d%3D%22M36%2032a4%204%200%200%201-4%204H4a4%204%200%200%201-4-4V4a4%204%200%200%201%204-4h28a4%204%200%200%201%204%204z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M24.281%2024.907c1.301%200%202.232.713%202.232%202.046c0%201.179-1.117%202.047-2.232%202.047H12.095c-1.643%200-2.604-.93-2.604-2.232c0-.62.217-1.24.62-1.799l9.984-13.952H11.94c-1.24%200-2.17-.713-2.17-1.984c0-1.178.992-2.108%202.17-2.108h11.349c1.797%200%202.603%201.147%202.603%202.232c0%20.682-.279%201.457-.682%201.984l-9.922%2013.767h8.993z%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%233b88c3%22%20d%3D%22M36%2032a4%204%200%200%201-4%204H4a4%204%200%200%201-4-4V4a4%204%200%200%201%204-4h28a4%204%200%200%201%204%204z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M24.281%2024.907c1.301%200%202.232.713%202.232%202.046c0%201.179-1.117%202.047-2.232%202.047H12.095c-1.643%200-2.604-.93-2.604-2.232c0-.62.217-1.24.62-1.799l9.984-13.952H11.94c-1.24%200-2.17-.713-2.17-1.984c0-1.178.992-2.108%202.17-2.108h11.349c1.797%200%202.603%201.147%202.603%202.232c0%20.682-.279%201.457-.682%201.984l-9.922%2013.767h8.993z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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