format letter spacing icon
format-letter-spacing from Material Design Icons by Pictogrammers · Filled · Text / Content / Format · Apache-2.0 Free for personal and commercial use.
- Name
- format-letter-spacing
- Set
- Material Design Icons
- Style
- Filled
- Category
- Text / Content / Format
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- format-kerning
The same icon in other sets
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 format letter spacing icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.4 10.7h4.1l-2-5.4zM15.6 3h1.7L22 15h-1.9l-1-2.6h-5.4l-1 2.6h-1.9zm-4.4 0h1.9L8.4 15H6.7L2 3h1.9l3.6 9.7M19 22v-2H5v2l-3-3l3-3v2h14v-2l3 3z"/></svg>
React
import type { SVGProps } from "react";
export function MdiFormatLetterSpacing(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.4 10.7h4.1l-2-5.4zM15.6 3h1.7L22 15h-1.9l-1-2.6h-5.4l-1 2.6h-1.9zm-4.4 0h1.9L8.4 15H6.7L2 3h1.9l3.6 9.7M19 22v-2H5v2l-3-3l3-3v2h14v-2l3 3z"/></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.4 10.7h4.1l-2-5.4zM15.6 3h1.7L22 15h-1.9l-1-2.6h-5.4l-1 2.6h-1.9zm-4.4 0h1.9L8.4 15H6.7L2 3h1.9l3.6 9.7M19 22v-2H5v2l-3-3l3-3v2h14v-2l3 3z"/></svg> </template>
CSS
.icon-format-letter-spacing {
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.4%2010.7h4.1l-2-5.4zM15.6%203h1.7L22%2015h-1.9l-1-2.6h-5.4l-1%202.6h-1.9zm-4.4%200h1.9L8.4%2015H6.7L2%203h1.9l3.6%209.7M19%2022v-2H5v2l-3-3l3-3v2h14v-2l3%203z%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.4%2010.7h4.1l-2-5.4zM15.6%203h1.7L22%2015h-1.9l-1-2.6h-5.4l-1%202.6h-1.9zm-4.4%200h1.9L8.4%2015H6.7L2%203h1.9l3.6%209.7M19%2022v-2H5v2l-3-3l3-3v2h14v-2l3%203z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/format-letter-spacing.svg?color=%231a73e8&size=48