furigana horizontal icon
furigana-horizontal from Material Design Icons by Pictogrammers · Filled · Text / Content / Format · Apache-2.0 Free for personal and commercial use.
- Name
- furigana-horizontal
- Set
- Material Design Icons
- Style
- Filled
- Category
- Text / Content / Format
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- ruby-horizontal
More text / content / format icons from Material Design Icons
align-horizontal-distributealign-vertical-distributeborder-allborder-all-variantborder-bottomborder-bottom-variantborder-horizontalborder-insideborder-leftborder-left-variantborder-noneborder-none-variantborder-outsideborder-radiusborder-rightborder-right-variantborder-styleborder-topborder-top-variantborder-verticalcaps-lockcontent-copycontent-pasteformat-align-bottom
Use the furigana horizontal icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.5 2a2.5 2.5 0 0 0 0 5a2.5 2.5 0 0 0 0-5m7 0a2.5 2.5 0 0 0 0 5a2.5 2.5 0 0 0 0-5M11 8v2H5v2h9.95c-.42 1.13-1.45 2.5-2.79 3.67c-1.04-.93-1.81-1.85-2.34-2.67H7.5c.58 1.25 1.63 2.62 3.12 3.96l-4.07 3.26l-.79.62L7 22.41l.8-.63l4.37-3.5l4.38 3.5l.78.63l1.25-1.57l-.78-.62l-4.07-3.25c1.61-1.47 2.97-3.12 3.34-4.97H19v-2h-6V8z"/></svg>
React
import type { SVGProps } from "react";
export function MdiFuriganaHorizontal(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="M8.5 2a2.5 2.5 0 0 0 0 5a2.5 2.5 0 0 0 0-5m7 0a2.5 2.5 0 0 0 0 5a2.5 2.5 0 0 0 0-5M11 8v2H5v2h9.95c-.42 1.13-1.45 2.5-2.79 3.67c-1.04-.93-1.81-1.85-2.34-2.67H7.5c.58 1.25 1.63 2.62 3.12 3.96l-4.07 3.26l-.79.62L7 22.41l.8-.63l4.37-3.5l4.38 3.5l.78.63l1.25-1.57l-.78-.62l-4.07-3.25c1.61-1.47 2.97-3.12 3.34-4.97H19v-2h-6V8z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.5 2a2.5 2.5 0 0 0 0 5a2.5 2.5 0 0 0 0-5m7 0a2.5 2.5 0 0 0 0 5a2.5 2.5 0 0 0 0-5M11 8v2H5v2h9.95c-.42 1.13-1.45 2.5-2.79 3.67c-1.04-.93-1.81-1.85-2.34-2.67H7.5c.58 1.25 1.63 2.62 3.12 3.96l-4.07 3.26l-.79.62L7 22.41l.8-.63l4.37-3.5l4.38 3.5l.78.63l1.25-1.57l-.78-.62l-4.07-3.25c1.61-1.47 2.97-3.12 3.34-4.97H19v-2h-6V8z"/></svg> </template>
CSS
.icon-furigana-horizontal {
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%22M8.5%202a2.5%202.5%200%200%200%200%205a2.5%202.5%200%200%200%200-5m7%200a2.5%202.5%200%200%200%200%205a2.5%202.5%200%200%200%200-5M11%208v2H5v2h9.95c-.42%201.13-1.45%202.5-2.79%203.67c-1.04-.93-1.81-1.85-2.34-2.67H7.5c.58%201.25%201.63%202.62%203.12%203.96l-4.07%203.26l-.79.62L7%2022.41l.8-.63l4.37-3.5l4.38%203.5l.78.63l1.25-1.57l-.78-.62l-4.07-3.25c1.61-1.47%202.97-3.12%203.34-4.97H19v-2h-6V8z%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%22M8.5%202a2.5%202.5%200%200%200%200%205a2.5%202.5%200%200%200%200-5m7%200a2.5%202.5%200%200%200%200%205a2.5%202.5%200%200%200%200-5M11%208v2H5v2h9.95c-.42%201.13-1.45%202.5-2.79%203.67c-1.04-.93-1.81-1.85-2.34-2.67H7.5c.58%201.25%201.63%202.62%203.12%203.96l-4.07%203.26l-.79.62L7%2022.41l.8-.63l4.37-3.5l4.38%203.5l.78.63l1.25-1.57l-.78-.62l-4.07-3.25c1.61-1.47%202.97-3.12%203.34-4.97H19v-2h-6V8z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/furigana-horizontal.svg?color=%231a73e8&size=48