alphabet cyrillic icon

alphabet-cyrillic from Material Design Icons by Pictogrammers · Filled · Alpha / Numeric · Apache-2.0 Free for personal and commercial use.

Name
alphabet-cyrillic
Set
Material Design Icons
Style
Filled
Category
Alpha / Numeric
Viewbox
24×24
License
Apache 2.0
Aliases
writing-system-cyrillic

The same icon in other sets

More alpha / numeric icons from Material Design Icons

Use the alphabet cyrillic icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16 6c-1.64 0-3 1.36-3 3v6c0 1.65 1.36 3 3 3h1c1.65 0 3-1.35 3-3v-3c0-1.64-1.35-3-3-3h-2c0-.56.44-1 1-1h2c1.09 0 2-.91 2-2M5 9v2h3c.57 0 1 .43 1 1H7c-1.64 0-3 1.36-3 3c0 1.65 1.36 3 3 3h4v-6c0-1.64-1.35-3-3-3m7 2h2c.57 0 1 .43 1 1v3c0 .57-.43 1-1 1h-1c-.57 0-1-.43-1-1m-8-1h2v2H7c-.57 0-1-.43-1-1s.43-1 1-1"/></svg>

React

import type { SVGProps } from "react";

export function MdiAlphabetCyrillic(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16 6c-1.64 0-3 1.36-3 3v6c0 1.65 1.36 3 3 3h1c1.65 0 3-1.35 3-3v-3c0-1.64-1.35-3-3-3h-2c0-.56.44-1 1-1h2c1.09 0 2-.91 2-2M5 9v2h3c.57 0 1 .43 1 1H7c-1.64 0-3 1.36-3 3c0 1.65 1.36 3 3 3h4v-6c0-1.64-1.35-3-3-3m7 2h2c.57 0 1 .43 1 1v3c0 .57-.43 1-1 1h-1c-.57 0-1-.43-1-1m-8-1h2v2H7c-.57 0-1-.43-1-1s.43-1 1-1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16 6c-1.64 0-3 1.36-3 3v6c0 1.65 1.36 3 3 3h1c1.65 0 3-1.35 3-3v-3c0-1.64-1.35-3-3-3h-2c0-.56.44-1 1-1h2c1.09 0 2-.91 2-2M5 9v2h3c.57 0 1 .43 1 1H7c-1.64 0-3 1.36-3 3c0 1.65 1.36 3 3 3h4v-6c0-1.64-1.35-3-3-3m7 2h2c.57 0 1 .43 1 1v3c0 .57-.43 1-1 1h-1c-.57 0-1-.43-1-1m-8-1h2v2H7c-.57 0-1-.43-1-1s.43-1 1-1"/></svg>
</template>

CSS

.icon-alphabet-cyrillic {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%206c-1.64%200-3%201.36-3%203v6c0%201.65%201.36%203%203%203h1c1.65%200%203-1.35%203-3v-3c0-1.64-1.35-3-3-3h-2c0-.56.44-1%201-1h2c1.09%200%202-.91%202-2M5%209v2h3c.57%200%201%20.43%201%201H7c-1.64%200-3%201.36-3%203c0%201.65%201.36%203%203%203h4v-6c0-1.64-1.35-3-3-3m7%202h2c.57%200%201%20.43%201%201v3c0%20.57-.43%201-1%201h-1c-.57%200-1-.43-1-1m-8-1h2v2H7c-.57%200-1-.43-1-1s.43-1%201-1%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%206c-1.64%200-3%201.36-3%203v6c0%201.65%201.36%203%203%203h1c1.65%200%203-1.35%203-3v-3c0-1.64-1.35-3-3-3h-2c0-.56.44-1%201-1h2c1.09%200%202-.91%202-2M5%209v2h3c.57%200%201%20.43%201%201H7c-1.64%200-3%201.36-3%203c0%201.65%201.36%203%203%203h4v-6c0-1.64-1.35-3-3-3m7%202h2c.57%200%201%20.43%201%201v3c0%20.57-.43%201-1%201h-1c-.57%200-1-.43-1-1m-8-1h2v2H7c-.57%200-1-.43-1-1s.43-1%201-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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