paragraph from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.

Name
paragraph
Set
Framework7 Icons
Style
Outline
Viewbox
56×56
License
MIT

The same icon in other sets

Use the paragraph icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M9.895 17.84c0 7.055 4.968 11.719 12.515 11.719h3.797v18.14c0 1.313.82 2.157 2.156 2.157c1.313 0 2.18-.844 2.18-2.157V10.481h5.086v37.218c0 1.313.82 2.157 2.133 2.157c1.336 0 2.203-.844 2.203-2.157V10.481h3.96c1.337 0 2.18-.891 2.18-2.204c0-1.312-.843-2.132-2.18-2.132H22.294c-7.477 0-12.398 4.64-12.398 11.695"/></svg>

React

import type { SVGProps } from "react";

export function F7Paragraph(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M9.895 17.84c0 7.055 4.968 11.719 12.515 11.719h3.797v18.14c0 1.313.82 2.157 2.156 2.157c1.313 0 2.18-.844 2.18-2.157V10.481h5.086v37.218c0 1.313.82 2.157 2.133 2.157c1.336 0 2.203-.844 2.203-2.157V10.481h3.96c1.337 0 2.18-.891 2.18-2.204c0-1.312-.843-2.132-2.18-2.132H22.294c-7.477 0-12.398 4.64-12.398 11.695"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M9.895 17.84c0 7.055 4.968 11.719 12.515 11.719h3.797v18.14c0 1.313.82 2.157 2.156 2.157c1.313 0 2.18-.844 2.18-2.157V10.481h5.086v37.218c0 1.313.82 2.157 2.133 2.157c1.336 0 2.203-.844 2.203-2.157V10.481h3.96c1.337 0 2.18-.891 2.18-2.204c0-1.312-.843-2.132-2.18-2.132H22.294c-7.477 0-12.398 4.64-12.398 11.695"/></svg>
</template>

CSS

.icon-paragraph {
  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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.895%2017.84c0%207.055%204.968%2011.719%2012.515%2011.719h3.797v18.14c0%201.313.82%202.157%202.156%202.157c1.313%200%202.18-.844%202.18-2.157V10.481h5.086v37.218c0%201.313.82%202.157%202.133%202.157c1.336%200%202.203-.844%202.203-2.157V10.481h3.96c1.337%200%202.18-.891%202.18-2.204c0-1.312-.843-2.132-2.18-2.132H22.294c-7.477%200-12.398%204.64-12.398%2011.695%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.895%2017.84c0%207.055%204.968%2011.719%2012.515%2011.719h3.797v18.14c0%201.313.82%202.157%202.156%202.157c1.313%200%202.18-.844%202.18-2.157V10.481h5.086v37.218c0%201.313.82%202.157%202.133%202.157c1.336%200%202.203-.844%202.203-2.157V10.481h3.96c1.337%200%202.18-.891%202.18-2.204c0-1.312-.843-2.132-2.18-2.132H22.294c-7.477%200-12.398%204.64-12.398%2011.695%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/paragraph.svg?color=%231a73e8&size=48