format letter spacing 2 icon

format-letter-spacing-2-rounded from Material Symbols by Google · Rounded · Text · Apache-2.0 Free for personal and commercial use.

Name
format-letter-spacing-2-rounded
Set
Material Symbols
Style
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

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-.3.3-.7.3t-.7-.3l-2.6-2.6q-.3-.3-.3-.7t.3-.7l2.6-2.6q.3-.3.7-.3t.7.3t.3.713t-.3.712L5.825 17h12.35l-.875-.875q-.275-.3-.287-.712t.287-.713t.7-.3t.7.3l2.6 2.6q.3.3.3.7t-.3.7l-2.6 2.6q-.3.3-.7.3t-.7-.3t-.3-.712t.3-.713l.875-.875H5.825l.875.875q.275.3.287.713T6.7 21.3m.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 MaterialSymbolsFormatLetterSpacing2Rounded(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-.3.3-.7.3t-.7-.3l-2.6-2.6q-.3-.3-.3-.7t.3-.7l2.6-2.6q.3-.3.7-.3t.7.3t.3.713t-.3.712L5.825 17h12.35l-.875-.875q-.275-.3-.287-.712t.287-.713t.7-.3t.7.3l2.6 2.6q.3.3.3.7t-.3.7l-2.6 2.6q-.3.3-.7.3t-.7-.3t-.3-.712t.3-.713l.875-.875H5.825l.875.875q.275.3.287.713T6.7 21.3m.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-.3.3-.7.3t-.7-.3l-2.6-2.6q-.3-.3-.3-.7t.3-.7l2.6-2.6q.3-.3.7-.3t.7.3t.3.713t-.3.712L5.825 17h12.35l-.875-.875q-.275-.3-.287-.712t.287-.713t.7-.3t.7.3l2.6 2.6q.3.3.3.7t-.3.7l-2.6 2.6q-.3.3-.7.3t-.7-.3t-.3-.712t.3-.713l.875-.875H5.825l.875.875q.275.3.287.713T6.7 21.3m.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-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-.3.3-.7.3t-.7-.3l-2.6-2.6q-.3-.3-.3-.7t.3-.7l2.6-2.6q.3-.3.7-.3t.7.3t.3.713t-.3.712L5.825%2017h12.35l-.875-.875q-.275-.3-.287-.712t.287-.713t.7-.3t.7.3l2.6%202.6q.3.3.3.7t-.3.7l-2.6%202.6q-.3.3-.7.3t-.7-.3t-.3-.712t.3-.713l.875-.875H5.825l.875.875q.275.3.287.713T6.7%2021.3m.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-.3.3-.7.3t-.7-.3l-2.6-2.6q-.3-.3-.3-.7t.3-.7l2.6-2.6q.3-.3.7-.3t.7.3t.3.713t-.3.712L5.825%2017h12.35l-.875-.875q-.275-.3-.287-.712t.287-.713t.7-.3t.7.3l2.6%202.6q.3.3.3.7t-.3.7l-2.6%202.6q-.3.3-.7.3t-.7-.3t-.3-.712t.3-.713l.875-.875H5.825l.875.875q.275.3.287.713T6.7%2021.3m.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-rounded.svg?color=%231a73e8&size=48