ideogram cjk variant icon

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

Name
ideogram-cjk-variant
Set
Material Design Icons
Style
Filled
Category
Alpha / Numeric
Viewbox
24×24
License
Apache 2.0
Aliases
ideogram-chinese-japanese-korean-variant, writing-system-cjk-variant

More alpha / numeric icons from Material Design Icons

Use the ideogram cjk variant icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 4v2H4v2h11.36c-.23.87-.73 1.77-1.48 2.69c-.53.66-1.17 1.31-1.88 1.98c-.71-.67-1.35-1.32-1.88-1.98c-.47-.57-.82-1.14-1.09-1.69H6.85c.36 1.05.97 2.03 1.71 2.95c.57.71 1.23 1.39 1.94 2.05l-5.14 4.23l1.28 1.54L12 15.34l5.36 4.43l1.28-1.54L13.5 14c.71-.66 1.37-1.34 1.94-2.05c.97-1.21 1.72-2.52 1.96-3.95H20V6h-7V4Z"/></svg>

React

import type { SVGProps } from "react";

export function MdiIdeogramCjkVariant(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="M11 4v2H4v2h11.36c-.23.87-.73 1.77-1.48 2.69c-.53.66-1.17 1.31-1.88 1.98c-.71-.67-1.35-1.32-1.88-1.98c-.47-.57-.82-1.14-1.09-1.69H6.85c.36 1.05.97 2.03 1.71 2.95c.57.71 1.23 1.39 1.94 2.05l-5.14 4.23l1.28 1.54L12 15.34l5.36 4.43l1.28-1.54L13.5 14c.71-.66 1.37-1.34 1.94-2.05c.97-1.21 1.72-2.52 1.96-3.95H20V6h-7V4Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 4v2H4v2h11.36c-.23.87-.73 1.77-1.48 2.69c-.53.66-1.17 1.31-1.88 1.98c-.71-.67-1.35-1.32-1.88-1.98c-.47-.57-.82-1.14-1.09-1.69H6.85c.36 1.05.97 2.03 1.71 2.95c.57.71 1.23 1.39 1.94 2.05l-5.14 4.23l1.28 1.54L12 15.34l5.36 4.43l1.28-1.54L13.5 14c.71-.66 1.37-1.34 1.94-2.05c.97-1.21 1.72-2.52 1.96-3.95H20V6h-7V4Z"/></svg>
</template>

CSS

.icon-ideogram-cjk-variant {
  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%22M11%204v2H4v2h11.36c-.23.87-.73%201.77-1.48%202.69c-.53.66-1.17%201.31-1.88%201.98c-.71-.67-1.35-1.32-1.88-1.98c-.47-.57-.82-1.14-1.09-1.69H6.85c.36%201.05.97%202.03%201.71%202.95c.57.71%201.23%201.39%201.94%202.05l-5.14%204.23l1.28%201.54L12%2015.34l5.36%204.43l1.28-1.54L13.5%2014c.71-.66%201.37-1.34%201.94-2.05c.97-1.21%201.72-2.52%201.96-3.95H20V6h-7V4Z%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%22M11%204v2H4v2h11.36c-.23.87-.73%201.77-1.48%202.69c-.53.66-1.17%201.31-1.88%201.98c-.71-.67-1.35-1.32-1.88-1.98c-.47-.57-.82-1.14-1.09-1.69H6.85c.36%201.05.97%202.03%201.71%202.95c.57.71%201.23%201.39%201.94%202.05l-5.14%204.23l1.28%201.54L12%2015.34l5.36%204.43l1.28-1.54L13.5%2014c.71-.66%201.37-1.34%201.94-2.05c.97-1.21%201.72-2.52%201.96-3.95H20V6h-7V4Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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