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

Name
doc-richtext
Set
Framework7 Icons
Style
Outline
Viewbox
56×56
License
MIT

Related icons in Framework7 Icons

Use the doc richtext icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M15.555 53.125h24.89c4.852 0 7.266-2.437 7.266-7.336V10.234c0-4.875-2.414-7.359-7.266-7.359h-24.89c-4.828 0-7.266 2.484-7.266 7.36v35.554c0 4.898 2.438 7.336 7.266 7.336m.187-3.773c-2.414 0-3.68-1.29-3.68-3.633V10.305c0-2.32 1.266-3.657 3.704-3.657h24.492c2.437 0 3.68 1.313 3.68 3.657v35.414c0 2.343-1.243 3.633-3.657 3.633Zm1.664-24.118c.633 0 1.032-.328 1.242-1.125l.82-2.32h4.384l.843 2.32c.211.774.61 1.125 1.219 1.125c.82 0 1.266-.445 1.266-1.195c0-.164-.07-.469-.164-.773l-3.446-9.54c-.351-.984-.937-1.453-1.922-1.453c-.96 0-1.523.47-1.875 1.454l-3.445 9.539c-.117.28-.164.609-.164.773c0 .75.469 1.195 1.242 1.195m13.899-8.906h6.89a1.43 1.43 0 0 0 1.453-1.453c0-.797-.632-1.43-1.453-1.43h-6.89c-.867 0-1.477.633-1.477 1.43c0 .82.61 1.453 1.477 1.453m-11.32 3.516l1.593-4.922h.164l1.594 4.922Zm11.32 4.664h6.89a1.43 1.43 0 0 0 1.453-1.453c0-.797-.632-1.43-1.453-1.43h-6.89c-.867 0-1.477.633-1.477 1.43c0 .82.61 1.453 1.477 1.453M15.789 43.89h1.664l3.07-3.118c.446-.422.915-.586 1.383-.586c.469 0 .985.188 1.43.586l1.922 1.758l4.805-4.265c.539-.47 1.101-.68 1.664-.68s1.171.187 1.593.68l4.688 5.39h1.64V32.453c0-2.062-1.078-3.117-3.14-3.117H18.953c-1.992 0-3.164 1.055-3.164 3.117Zm7.734-5.625c-1.406 0-2.53-1.172-2.53-2.532c0-1.406 1.124-2.578 2.53-2.53c1.383.046 2.532 1.124 2.532 2.53c0 1.36-1.149 2.532-2.532 2.532"/></svg>

React

import type { SVGProps } from "react";

