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

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

Related icons in Framework7 Icons

Use the textformat icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M3.543 45.297c1.172 0 1.758-.469 2.227-1.758l3-8.297h13.828l3.023 8.297c.446 1.29 1.055 1.758 2.227 1.758c1.265 0 2.086-.727 2.086-1.922c0-.398-.07-.75-.258-1.266L18.684 12.86c-.54-1.453-1.5-2.156-3-2.156c-1.453 0-2.414.703-2.93 2.133L1.738 42.133c-.187.515-.258.867-.258 1.265c0 1.196.774 1.899 2.063 1.899m6.375-13.64l5.695-15.774h.141l5.672 15.773Zm32.367 13.616c3.563 0 6.914-1.945 8.344-4.945h.07v3.047c0 1.148.82 1.922 1.922 1.922c1.125 0 1.898-.774 1.898-2.016V27.766c0-5.063-3.703-8.32-9.609-8.32c-4.383 0-8.015 1.921-9.375 4.898c-.258.586-.422 1.148-.422 1.64c0 1.032.75 1.688 1.758 1.688c.75 0 1.29-.258 1.664-.914c1.266-2.695 3.258-3.938 6.281-3.938c3.61 0 5.743 2.016 5.743 5.274v1.968l-7.477.422c-5.883.328-9.164 3.047-9.164 7.36c0 4.476 3.422 7.43 8.367 7.43m.938-3.257c-3.14 0-5.25-1.711-5.25-4.243c0-2.46 1.968-4.101 5.601-4.336l6.985-.445v2.438c0 3.703-3.258 6.586-7.336 6.586"/></svg>

React

import type { SVGProps } from "react";

