language chinese cangjie icon

language-chinese-cangjie from Material Symbols by Google · Regular · Text · Apache-2.0 Free for personal and commercial use.

Name
language-chinese-cangjie
Set
Material Symbols
Style
Regular
Category
Text
Viewbox
24×24
License
Apache 2.0
Aliases
language-chinese-cangjie-outline, language-chinese-cangjie-outline-sharp, language-chinese-cangjie-sharp

1 other variant in Material Symbols

The same icon in other sets

More text icons from Material Symbols

Use the language chinese cangjie icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.825 17.75q-.175-.25-.4-.437t-.475-.338Q2.925 16 3.4 14.713t.475-2.663v-1.9H11.5v3.675H4.925q-.2 1.15-.675 2.2T2.825 17.75m2.225-4.825h5.275V11.05H5.05zm-2.6-1.95q-.125-.275-.3-.5t-.375-.425q1.525-.65 2.85-1.6t2.425-2.2h1.1q1.175 1.2 2.588 2.063T13.65 9.9q-.225.225-.413.475t-.312.525q-1.425-.725-2.787-1.562T7.65 7.375q-1.075 1.2-2.387 2.1t-2.813 1.5m2.425 6.775v-3.5h7v3.5h-1.1v-2.525h-4.8v2.525zm.45-8.075v-.9h4.725v.9zM4.4 12.4v-.85h6.675v.85zm.825 4.975v-.95h6.05v.95zM17.55 15.65q.7 0 1.363-.325t1.212-.925v-2.65q-.575.075-1.062.175t-.913.225q-1.125.35-1.687.875T15.9 14.25q0 .65.45 1.025t1.2.375m-.575 1.7q-1.425 0-2.25-.812t-.825-2.213q0-1.3.825-2.125t2.65-1.325q.575-.15 1.263-.275t1.487-.225q-.05-1.175-.55-1.713t-1.55-.537q-.65 0-1.287.238T15.1 9.2l-.8-1.4q.825-.625 1.938-1.012T18.5 6.4q1.775 0 2.7 1.1t.925 3.2v6.425H20.45L20.3 16q-.7.625-1.537.988t-1.788.362"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLanguageChineseCangjie(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="M2.825 17.75q-.175-.25-.4-.437t-.475-.338Q2.925 16 3.4 14.713t.475-2.663v-1.9H11.5v3.675H4.925q-.2 1.15-.675 2.2T2.825 17.75m2.225-4.825h5.275V11.05H5.05zm-2.6-1.95q-.125-.275-.3-.5t-.375-.425q1.525-.65 2.85-1.6t2.425-2.2h1.1q1.175 1.2 2.588 2.063T13.65 9.9q-.225.225-.413.475t-.312.525q-1.425-.725-2.787-1.562T7.65 7.375q-1.075 1.2-2.387 2.1t-2.813 1.5m2.425 6.775v-3.5h7v3.5h-1.1v-2.525h-4.8v2.525zm.45-8.075v-.9h4.725v.9zM4.4 12.4v-.85h6.675v.85zm.825 4.975v-.95h6.05v.95zM17.55 15.65q.7 0 1.363-.325t1.212-.925v-2.65q-.575.075-1.062.175t-.913.225q-1.125.35-1.687.875T15.9 14.25q0 .65.45 1.025t1.2.375m-.575 1.7q-1.425 0-2.25-.812t-.825-2.213q0-1.3.825-2.125t2.65-1.325q.575-.15 1.263-.275t1.487-.225q-.05-1.175-.55-1.713t-1.55-.537q-.65 0-1.287.238T15.1 9.2l-.8-1.4q.825-.625 1.938-1.012T18.5 6.4q1.775 0 2.7 1.1t.925 3.2v6.425H20.45L20.3 16q-.7.625-1.537.988t-1.788.362"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.825 17.75q-.175-.25-.4-.437t-.475-.338Q2.925 16 3.4 14.713t.475-2.663v-1.9H11.5v3.675H4.925q-.2 1.15-.675 2.2T2.825 17.75m2.225-4.825h5.275V11.05H5.05zm-2.6-1.95q-.125-.275-.3-.5t-.375-.425q1.525-.65 2.85-1.6t2.425-2.2h1.1q1.175 1.2 2.588 2.063T13.65 9.9q-.225.225-.413.475t-.312.525q-1.425-.725-2.787-1.562T7.65 7.375q-1.075 1.2-2.387 2.1t-2.813 1.5m2.425 6.775v-3.5h7v3.5h-1.1v-2.525h-4.8v2.525zm.45-8.075v-.9h4.725v.9zM4.4 12.4v-.85h6.675v.85zm.825 4.975v-.95h6.05v.95zM17.55 15.65q.7 0 1.363-.325t1.212-.925v-2.65q-.575.075-1.062.175t-.913.225q-1.125.35-1.687.875T15.9 14.25q0 .65.45 1.025t1.2.375m-.575 1.7q-1.425 0-2.25-.812t-.825-2.213q0-1.3.825-2.125t2.65-1.325q.575-.15 1.263-.275t1.487-.225q-.05-1.175-.55-1.713t-1.55-.537q-.65 0-1.287.238T15.1 9.2l-.8-1.4q.825-.625 1.938-1.012T18.5 6.4q1.775 0 2.7 1.1t.925 3.2v6.425H20.45L20.3 16q-.7.625-1.537.988t-1.788.362"/></svg>
</template>

