textformat alt icon
textformat-alt from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- textformat-alt
- Set
- Framework7 Icons
- Style
- Outline
- Viewbox
- 56×56
- License
- MIT
Related icons in Framework7 Icons
Use the textformat alt icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M3.344 45.297c1.172 0 1.758-.469 2.226-1.758l3-8.297h13.828l3.024 8.297c.445 1.29 1.055 1.758 2.226 1.758c1.266 0 2.086-.727 2.086-1.922c0-.398-.07-.75-.257-1.266L18.484 12.86c-.539-1.453-1.5-2.156-3-2.156c-1.453 0-2.414.703-2.93 2.133L1.54 42.133c-.187.515-.258.867-.258 1.265c0 1.196.774 1.899 2.063 1.899m6.375-13.64l5.695-15.774h.14l5.673 15.773Zm32.578 13.616c4.008 0 7.078-1.898 8.508-5.273h.14v3.305c0 1.218.774 1.992 1.875 1.992c1.125 0 1.899-.797 1.899-2.016V21.086c0-1.219-.774-2.04-1.899-2.04c-1.101 0-1.875.821-1.875 2.04v3.281h-.14c-1.43-3.305-4.617-5.297-8.508-5.297c-6.328 0-10.57 5.274-10.57 13.102c0 7.875 4.242 13.101 10.57 13.101m.96-3.421c-4.57 0-7.476-3.75-7.476-9.68s2.907-9.68 7.477-9.68c4.547 0 7.57 3.89 7.57 9.727c0 5.86-2.976 9.633-7.57 9.633"/></svg>
React
import type { SVGProps } from "react";
export function F7TextformatAlt(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.344 45.297c1.172 0 1.758-.469 2.226-1.758l3-8.297h13.828l3.024 8.297c.445 1.29 1.055 1.758 2.226 1.758c1.266 0 2.086-.727 2.086-1.922c0-.398-.07-.75-.257-1.266L18.484 12.86c-.539-1.453-1.5-2.156-3-2.156c-1.453 0-2.414.703-2.93 2.133L1.54 42.133c-.187.515-.258.867-.258 1.265c0 1.196.774 1.899 2.063 1.899m6.375-13.64l5.695-15.774h.14l5.673 15.773Zm32.578 13.616c4.008 0 7.078-1.898 8.508-5.273h.14v3.305c0 1.218.774 1.992 1.875 1.992c1.125 0 1.899-.797 1.899-2.016V21.086c0-1.219-.774-2.04-1.899-2.04c-1.101 0-1.875.821-1.875 2.04v3.281h-.14c-1.43-3.305-4.617-5.297-8.508-5.297c-6.328 0-10.57 5.274-10.57 13.102c0 7.875 4.242 13.101 10.57 13.101m.96-3.421c-4.57 0-7.476-3.75-7.476-9.68s2.907-9.68 7.477-9.68c4.547 0 7.57 3.89 7.57 9.727c0 5.86-2.976 9.633-7.57 9.633"/></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.344 45.297c1.172 0 1.758-.469 2.226-1.758l3-8.297h13.828l3.024 8.297c.445 1.29 1.055 1.758 2.226 1.758c1.266 0 2.086-.727 2.086-1.922c0-.398-.07-.75-.257-1.266L18.484 12.86c-.539-1.453-1.5-2.156-3-2.156c-1.453 0-2.414.703-2.93 2.133L1.54 42.133c-.187.515-.258.867-.258 1.265c0 1.196.774 1.899 2.063 1.899m6.375-13.64l5.695-15.774h.14l5.673 15.773Zm32.578 13.616c4.008 0 7.078-1.898 8.508-5.273h.14v3.305c0 1.218.774 1.992 1.875 1.992c1.125 0 1.899-.797 1.899-2.016V21.086c0-1.219-.774-2.04-1.899-2.04c-1.101 0-1.875.821-1.875 2.04v3.281h-.14c-1.43-3.305-4.617-5.297-8.508-5.297c-6.328 0-10.57 5.274-10.57 13.102c0 7.875 4.242 13.101 10.57 13.101m.96-3.421c-4.57 0-7.476-3.75-7.476-9.68s2.907-9.68 7.477-9.68c4.547 0 7.57 3.89 7.57 9.727c0 5.86-2.976 9.633-7.57 9.633"/></svg> </template>
CSS
.icon-textformat-alt {
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.344%2045.297c1.172%200%201.758-.469%202.226-1.758l3-8.297h13.828l3.024%208.297c.445%201.29%201.055%201.758%202.226%201.758c1.266%200%202.086-.727%202.086-1.922c0-.398-.07-.75-.257-1.266L18.484%2012.86c-.539-1.453-1.5-2.156-3-2.156c-1.453%200-2.414.703-2.93%202.133L1.54%2042.133c-.187.515-.258.867-.258%201.265c0%201.196.774%201.899%202.063%201.899m6.375-13.64l5.695-15.774h.14l5.673%2015.773Zm32.578%2013.616c4.008%200%207.078-1.898%208.508-5.273h.14v3.305c0%201.218.774%201.992%201.875%201.992c1.125%200%201.899-.797%201.899-2.016V21.086c0-1.219-.774-2.04-1.899-2.04c-1.101%200-1.875.821-1.875%202.04v3.281h-.14c-1.43-3.305-4.617-5.297-8.508-5.297c-6.328%200-10.57%205.274-10.57%2013.102c0%207.875%204.242%2013.101%2010.57%2013.101m.96-3.421c-4.57%200-7.476-3.75-7.476-9.68s2.907-9.68%207.477-9.68c4.547%200%207.57%203.89%207.57%209.727c0%205.86-2.976%209.633-7.57%209.633%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.344%2045.297c1.172%200%201.758-.469%202.226-1.758l3-8.297h13.828l3.024%208.297c.445%201.29%201.055%201.758%202.226%201.758c1.266%200%202.086-.727%202.086-1.922c0-.398-.07-.75-.257-1.266L18.484%2012.86c-.539-1.453-1.5-2.156-3-2.156c-1.453%200-2.414.703-2.93%202.133L1.54%2042.133c-.187.515-.258.867-.258%201.265c0%201.196.774%201.899%202.063%201.899m6.375-13.64l5.695-15.774h.14l5.673%2015.773Zm32.578%2013.616c4.008%200%207.078-1.898%208.508-5.273h.14v3.305c0%201.218.774%201.992%201.875%201.992c1.125%200%201.899-.797%201.899-2.016V21.086c0-1.219-.774-2.04-1.899-2.04c-1.101%200-1.875.821-1.875%202.04v3.281h-.14c-1.43-3.305-4.617-5.297-8.508-5.297c-6.328%200-10.57%205.274-10.57%2013.102c0%207.875%204.242%2013.101%2010.57%2013.101m.96-3.421c-4.57%200-7.476-3.75-7.476-9.68s2.907-9.68%207.477-9.68c4.547%200%207.57%203.89%207.57%209.727c0%205.86-2.976%209.633-7.57%209.633%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/textformat-alt.svg?color=%231a73e8&size=48