language pinyin icon
language-pinyin-sharp from Material Symbols by Google · Sharp · Text · Apache-2.0 Free for personal and commercial use.
- Name
- language-pinyin-sharp
- Set
- Material Symbols
- Style
- Sharp
- Category
- Text
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- language-pinyin-outline-sharp
2 other variants in Material Symbols
The same icon in other sets
More text icons from Material Symbols
add-column-leftadd-column-rightadd-linkadd-notesadd-row-aboveadd-row-belowadd-to-drivealign-centeralign-endalign-flex-centeralign-flex-endalign-flex-startalign-horizontal-centeralign-horizontal-leftalign-horizontal-rightalign-items-stretchalign-justify-centeralign-justify-flex-endalign-justify-flex-startalign-justify-space-aroundalign-justify-space-betweenalign-justify-space-evenalign-justify-stretchalign-self-stretch
Use the language pinyin icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14 12h2V9h-2zm-9.5 8L4 18h2v-3.625l-.825.338q-.4.163-.775.287L4 13.05q.475-.1.988-.275T6 12.4V9H4.5V7H6V4h2v3h1.5v2H8v2.4q.375-.225.725-.45t.675-.45v2q-.3.25-.65.488t-.75.437V20zm5.55 0l-1.1-1.65q1.05-.7 1.813-1.875T11.825 14H10v-2h2V9h-1.5V7h9v2H18v3h2v2h-2v6h-2v-6h-2.15q-.35 1.775-1.362 3.413T10.05 20m7.2-12.25L15.525 7q.4-.675.888-1.475T17.2 4l1.85.675q-.375.725-.875 1.55T17.25 7.75m-4.725-.2q-.425-.625-.975-1.375T10.5 4.85L12.3 4q.45.575.963 1.3t.937 1.325z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLanguagePinyinSharp(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="M14 12h2V9h-2zm-9.5 8L4 18h2v-3.625l-.825.338q-.4.163-.775.287L4 13.05q.475-.1.988-.275T6 12.4V9H4.5V7H6V4h2v3h1.5v2H8v2.4q.375-.225.725-.45t.675-.45v2q-.3.25-.65.488t-.75.437V20zm5.55 0l-1.1-1.65q1.05-.7 1.813-1.875T11.825 14H10v-2h2V9h-1.5V7h9v2H18v3h2v2h-2v6h-2v-6h-2.15q-.35 1.775-1.362 3.413T10.05 20m7.2-12.25L15.525 7q.4-.675.888-1.475T17.2 4l1.85.675q-.375.725-.875 1.55T17.25 7.75m-4.725-.2q-.425-.625-.975-1.375T10.5 4.85L12.3 4q.45.575.963 1.3t.937 1.325z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14 12h2V9h-2zm-9.5 8L4 18h2v-3.625l-.825.338q-.4.163-.775.287L4 13.05q.475-.1.988-.275T6 12.4V9H4.5V7H6V4h2v3h1.5v2H8v2.4q.375-.225.725-.45t.675-.45v2q-.3.25-.65.488t-.75.437V20zm5.55 0l-1.1-1.65q1.05-.7 1.813-1.875T11.825 14H10v-2h2V9h-1.5V7h9v2H18v3h2v2h-2v6h-2v-6h-2.15q-.35 1.775-1.362 3.413T10.05 20m7.2-12.25L15.525 7q.4-.675.888-1.475T17.2 4l1.85.675q-.375.725-.875 1.55T17.25 7.75m-4.725-.2q-.425-.625-.975-1.375T10.5 4.85L12.3 4q.45.575.963 1.3t.937 1.325z"/></svg> </template>
CSS
.icon-language-pinyin-sharp {
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%22M14%2012h2V9h-2zm-9.5%208L4%2018h2v-3.625l-.825.338q-.4.163-.775.287L4%2013.05q.475-.1.988-.275T6%2012.4V9H4.5V7H6V4h2v3h1.5v2H8v2.4q.375-.225.725-.45t.675-.45v2q-.3.25-.65.488t-.75.437V20zm5.55%200l-1.1-1.65q1.05-.7%201.813-1.875T11.825%2014H10v-2h2V9h-1.5V7h9v2H18v3h2v2h-2v6h-2v-6h-2.15q-.35%201.775-1.362%203.413T10.05%2020m7.2-12.25L15.525%207q.4-.675.888-1.475T17.2%204l1.85.675q-.375.725-.875%201.55T17.25%207.75m-4.725-.2q-.425-.625-.975-1.375T10.5%204.85L12.3%204q.45.575.963%201.3t.937%201.325z%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%22M14%2012h2V9h-2zm-9.5%208L4%2018h2v-3.625l-.825.338q-.4.163-.775.287L4%2013.05q.475-.1.988-.275T6%2012.4V9H4.5V7H6V4h2v3h1.5v2H8v2.4q.375-.225.725-.45t.675-.45v2q-.3.25-.65.488t-.75.437V20zm5.55%200l-1.1-1.65q1.05-.7%201.813-1.875T11.825%2014H10v-2h2V9h-1.5V7h9v2H18v3h2v2h-2v6h-2v-6h-2.15q-.35%201.775-1.362%203.413T10.05%2020m7.2-12.25L15.525%207q.4-.675.888-1.475T17.2%204l1.85.675q-.375.725-.875%201.55T17.25%207.75m-4.725-.2q-.425-.625-.975-1.375T10.5%204.85L12.3%204q.45.575.963%201.3t.937%201.325z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/language-pinyin-sharp.svg?color=%231a73e8&size=48