text format icon

text-format-outline from Solar by 480 Design · Outline · Text Formatting · CC-BY-4.0 Attribution required.

Name
text-format-outline
Set
Solar
Style
Outline
Category
Text Formatting
Viewbox
24×24
License
CC BY 4.0
Aliases
text-outline

5 other variants in Solar

The same icon in other sets

More text formatting icons from Solar

Use the text format icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.948 2.25C7.04954 2.24997 6.3003 2.24995 5.70552 2.32991C5.07773 2.41432 4.51093 2.59999 4.05546 3.05546C3.59999 3.51093 3.41432 4.07773 3.32991 4.70552C3.24995 5.3003 3.24997 6.04951 3.25 6.94798L3.25 7.95C3.25 8.36422 3.58579 8.7 4 8.7C4.41422 8.7 4.75 8.36422 4.75 7.95V7C4.75 6.03599 4.7516 5.38843 4.81654 4.9054C4.87858 4.44393 4.9858 4.24644 5.11612 4.11612C5.24644 3.9858 5.44393 3.87858 5.9054 3.81654C6.38843 3.7516 7.03599 3.75 8 3.75H11.25V20.25H7C6.58579 20.25 6.25 20.5858 6.25 21C6.25 21.4142 6.58579 21.75 7 21.75H17C17.4142 21.75 17.75 21.4142 17.75 21C17.75 20.5858 17.4142 20.25 17 20.25H12.75V3.75H16C16.964 3.75 17.6116 3.7516 18.0946 3.81654C18.5561 3.87858 18.7536 3.9858 18.8839 4.11612C19.0142 4.24644 19.1214 4.44393 19.1835 4.9054C19.2484 5.38843 19.25 6.03599 19.25 7V7.95C19.25 8.36422 19.5858 8.7 20 8.7C20.4142 8.7 20.75 8.36422 20.75 7.95V6.94801C20.75 6.04953 20.7501 5.30031 20.6701 4.70552C20.5857 4.07773 20.4 3.51093 19.9445 3.05546C19.4891 2.59999 18.9223 2.41432 18.2945 2.32991C17.6997 2.24995 16.9505 2.24997 16.052 2.25H7.948Z"/></svg>

React

import type { SVGProps } from "react";

