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

Name
text-insert
Set
Framework7 Icons
Style
Outline
Viewbox
56×56
License
MIT

Related icons in Framework7 Icons

Use the text insert icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M33.8 11.36h16.01c1.008 0 1.804-.774 1.804-1.782c0-.984-.797-1.758-1.804-1.758H33.8c-1.008 0-1.782.774-1.782 1.758c0 1.008.774 1.781 1.782 1.781M7.083 26.944c1.71 0 2.695-1.195 2.695-3.093v-4.477c0-.516.235-.82.797-.82h6.375v2.343c0 1.852 1.875 2.555 3.281 1.43l6.352-5.062c.96-.774.96-2.11 0-2.86L20.23 9.32c-1.453-1.195-3.28-.469-3.28 1.43v2.438h-6.891c-3.305 0-5.672 2.039-5.672 5.367v5.297c0 1.898.984 3.093 2.695 3.093m26.719-3.304h16.008c1.008 0 1.804-.774 1.804-1.782c0-.984-.797-1.758-1.804-1.758H33.8c-1.008 0-1.782.774-1.782 1.758c0 1.008.774 1.782 1.782 1.782M6.168 35.92h43.64a1.786 1.786 0 0 0 1.805-1.78c0-.985-.797-1.758-1.804-1.758H6.168c-1.008 0-1.781.773-1.781 1.758c0 .984.773 1.78 1.78 1.78m0 12.259h43.64c1.008 0 1.805-.774 1.805-1.758s-.797-1.781-1.804-1.781H6.168a1.766 1.766 0 0 0-1.781 1.78c0 .985.773 1.759 1.78 1.759"/></svg>

React

import type { SVGProps } from "react";

export function F7TextInsert(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="M33.8 11.36h16.01c1.008 0 1.804-.774 1.804-1.782c0-.984-.797-1.758-1.804-1.758H33.8c-1.008 0-1.782.774-1.782 1.758c0 1.008.774 1.781 1.782 1.781M7.083 26.944c1.71 0 2.695-1.195 2.695-3.093v-4.477c0-.516.235-.82.797-.82h6.375v2.343c0 1.852 1.875 2.555 3.281 1.43l6.352-5.062c.96-.774.96-2.11 0-2.86L20.23 9.32c-1.453-1.195-3.28-.469-3.28 1.43v2.438h-6.891c-3.305 0-5.672 2.039-5.672 5.367v5.297c0 1.898.984 3.093 2.695 3.093m26.719-3.304h16.008c1.008 0 1.804-.774 1.804-1.782c0-.984-.797-1.758-1.804-1.758H33.8c-1.008 0-1.782.774-1.782 1.758c0 1.008.774 1.782 1.782 1.782M6.168 35.92h43.64a1.786 1.786 0 0 0 1.805-1.78c0-.985-.797-1.758-1.804-1.758H6.168c-1.008 0-1.781.773-1.781 1.758c0 .984.773 1.78 1.78 1.78m0 12.259h43.64c1.008 0 1.805-.774 1.805-1.758s-.797-1.781-1.804-1.781H6.168a1.766 1.766 0 0 0-1.781 1.78c0 .985.773 1.759 1.78 1.759"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M33.8 11.36h16.01c1.008 0 1.804-.774 1.804-1.782c0-.984-.797-1.758-1.804-1.758H33.8c-1.008 0-1.782.774-1.782 1.758c0 1.008.774 1.781 1.782 1.781M7.083 26.944c1.71 0 2.695-1.195 2.695-3.093v-4.477c0-.516.235-.82.797-.82h6.375v2.343c0 1.852 1.875 2.555 3.281 1.43l6.352-5.062c.96-.774.96-2.11 0-2.86L20.23 9.32c-1.453-1.195-3.28-.469-3.28 1.43v2.438h-6.891c-3.305 0-5.672 2.039-5.672 5.367v5.297c0 1.898.984 3.093 2.695 3.093m26.719-3.304h16.008c1.008 0 1.804-.774 1.804-1.782c0-.984-.797-1.758-1.804-1.758H33.8c-1.008 0-1.782.774-1.782 1.758c0 1.008.774 1.782 1.782 1.782M6.168 35.92h43.64a1.786 1.786 0 0 0 1.805-1.78c0-.985-.797-1.758-1.804-1.758H6.168c-1.008 0-1.781.773-1.781 1.758c0 .984.773 1.78 1.78 1.78m0 12.259h43.64c1.008 0 1.805-.774 1.805-1.758s-.797-1.781-1.804-1.781H6.168a1.766 1.766 0 0 0-1.781 1.78c0 .985.773 1.759 1.78 1.759"/></svg>
</template>

CSS

.icon-text-insert {
  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%22M33.8%2011.36h16.01c1.008%200%201.804-.774%201.804-1.782c0-.984-.797-1.758-1.804-1.758H33.8c-1.008%200-1.782.774-1.782%201.758c0%201.008.774%201.781%201.782%201.781M7.083%2026.944c1.71%200%202.695-1.195%202.695-3.093v-4.477c0-.516.235-.82.797-.82h6.375v2.343c0%201.852%201.875%202.555%203.281%201.43l6.352-5.062c.96-.774.96-2.11%200-2.86L20.23%209.32c-1.453-1.195-3.28-.469-3.28%201.43v2.438h-6.891c-3.305%200-5.672%202.039-5.672%205.367v5.297c0%201.898.984%203.093%202.695%203.093m26.719-3.304h16.008c1.008%200%201.804-.774%201.804-1.782c0-.984-.797-1.758-1.804-1.758H33.8c-1.008%200-1.782.774-1.782%201.758c0%201.008.774%201.782%201.782%201.782M6.168%2035.92h43.64a1.786%201.786%200%200%200%201.805-1.78c0-.985-.797-1.758-1.804-1.758H6.168c-1.008%200-1.781.773-1.781%201.758c0%20.984.773%201.78%201.78%201.78m0%2012.259h43.64c1.008%200%201.805-.774%201.805-1.758s-.797-1.781-1.804-1.781H6.168a1.766%201.766%200%200%200-1.781%201.78c0%20.985.773%201.759%201.78%201.759%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%22M33.8%2011.36h16.01c1.008%200%201.804-.774%201.804-1.782c0-.984-.797-1.758-1.804-1.758H33.8c-1.008%200-1.782.774-1.782%201.758c0%201.008.774%201.781%201.782%201.781M7.083%2026.944c1.71%200%202.695-1.195%202.695-3.093v-4.477c0-.516.235-.82.797-.82h6.375v2.343c0%201.852%201.875%202.555%203.281%201.43l6.352-5.062c.96-.774.96-2.11%200-2.86L20.23%209.32c-1.453-1.195-3.28-.469-3.28%201.43v2.438h-6.891c-3.305%200-5.672%202.039-5.672%205.367v5.297c0%201.898.984%203.093%202.695%203.093m26.719-3.304h16.008c1.008%200%201.804-.774%201.804-1.782c0-.984-.797-1.758-1.804-1.758H33.8c-1.008%200-1.782.774-1.782%201.758c0%201.008.774%201.782%201.782%201.782M6.168%2035.92h43.64a1.786%201.786%200%200%200%201.805-1.78c0-.985-.797-1.758-1.804-1.758H6.168c-1.008%200-1.781.773-1.781%201.758c0%20.984.773%201.78%201.78%201.78m0%2012.259h43.64c1.008%200%201.805-.774%201.805-1.758s-.797-1.781-1.804-1.781H6.168a1.766%201.766%200%200%200-1.781%201.78c0%20.985.773%201.759%201.78%201.759%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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