CSS

.icon-language-chinese-cangjie {
  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%22M2.825%2017.75q-.175-.25-.4-.437t-.475-.338Q2.925%2016%203.4%2014.713t.475-2.663v-1.9H11.5v3.675H4.925q-.2%201.15-.675%202.2T2.825%2017.75m2.225-4.825h5.275V11.05H5.05zm-2.6-1.95q-.125-.275-.3-.5t-.375-.425q1.525-.65%202.85-1.6t2.425-2.2h1.1q1.175%201.2%202.588%202.063T13.65%209.9q-.225.225-.413.475t-.312.525q-1.425-.725-2.787-1.562T7.65%207.375q-1.075%201.2-2.387%202.1t-2.813%201.5m2.425%206.775v-3.5h7v3.5h-1.1v-2.525h-4.8v2.525zm.45-8.075v-.9h4.725v.9zM4.4%2012.4v-.85h6.675v.85zm.825%204.975v-.95h6.05v.95zM17.55%2015.65q.7%200%201.363-.325t1.212-.925v-2.65q-.575.075-1.062.175t-.913.225q-1.125.35-1.687.875T15.9%2014.25q0%20.65.45%201.025t1.2.375m-.575%201.7q-1.425%200-2.25-.812t-.825-2.213q0-1.3.825-2.125t2.65-1.325q.575-.15%201.263-.275t1.487-.225q-.05-1.175-.55-1.713t-1.55-.537q-.65%200-1.287.238T15.1%209.2l-.8-1.4q.825-.625%201.938-1.012T18.5%206.4q1.775%200%202.7%201.1t.925%203.2v6.425H20.45L20.3%2016q-.7.625-1.537.988t-1.788.362%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%22M2.825%2017.75q-.175-.25-.4-.437t-.475-.338Q2.925%2016%203.4%2014.713t.475-2.663v-1.9H11.5v3.675H4.925q-.2%201.15-.675%202.2T2.825%2017.75m2.225-4.825h5.275V11.05H5.05zm-2.6-1.95q-.125-.275-.3-.5t-.375-.425q1.525-.65%202.85-1.6t2.425-2.2h1.1q1.175%201.2%202.588%202.063T13.65%209.9q-.225.225-.413.475t-.312.525q-1.425-.725-2.787-1.562T7.65%207.375q-1.075%201.2-2.387%202.1t-2.813%201.5m2.425%206.775v-3.5h7v3.5h-1.1v-2.525h-4.8v2.525zm.45-8.075v-.9h4.725v.9zM4.4%2012.4v-.85h6.675v.85zm.825%204.975v-.95h6.05v.95zM17.55%2015.65q.7%200%201.363-.325t1.212-.925v-2.65q-.575.075-1.062.175t-.913.225q-1.125.35-1.687.875T15.9%2014.25q0%20.65.45%201.025t1.2.375m-.575%201.7q-1.425%200-2.25-.812t-.825-2.213q0-1.3.825-2.125t2.65-1.325q.575-.15%201.263-.275t1.487-.225q-.05-1.175-.55-1.713t-1.55-.537q-.65%200-1.287.238T15.1%209.2l-.8-1.4q.825-.625%201.938-1.012T18.5%206.4q1.775%200%202.7%201.1t.925%203.2v6.425H20.45L20.3%2016q-.7.625-1.537.988t-1.788.362%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/language-chinese-cangjie.svg?color=%231a73e8&size=48