export function SolarTextFormatOutline(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="M7.948 2.25C7.04954 2.24997 6.3003 2.24995 5.70552 2.32991C5.07773 2.41432 4.51093 2.59999 4.05546 3.05546C3.59999 3.51093 3.41432 4.07773 3.32991 4.70552C3.24995 5.3003 3.24997 6.04951 3.25 6.94798L3.25 7.95C3.25 8.36422 3.58579 8.7 4 8.7C4.41422 8.7 4.75 8.36422 4.75 7.95V7C4.75 6.03599 4.7516 5.38843 4.81654 4.9054C4.87858 4.44393 4.9858 4.24644 5.11612 4.11612C5.24644 3.9858 5.44393 3.87858 5.9054 3.81654C6.38843 3.7516 7.03599 3.75 8 3.75H11.25V20.25H7C6.58579 20.25 6.25 20.5858 6.25 21C6.25 21.4142 6.58579 21.75 7 21.75H17C17.4142 21.75 17.75 21.4142 17.75 21C17.75 20.5858 17.4142 20.25 17 20.25H12.75V3.75H16C16.964 3.75 17.6116 3.7516 18.0946 3.81654C18.5561 3.87858 18.7536 3.9858 18.8839 4.11612C19.0142 4.24644 19.1214 4.44393 19.1835 4.9054C19.2484 5.38843 19.25 6.03599 19.25 7V7.95C19.25 8.36422 19.5858 8.7 20 8.7C20.4142 8.7 20.75 8.36422 20.75 7.95V6.94801C20.75 6.04953 20.7501 5.30031 20.6701 4.70552C20.5857 4.07773 20.4 3.51093 19.9445 3.05546C19.4891 2.59999 18.9223 2.41432 18.2945 2.32991C17.6997 2.24995 16.9505 2.24997 16.052 2.25H7.948Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.948 2.25C7.04954 2.24997 6.3003 2.24995 5.70552 2.32991C5.07773 2.41432 4.51093 2.59999 4.05546 3.05546C3.59999 3.51093 3.41432 4.07773 3.32991 4.70552C3.24995 5.3003 3.24997 6.04951 3.25 6.94798L3.25 7.95C3.25 8.36422 3.58579 8.7 4 8.7C4.41422 8.7 4.75 8.36422 4.75 7.95V7C4.75 6.03599 4.7516 5.38843 4.81654 4.9054C4.87858 4.44393 4.9858 4.24644 5.11612 4.11612C5.24644 3.9858 5.44393 3.87858 5.9054 3.81654C6.38843 3.7516 7.03599 3.75 8 3.75H11.25V20.25H7C6.58579 20.25 6.25 20.5858 6.25 21C6.25 21.4142 6.58579 21.75 7 21.75H17C17.4142 21.75 17.75 21.4142 17.75 21C17.75 20.5858 17.4142 20.25 17 20.25H12.75V3.75H16C16.964 3.75 17.6116 3.7516 18.0946 3.81654C18.5561 3.87858 18.7536 3.9858 18.8839 4.11612C19.0142 4.24644 19.1214 4.44393 19.1835 4.9054C19.2484 5.38843 19.25 6.03599 19.25 7V7.95C19.25 8.36422 19.5858 8.7 20 8.7C20.4142 8.7 20.75 8.36422 20.75 7.95V6.94801C20.75 6.04953 20.7501 5.30031 20.6701 4.70552C20.5857 4.07773 20.4 3.51093 19.9445 3.05546C19.4891 2.59999 18.9223 2.41432 18.2945 2.32991C17.6997 2.24995 16.9505 2.24997 16.052 2.25H7.948Z"/></svg>
</template>

CSS

.icon-text-format-outline {
  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%22M7.948%202.25C7.04954%202.24997%206.3003%202.24995%205.70552%202.32991C5.07773%202.41432%204.51093%202.59999%204.05546%203.05546C3.59999%203.51093%203.41432%204.07773%203.32991%204.70552C3.24995%205.3003%203.24997%206.04951%203.25%206.94798L3.25%207.95C3.25%208.36422%203.58579%208.7%204%208.7C4.41422%208.7%204.75%208.36422%204.75%207.95V7C4.75%206.03599%204.7516%205.38843%204.81654%204.9054C4.87858%204.44393%204.9858%204.24644%205.11612%204.11612C5.24644%203.9858%205.44393%203.87858%205.9054%203.81654C6.38843%203.7516%207.03599%203.75%208%203.75H11.25V20.25H7C6.58579%2020.25%206.25%2020.5858%206.25%2021C6.25%2021.4142%206.58579%2021.75%207%2021.75H17C17.4142%2021.75%2017.75%2021.4142%2017.75%2021C17.75%2020.5858%2017.4142%2020.25%2017%2020.25H12.75V3.75H16C16.964%203.75%2017.6116%203.7516%2018.0946%203.81654C18.5561%203.87858%2018.7536%203.9858%2018.8839%204.11612C19.0142%204.24644%2019.1214%204.44393%2019.1835%204.9054C19.2484%205.38843%2019.25%206.03599%2019.25%207V7.95C19.25%208.36422%2019.5858%208.7%2020%208.7C20.4142%208.7%2020.75%208.36422%2020.75%207.95V6.94801C20.75%206.04953%2020.7501%205.30031%2020.6701%204.70552C20.5857%204.07773%2020.4%203.51093%2019.9445%203.05546C19.4891%202.59999%2018.9223%202.41432%2018.2945%202.32991C17.6997%202.24995%2016.9505%202.24997%2016.052%202.25H7.948Z%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%22M7.948%202.25C7.04954%202.24997%206.3003%202.24995%205.70552%202.32991C5.07773%202.41432%204.51093%202.59999%204.05546%203.05546C3.59999%203.51093%203.41432%204.07773%203.32991%204.70552C3.24995%205.3003%203.24997%206.04951%203.25%206.94798L3.25%207.95C3.25%208.36422%203.58579%208.7%204%208.7C4.41422%208.7%204.75%208.36422%204.75%207.95V7C4.75%206.03599%204.7516%205.38843%204.81654%204.9054C4.87858%204.44393%204.9858%204.24644%205.11612%204.11612C5.24644%203.9858%205.44393%203.87858%205.9054%203.81654C6.38843%203.7516%207.03599%203.75%208%203.75H11.25V20.25H7C6.58579%2020.25%206.25%2020.5858%206.25%2021C6.25%2021.4142%206.58579%2021.75%207%2021.75H17C17.4142%2021.75%2017.75%2021.4142%2017.75%2021C17.75%2020.5858%2017.4142%2020.25%2017%2020.25H12.75V3.75H16C16.964%203.75%2017.6116%203.7516%2018.0946%203.81654C18.5561%203.87858%2018.7536%203.9858%2018.8839%204.11612C19.0142%204.24644%2019.1214%204.44393%2019.1835%204.9054C19.2484%205.38843%2019.25%206.03599%2019.25%207V7.95C19.25%208.36422%2019.5858%208.7%2020%208.7C20.4142%208.7%2020.75%208.36422%2020.75%207.95V6.94801C20.75%206.04953%2020.7501%205.30031%2020.6701%204.70552C20.5857%204.07773%2020.4%203.51093%2019.9445%203.05546C19.4891%202.59999%2018.9223%202.41432%2018.2945%202.32991C17.6997%202.24995%2016.9505%202.24997%2016.052%202.25H7.948Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/text-format-outline.svg?color=%231a73e8&size=48