export function F7DocRichtext(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="M15.555 53.125h24.89c4.852 0 7.266-2.437 7.266-7.336V10.234c0-4.875-2.414-7.359-7.266-7.359h-24.89c-4.828 0-7.266 2.484-7.266 7.36v35.554c0 4.898 2.438 7.336 7.266 7.336m.187-3.773c-2.414 0-3.68-1.29-3.68-3.633V10.305c0-2.32 1.266-3.657 3.704-3.657h24.492c2.437 0 3.68 1.313 3.68 3.657v35.414c0 2.343-1.243 3.633-3.657 3.633Zm1.664-24.118c.633 0 1.032-.328 1.242-1.125l.82-2.32h4.384l.843 2.32c.211.774.61 1.125 1.219 1.125c.82 0 1.266-.445 1.266-1.195c0-.164-.07-.469-.164-.773l-3.446-9.54c-.351-.984-.937-1.453-1.922-1.453c-.96 0-1.523.47-1.875 1.454l-3.445 9.539c-.117.28-.164.609-.164.773c0 .75.469 1.195 1.242 1.195m13.899-8.906h6.89a1.43 1.43 0 0 0 1.453-1.453c0-.797-.632-1.43-1.453-1.43h-6.89c-.867 0-1.477.633-1.477 1.43c0 .82.61 1.453 1.477 1.453m-11.32 3.516l1.593-4.922h.164l1.594 4.922Zm11.32 4.664h6.89a1.43 1.43 0 0 0 1.453-1.453c0-.797-.632-1.43-1.453-1.43h-6.89c-.867 0-1.477.633-1.477 1.43c0 .82.61 1.453 1.477 1.453M15.789 43.89h1.664l3.07-3.118c.446-.422.915-.586 1.383-.586c.469 0 .985.188 1.43.586l1.922 1.758l4.805-4.265c.539-.47 1.101-.68 1.664-.68s1.171.187 1.593.68l4.688 5.39h1.64V32.453c0-2.062-1.078-3.117-3.14-3.117H18.953c-1.992 0-3.164 1.055-3.164 3.117Zm7.734-5.625c-1.406 0-2.53-1.172-2.53-2.532c0-1.406 1.124-2.578 2.53-2.53c1.383.046 2.532 1.124 2.532 2.53c0 1.36-1.149 2.532-2.532 2.532"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M15.555 53.125h24.89c4.852 0 7.266-2.437 7.266-7.336V10.234c0-4.875-2.414-7.359-7.266-7.359h-24.89c-4.828 0-7.266 2.484-7.266 7.36v35.554c0 4.898 2.438 7.336 7.266 7.336m.187-3.773c-2.414 0-3.68-1.29-3.68-3.633V10.305c0-2.32 1.266-3.657 3.704-3.657h24.492c2.437 0 3.68 1.313 3.68 3.657v35.414c0 2.343-1.243 3.633-3.657 3.633Zm1.664-24.118c.633 0 1.032-.328 1.242-1.125l.82-2.32h4.384l.843 2.32c.211.774.61 1.125 1.219 1.125c.82 0 1.266-.445 1.266-1.195c0-.164-.07-.469-.164-.773l-3.446-9.54c-.351-.984-.937-1.453-1.922-1.453c-.96 0-1.523.47-1.875 1.454l-3.445 9.539c-.117.28-.164.609-.164.773c0 .75.469 1.195 1.242 1.195m13.899-8.906h6.89a1.43 1.43 0 0 0 1.453-1.453c0-.797-.632-1.43-1.453-1.43h-6.89c-.867 0-1.477.633-1.477 1.43c0 .82.61 1.453 1.477 1.453m-11.32 3.516l1.593-4.922h.164l1.594 4.922Zm11.32 4.664h6.89a1.43 1.43 0 0 0 1.453-1.453c0-.797-.632-1.43-1.453-1.43h-6.89c-.867 0-1.477.633-1.477 1.43c0 .82.61 1.453 1.477 1.453M15.789 43.89h1.664l3.07-3.118c.446-.422.915-.586 1.383-.586c.469 0 .985.188 1.43.586l1.922 1.758l4.805-4.265c.539-.47 1.101-.68 1.664-.68s1.171.187 1.593.68l4.688 5.39h1.64V32.453c0-2.062-1.078-3.117-3.14-3.117H18.953c-1.992 0-3.164 1.055-3.164 3.117Zm7.734-5.625c-1.406 0-2.53-1.172-2.53-2.532c0-1.406 1.124-2.578 2.53-2.53c1.383.046 2.532 1.124 2.532 2.53c0 1.36-1.149 2.532-2.532 2.532"/></svg>
</template>

CSS

.icon-doc-richtext {
  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%22M15.555%2053.125h24.89c4.852%200%207.266-2.437%207.266-7.336V10.234c0-4.875-2.414-7.359-7.266-7.359h-24.89c-4.828%200-7.266%202.484-7.266%207.36v35.554c0%204.898%202.438%207.336%207.266%207.336m.187-3.773c-2.414%200-3.68-1.29-3.68-3.633V10.305c0-2.32%201.266-3.657%203.704-3.657h24.492c2.437%200%203.68%201.313%203.68%203.657v35.414c0%202.343-1.243%203.633-3.657%203.633Zm1.664-24.118c.633%200%201.032-.328%201.242-1.125l.82-2.32h4.384l.843%202.32c.211.774.61%201.125%201.219%201.125c.82%200%201.266-.445%201.266-1.195c0-.164-.07-.469-.164-.773l-3.446-9.54c-.351-.984-.937-1.453-1.922-1.453c-.96%200-1.523.47-1.875%201.454l-3.445%209.539c-.117.28-.164.609-.164.773c0%20.75.469%201.195%201.242%201.195m13.899-8.906h6.89a1.43%201.43%200%200%200%201.453-1.453c0-.797-.632-1.43-1.453-1.43h-6.89c-.867%200-1.477.633-1.477%201.43c0%20.82.61%201.453%201.477%201.453m-11.32%203.516l1.593-4.922h.164l1.594%204.922Zm11.32%204.664h6.89a1.43%201.43%200%200%200%201.453-1.453c0-.797-.632-1.43-1.453-1.43h-6.89c-.867%200-1.477.633-1.477%201.43c0%20.82.61%201.453%201.477%201.453M15.789%2043.89h1.664l3.07-3.118c.446-.422.915-.586%201.383-.586c.469%200%20.985.188%201.43.586l1.922%201.758l4.805-4.265c.539-.47%201.101-.68%201.664-.68s1.171.187%201.593.68l4.688%205.39h1.64V32.453c0-2.062-1.078-3.117-3.14-3.117H18.953c-1.992%200-3.164%201.055-3.164%203.117Zm7.734-5.625c-1.406%200-2.53-1.172-2.53-2.532c0-1.406%201.124-2.578%202.53-2.53c1.383.046%202.532%201.124%202.532%202.53c0%201.36-1.149%202.532-2.532%202.532%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%22M15.555%2053.125h24.89c4.852%200%207.266-2.437%207.266-7.336V10.234c0-4.875-2.414-7.359-7.266-7.359h-24.89c-4.828%200-7.266%202.484-7.266%207.36v35.554c0%204.898%202.438%207.336%207.266%207.336m.187-3.773c-2.414%200-3.68-1.29-3.68-3.633V10.305c0-2.32%201.266-3.657%203.704-3.657h24.492c2.437%200%203.68%201.313%203.68%203.657v35.414c0%202.343-1.243%203.633-3.657%203.633Zm1.664-24.118c.633%200%201.032-.328%201.242-1.125l.82-2.32h4.384l.843%202.32c.211.774.61%201.125%201.219%201.125c.82%200%201.266-.445%201.266-1.195c0-.164-.07-.469-.164-.773l-3.446-9.54c-.351-.984-.937-1.453-1.922-1.453c-.96%200-1.523.47-1.875%201.454l-3.445%209.539c-.117.28-.164.609-.164.773c0%20.75.469%201.195%201.242%201.195m13.899-8.906h6.89a1.43%201.43%200%200%200%201.453-1.453c0-.797-.632-1.43-1.453-1.43h-6.89c-.867%200-1.477.633-1.477%201.43c0%20.82.61%201.453%201.477%201.453m-11.32%203.516l1.593-4.922h.164l1.594%204.922Zm11.32%204.664h6.89a1.43%201.43%200%200%200%201.453-1.453c0-.797-.632-1.43-1.453-1.43h-6.89c-.867%200-1.477.633-1.477%201.43c0%20.82.61%201.453%201.477%201.453M15.789%2043.89h1.664l3.07-3.118c.446-.422.915-.586%201.383-.586c.469%200%20.985.188%201.43.586l1.922%201.758l4.805-4.265c.539-.47%201.101-.68%201.664-.68s1.171.187%201.593.68l4.688%205.39h1.64V32.453c0-2.062-1.078-3.117-3.14-3.117H18.953c-1.992%200-3.164%201.055-3.164%203.117Zm7.734-5.625c-1.406%200-2.53-1.172-2.53-2.532c0-1.406%201.124-2.578%202.53-2.53c1.383.046%202.532%201.124%202.532%202.53c0%201.36-1.149%202.532-2.532%202.532%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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