export function F7Textformat(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="M3.543 45.297c1.172 0 1.758-.469 2.227-1.758l3-8.297h13.828l3.023 8.297c.446 1.29 1.055 1.758 2.227 1.758c1.265 0 2.086-.727 2.086-1.922c0-.398-.07-.75-.258-1.266L18.684 12.86c-.54-1.453-1.5-2.156-3-2.156c-1.453 0-2.414.703-2.93 2.133L1.738 42.133c-.187.515-.258.867-.258 1.265c0 1.196.774 1.899 2.063 1.899m6.375-13.64l5.695-15.774h.141l5.672 15.773Zm32.367 13.616c3.563 0 6.914-1.945 8.344-4.945h.07v3.047c0 1.148.82 1.922 1.922 1.922c1.125 0 1.898-.774 1.898-2.016V27.766c0-5.063-3.703-8.32-9.609-8.32c-4.383 0-8.015 1.921-9.375 4.898c-.258.586-.422 1.148-.422 1.64c0 1.032.75 1.688 1.758 1.688c.75 0 1.29-.258 1.664-.914c1.266-2.695 3.258-3.938 6.281-3.938c3.61 0 5.743 2.016 5.743 5.274v1.968l-7.477.422c-5.883.328-9.164 3.047-9.164 7.36c0 4.476 3.422 7.43 8.367 7.43m.938-3.257c-3.14 0-5.25-1.711-5.25-4.243c0-2.46 1.968-4.101 5.601-4.336l6.985-.445v2.438c0 3.703-3.258 6.586-7.336 6.586"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M3.543 45.297c1.172 0 1.758-.469 2.227-1.758l3-8.297h13.828l3.023 8.297c.446 1.29 1.055 1.758 2.227 1.758c1.265 0 2.086-.727 2.086-1.922c0-.398-.07-.75-.258-1.266L18.684 12.86c-.54-1.453-1.5-2.156-3-2.156c-1.453 0-2.414.703-2.93 2.133L1.738 42.133c-.187.515-.258.867-.258 1.265c0 1.196.774 1.899 2.063 1.899m6.375-13.64l5.695-15.774h.141l5.672 15.773Zm32.367 13.616c3.563 0 6.914-1.945 8.344-4.945h.07v3.047c0 1.148.82 1.922 1.922 1.922c1.125 0 1.898-.774 1.898-2.016V27.766c0-5.063-3.703-8.32-9.609-8.32c-4.383 0-8.015 1.921-9.375 4.898c-.258.586-.422 1.148-.422 1.64c0 1.032.75 1.688 1.758 1.688c.75 0 1.29-.258 1.664-.914c1.266-2.695 3.258-3.938 6.281-3.938c3.61 0 5.743 2.016 5.743 5.274v1.968l-7.477.422c-5.883.328-9.164 3.047-9.164 7.36c0 4.476 3.422 7.43 8.367 7.43m.938-3.257c-3.14 0-5.25-1.711-5.25-4.243c0-2.46 1.968-4.101 5.601-4.336l6.985-.445v2.438c0 3.703-3.258 6.586-7.336 6.586"/></svg>
</template>

CSS

.icon-textformat {
  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%22M3.543%2045.297c1.172%200%201.758-.469%202.227-1.758l3-8.297h13.828l3.023%208.297c.446%201.29%201.055%201.758%202.227%201.758c1.265%200%202.086-.727%202.086-1.922c0-.398-.07-.75-.258-1.266L18.684%2012.86c-.54-1.453-1.5-2.156-3-2.156c-1.453%200-2.414.703-2.93%202.133L1.738%2042.133c-.187.515-.258.867-.258%201.265c0%201.196.774%201.899%202.063%201.899m6.375-13.64l5.695-15.774h.141l5.672%2015.773Zm32.367%2013.616c3.563%200%206.914-1.945%208.344-4.945h.07v3.047c0%201.148.82%201.922%201.922%201.922c1.125%200%201.898-.774%201.898-2.016V27.766c0-5.063-3.703-8.32-9.609-8.32c-4.383%200-8.015%201.921-9.375%204.898c-.258.586-.422%201.148-.422%201.64c0%201.032.75%201.688%201.758%201.688c.75%200%201.29-.258%201.664-.914c1.266-2.695%203.258-3.938%206.281-3.938c3.61%200%205.743%202.016%205.743%205.274v1.968l-7.477.422c-5.883.328-9.164%203.047-9.164%207.36c0%204.476%203.422%207.43%208.367%207.43m.938-3.257c-3.14%200-5.25-1.711-5.25-4.243c0-2.46%201.968-4.101%205.601-4.336l6.985-.445v2.438c0%203.703-3.258%206.586-7.336%206.586%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%22M3.543%2045.297c1.172%200%201.758-.469%202.227-1.758l3-8.297h13.828l3.023%208.297c.446%201.29%201.055%201.758%202.227%201.758c1.265%200%202.086-.727%202.086-1.922c0-.398-.07-.75-.258-1.266L18.684%2012.86c-.54-1.453-1.5-2.156-3-2.156c-1.453%200-2.414.703-2.93%202.133L1.738%2042.133c-.187.515-.258.867-.258%201.265c0%201.196.774%201.899%202.063%201.899m6.375-13.64l5.695-15.774h.141l5.672%2015.773Zm32.367%2013.616c3.563%200%206.914-1.945%208.344-4.945h.07v3.047c0%201.148.82%201.922%201.922%201.922c1.125%200%201.898-.774%201.898-2.016V27.766c0-5.063-3.703-8.32-9.609-8.32c-4.383%200-8.015%201.921-9.375%204.898c-.258.586-.422%201.148-.422%201.64c0%201.032.75%201.688%201.758%201.688c.75%200%201.29-.258%201.664-.914c1.266-2.695%203.258-3.938%206.281-3.938c3.61%200%205.743%202.016%205.743%205.274v1.968l-7.477.422c-5.883.328-9.164%203.047-9.164%207.36c0%204.476%203.422%207.43%208.367%207.43m.938-3.257c-3.14%200-5.25-1.711-5.25-4.243c0-2.46%201.968-4.101%205.601-4.336l6.985-.445v2.438c0%203.703-3.258%206.586-7.336%206.586%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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