syllabary hiragana icon
syllabary-hiragana from Material Design Icons by Pictogrammers · Filled · Alpha / Numeric · Apache-2.0 Free for personal and commercial use.
- Name
- syllabary-hiragana
- Set
- Material Design Icons
- Style
- Filled
- Category
- Alpha / Numeric
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- writing-system-hiragana
More alpha / numeric icons from Material Design Icons
Use the syllabary hiragana icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 4v2H6v2h3v2c-2.75 0-5 2.27-5 5.03a5.04 5.04 0 0 0 5.03 5.03c.86 0 1.69-.29 2.37-.8c.23.28.48.56.75.83l1.41-1.42c-.26-.25-.49-.52-.7-.78l1-1c1.07-1.07 1.92-2.66 2.56-4.3c.89.52 1.58 1.31 1.58 2.41c0 1.32-.53 2.6-1.46 3.54l1.41 1.41A7 7 0 0 0 20 15c0-1.96-1.18-3.64-2.85-4.45l.35-1.26l-1.95-.51l-.34 1.27c-.08 0-.15-.05-.24-.05H11V8h5V6h-5V4m0 8h3.5c-.56 1.37-1.31 2.72-2.06 3.47l-.65.66c-.54-1.2-.79-2.54-.79-4.13m-2 0c0 2.07.41 3.94 1.3 5.59c-.36.3-.8.47-1.27.47c-1.7 0-3.03-1.33-3.03-3.03C6 13.34 7.32 12 9 12"/></svg>
React
import type { SVGProps } from "react";
export function MdiSyllabaryHiragana(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="M9 4v2H6v2h3v2c-2.75 0-5 2.27-5 5.03a5.04 5.04 0 0 0 5.03 5.03c.86 0 1.69-.29 2.37-.8c.23.28.48.56.75.83l1.41-1.42c-.26-.25-.49-.52-.7-.78l1-1c1.07-1.07 1.92-2.66 2.56-4.3c.89.52 1.58 1.31 1.58 2.41c0 1.32-.53 2.6-1.46 3.54l1.41 1.41A7 7 0 0 0 20 15c0-1.96-1.18-3.64-2.85-4.45l.35-1.26l-1.95-.51l-.34 1.27c-.08 0-.15-.05-.24-.05H11V8h5V6h-5V4m0 8h3.5c-.56 1.37-1.31 2.72-2.06 3.47l-.65.66c-.54-1.2-.79-2.54-.79-4.13m-2 0c0 2.07.41 3.94 1.3 5.59c-.36.3-.8.47-1.27.47c-1.7 0-3.03-1.33-3.03-3.03C6 13.34 7.32 12 9 12"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 4v2H6v2h3v2c-2.75 0-5 2.27-5 5.03a5.04 5.04 0 0 0 5.03 5.03c.86 0 1.69-.29 2.37-.8c.23.28.48.56.75.83l1.41-1.42c-.26-.25-.49-.52-.7-.78l1-1c1.07-1.07 1.92-2.66 2.56-4.3c.89.52 1.58 1.31 1.58 2.41c0 1.32-.53 2.6-1.46 3.54l1.41 1.41A7 7 0 0 0 20 15c0-1.96-1.18-3.64-2.85-4.45l.35-1.26l-1.95-.51l-.34 1.27c-.08 0-.15-.05-.24-.05H11V8h5V6h-5V4m0 8h3.5c-.56 1.37-1.31 2.72-2.06 3.47l-.65.66c-.54-1.2-.79-2.54-.79-4.13m-2 0c0 2.07.41 3.94 1.3 5.59c-.36.3-.8.47-1.27.47c-1.7 0-3.03-1.33-3.03-3.03C6 13.34 7.32 12 9 12"/></svg> </template>
CSS
.icon-syllabary-hiragana {
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%22M9%204v2H6v2h3v2c-2.75%200-5%202.27-5%205.03a5.04%205.04%200%200%200%205.03%205.03c.86%200%201.69-.29%202.37-.8c.23.28.48.56.75.83l1.41-1.42c-.26-.25-.49-.52-.7-.78l1-1c1.07-1.07%201.92-2.66%202.56-4.3c.89.52%201.58%201.31%201.58%202.41c0%201.32-.53%202.6-1.46%203.54l1.41%201.41A7%207%200%200%200%2020%2015c0-1.96-1.18-3.64-2.85-4.45l.35-1.26l-1.95-.51l-.34%201.27c-.08%200-.15-.05-.24-.05H11V8h5V6h-5V4m0%208h3.5c-.56%201.37-1.31%202.72-2.06%203.47l-.65.66c-.54-1.2-.79-2.54-.79-4.13m-2%200c0%202.07.41%203.94%201.3%205.59c-.36.3-.8.47-1.27.47c-1.7%200-3.03-1.33-3.03-3.03C6%2013.34%207.32%2012%209%2012%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%22M9%204v2H6v2h3v2c-2.75%200-5%202.27-5%205.03a5.04%205.04%200%200%200%205.03%205.03c.86%200%201.69-.29%202.37-.8c.23.28.48.56.75.83l1.41-1.42c-.26-.25-.49-.52-.7-.78l1-1c1.07-1.07%201.92-2.66%202.56-4.3c.89.52%201.58%201.31%201.58%202.41c0%201.32-.53%202.6-1.46%203.54l1.41%201.41A7%207%200%200%200%2020%2015c0-1.96-1.18-3.64-2.85-4.45l.35-1.26l-1.95-.51l-.34%201.27c-.08%200-.15-.05-.24-.05H11V8h5V6h-5V4m0%208h3.5c-.56%201.37-1.31%202.72-2.06%203.47l-.65.66c-.54-1.2-.79-2.54-.79-4.13m-2%200c0%202.07.41%203.94%201.3%205.59c-.36.3-.8.47-1.27.47c-1.7%200-3.03-1.33-3.03-3.03C6%2013.34%207.32%2012%209%2012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/syllabary-hiragana.svg?color=%231a73e8&size=48