format letter spacing 2 icon
format-letter-spacing-2-outline-rounded from Material Symbols by Google · Outline Rounded · Text · Apache-2.0 Free for personal and commercial use.
- Name
- format-letter-spacing-2-outline-rounded
- Set
- Material Symbols
- Style
- Outline Rounded
- Category
- Text
- Viewbox
- 24×24
- License
- Apache 2.0
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 format letter spacing 2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.7 21.3q-.275.275-.7.275t-.7-.275l-2.6-2.6q-.3-.3-.3-.7t.3-.7l2.6-2.6q.275-.275.688-.275t.712.275q.3.3.3.713t-.3.712L5.825 17h12.35l-.9-.9Q17 15.825 17 15.413t.3-.713q.275-.275.7-.275t.7.275l2.6 2.6q.3.3.3.7t-.3.7l-2.6 2.6q-.275.275-.687.275T17.3 21.3q-.3-.3-.3-.712t.3-.713l.875-.875H5.825l.9.9q.275.275.275.688t-.3.712m.65-9.5l3.425-9.2q.1-.275.338-.438T11.65 2h.7q.3 0 .538.163t.337.437l3.425 9.225q.15.425-.1.8t-.7.375q-.275 0-.512-.162T15 12.4l-.75-2.2H9.8L9 12.425q-.1.275-.325.425t-.5.15q-.475 0-.737-.387T7.35 11.8m3-3.2h3.3l-1.6-4.55h-.1z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsFormatLetterSpacing2OutlineRounded(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="M6.7 21.3q-.275.275-.7.275t-.7-.275l-2.6-2.6q-.3-.3-.3-.7t.3-.7l2.6-2.6q.275-.275.688-.275t.712.275q.3.3.3.713t-.3.712L5.825 17h12.35l-.9-.9Q17 15.825 17 15.413t.3-.713q.275-.275.7-.275t.7.275l2.6 2.6q.3.3.3.7t-.3.7l-2.6 2.6q-.275.275-.687.275T17.3 21.3q-.3-.3-.3-.712t.3-.713l.875-.875H5.825l.9.9q.275.275.275.688t-.3.712m.65-9.5l3.425-9.2q.1-.275.338-.438T11.65 2h.7q.3 0 .538.163t.337.437l3.425 9.225q.15.425-.1.8t-.7.375q-.275 0-.512-.162T15 12.4l-.75-2.2H9.8L9 12.425q-.1.275-.325.425t-.5.15q-.475 0-.737-.387T7.35 11.8m3-3.2h3.3l-1.6-4.55h-.1z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.7 21.3q-.275.275-.7.275t-.7-.275l-2.6-2.6q-.3-.3-.3-.7t.3-.7l2.6-2.6q.275-.275.688-.275t.712.275q.3.3.3.713t-.3.712L5.825 17h12.35l-.9-.9Q17 15.825 17 15.413t.3-.713q.275-.275.7-.275t.7.275l2.6 2.6q.3.3.3.7t-.3.7l-2.6 2.6q-.275.275-.687.275T17.3 21.3q-.3-.3-.3-.712t.3-.713l.875-.875H5.825l.9.9q.275.275.275.688t-.3.712m.65-9.5l3.425-9.2q.1-.275.338-.438T11.65 2h.7q.3 0 .538.163t.337.437l3.425 9.225q.15.425-.1.8t-.7.375q-.275 0-.512-.162T15 12.4l-.75-2.2H9.8L9 12.425q-.1.275-.325.425t-.5.15q-.475 0-.737-.387T7.35 11.8m3-3.2h3.3l-1.6-4.55h-.1z"/></svg> </template>
CSS
.icon-format-letter-spacing-2-outline-rounded {
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%22M6.7%2021.3q-.275.275-.7.275t-.7-.275l-2.6-2.6q-.3-.3-.3-.7t.3-.7l2.6-2.6q.275-.275.688-.275t.712.275q.3.3.3.713t-.3.712L5.825%2017h12.35l-.9-.9Q17%2015.825%2017%2015.413t.3-.713q.275-.275.7-.275t.7.275l2.6%202.6q.3.3.3.7t-.3.7l-2.6%202.6q-.275.275-.687.275T17.3%2021.3q-.3-.3-.3-.712t.3-.713l.875-.875H5.825l.9.9q.275.275.275.688t-.3.712m.65-9.5l3.425-9.2q.1-.275.338-.438T11.65%202h.7q.3%200%20.538.163t.337.437l3.425%209.225q.15.425-.1.8t-.7.375q-.275%200-.512-.162T15%2012.4l-.75-2.2H9.8L9%2012.425q-.1.275-.325.425t-.5.15q-.475%200-.737-.387T7.35%2011.8m3-3.2h3.3l-1.6-4.55h-.1z%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%22M6.7%2021.3q-.275.275-.7.275t-.7-.275l-2.6-2.6q-.3-.3-.3-.7t.3-.7l2.6-2.6q.275-.275.688-.275t.712.275q.3.3.3.713t-.3.712L5.825%2017h12.35l-.9-.9Q17%2015.825%2017%2015.413t.3-.713q.275-.275.7-.275t.7.275l2.6%202.6q.3.3.3.7t-.3.7l-2.6%202.6q-.275.275-.687.275T17.3%2021.3q-.3-.3-.3-.712t.3-.713l.875-.875H5.825l.9.9q.275.275.275.688t-.3.712m.65-9.5l3.425-9.2q.1-.275.338-.438T11.65%202h.7q.3%200%20.538.163t.337.437l3.425%209.225q.15.425-.1.8t-.7.375q-.275%200-.512-.162T15%2012.4l-.75-2.2H9.8L9%2012.425q-.1.275-.325.425t-.5.15q-.475%200-.737-.387T7.35%2011.8m3-3.2h3.3l-1.6-4.55h-.1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/format-letter-spacing-2-outline-rounded.svg?color=%231a73e8&size=48