text append icon
text-append from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- text-append
- Set
- Framework7 Icons
- Style
- Outline
- Viewbox
- 56×56
- License
- MIT
Related icons in Framework7 Icons
Use the text append icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M6.168 11.36h43.64c1.008 0 1.805-.774 1.805-1.782c0-.984-.797-1.758-1.804-1.758H6.168c-1.008 0-1.781.774-1.781 1.758a1.75 1.75 0 0 0 1.78 1.781m0 12.28h43.64c1.008 0 1.805-.773 1.805-1.78c0-.985-.797-1.758-1.804-1.758H6.168c-1.008 0-1.781.773-1.781 1.757c0 1.008.773 1.782 1.78 1.782M10.058 43h6.891v2.438c0 1.921 1.828 2.624 3.281 1.453l6.352-5.086c.96-.774.96-2.11 0-2.86l-6.352-5.062c-1.406-1.149-3.28-.422-3.28 1.406v2.344h-6.376c-.562 0-.797-.305-.797-.797v-4.5c0-1.898-.984-3.07-2.695-3.07s-2.695 1.172-2.695 3.07v5.32c0 3.305 2.367 5.344 5.672 5.344m23.743-7.078H49.81a1.786 1.786 0 0 0 1.804-1.781c0-.985-.797-1.758-1.804-1.758H33.8c-1.008 0-1.782.773-1.782 1.758c0 .984.774 1.78 1.782 1.78m0 12.258h16.008c1.008 0 1.804-.774 1.804-1.758s-.797-1.781-1.804-1.781H33.8a1.766 1.766 0 0 0-1.782 1.78c0 .985.774 1.759 1.782 1.759"/></svg>
React
import type { SVGProps } from "react";
export function F7TextAppend(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="M6.168 11.36h43.64c1.008 0 1.805-.774 1.805-1.782c0-.984-.797-1.758-1.804-1.758H6.168c-1.008 0-1.781.774-1.781 1.758a1.75 1.75 0 0 0 1.78 1.781m0 12.28h43.64c1.008 0 1.805-.773 1.805-1.78c0-.985-.797-1.758-1.804-1.758H6.168c-1.008 0-1.781.773-1.781 1.757c0 1.008.773 1.782 1.78 1.782M10.058 43h6.891v2.438c0 1.921 1.828 2.624 3.281 1.453l6.352-5.086c.96-.774.96-2.11 0-2.86l-6.352-5.062c-1.406-1.149-3.28-.422-3.28 1.406v2.344h-6.376c-.562 0-.797-.305-.797-.797v-4.5c0-1.898-.984-3.07-2.695-3.07s-2.695 1.172-2.695 3.07v5.32c0 3.305 2.367 5.344 5.672 5.344m23.743-7.078H49.81a1.786 1.786 0 0 0 1.804-1.781c0-.985-.797-1.758-1.804-1.758H33.8c-1.008 0-1.782.773-1.782 1.758c0 .984.774 1.78 1.782 1.78m0 12.258h16.008c1.008 0 1.804-.774 1.804-1.758s-.797-1.781-1.804-1.781H33.8a1.766 1.766 0 0 0-1.782 1.78c0 .985.774 1.759 1.782 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="M6.168 11.36h43.64c1.008 0 1.805-.774 1.805-1.782c0-.984-.797-1.758-1.804-1.758H6.168c-1.008 0-1.781.774-1.781 1.758a1.75 1.75 0 0 0 1.78 1.781m0 12.28h43.64c1.008 0 1.805-.773 1.805-1.78c0-.985-.797-1.758-1.804-1.758H6.168c-1.008 0-1.781.773-1.781 1.757c0 1.008.773 1.782 1.78 1.782M10.058 43h6.891v2.438c0 1.921 1.828 2.624 3.281 1.453l6.352-5.086c.96-.774.96-2.11 0-2.86l-6.352-5.062c-1.406-1.149-3.28-.422-3.28 1.406v2.344h-6.376c-.562 0-.797-.305-.797-.797v-4.5c0-1.898-.984-3.07-2.695-3.07s-2.695 1.172-2.695 3.07v5.32c0 3.305 2.367 5.344 5.672 5.344m23.743-7.078H49.81a1.786 1.786 0 0 0 1.804-1.781c0-.985-.797-1.758-1.804-1.758H33.8c-1.008 0-1.782.773-1.782 1.758c0 .984.774 1.78 1.782 1.78m0 12.258h16.008c1.008 0 1.804-.774 1.804-1.758s-.797-1.781-1.804-1.781H33.8a1.766 1.766 0 0 0-1.782 1.78c0 .985.774 1.759 1.782 1.759"/></svg> </template>
CSS
.icon-text-append {
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%22M6.168%2011.36h43.64c1.008%200%201.805-.774%201.805-1.782c0-.984-.797-1.758-1.804-1.758H6.168c-1.008%200-1.781.774-1.781%201.758a1.75%201.75%200%200%200%201.78%201.781m0%2012.28h43.64c1.008%200%201.805-.773%201.805-1.78c0-.985-.797-1.758-1.804-1.758H6.168c-1.008%200-1.781.773-1.781%201.757c0%201.008.773%201.782%201.78%201.782M10.058%2043h6.891v2.438c0%201.921%201.828%202.624%203.281%201.453l6.352-5.086c.96-.774.96-2.11%200-2.86l-6.352-5.062c-1.406-1.149-3.28-.422-3.28%201.406v2.344h-6.376c-.562%200-.797-.305-.797-.797v-4.5c0-1.898-.984-3.07-2.695-3.07s-2.695%201.172-2.695%203.07v5.32c0%203.305%202.367%205.344%205.672%205.344m23.743-7.078H49.81a1.786%201.786%200%200%200%201.804-1.781c0-.985-.797-1.758-1.804-1.758H33.8c-1.008%200-1.782.773-1.782%201.758c0%20.984.774%201.78%201.782%201.78m0%2012.258h16.008c1.008%200%201.804-.774%201.804-1.758s-.797-1.781-1.804-1.781H33.8a1.766%201.766%200%200%200-1.782%201.78c0%20.985.774%201.759%201.782%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%22M6.168%2011.36h43.64c1.008%200%201.805-.774%201.805-1.782c0-.984-.797-1.758-1.804-1.758H6.168c-1.008%200-1.781.774-1.781%201.758a1.75%201.75%200%200%200%201.78%201.781m0%2012.28h43.64c1.008%200%201.805-.773%201.805-1.78c0-.985-.797-1.758-1.804-1.758H6.168c-1.008%200-1.781.773-1.781%201.757c0%201.008.773%201.782%201.78%201.782M10.058%2043h6.891v2.438c0%201.921%201.828%202.624%203.281%201.453l6.352-5.086c.96-.774.96-2.11%200-2.86l-6.352-5.062c-1.406-1.149-3.28-.422-3.28%201.406v2.344h-6.376c-.562%200-.797-.305-.797-.797v-4.5c0-1.898-.984-3.07-2.695-3.07s-2.695%201.172-2.695%203.07v5.32c0%203.305%202.367%205.344%205.672%205.344m23.743-7.078H49.81a1.786%201.786%200%200%200%201.804-1.781c0-.985-.797-1.758-1.804-1.758H33.8c-1.008%200-1.782.773-1.782%201.758c0%20.984.774%201.78%201.782%201.78m0%2012.258h16.008c1.008%200%201.804-.774%201.804-1.758s-.797-1.781-1.804-1.781H33.8a1.766%201.766%200%200%200-1.782%201.78c0%20.985.774%201.759%201.782%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-append.svg?color=%231a73e8&size=48