doc text search icon
doc-text-search from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- doc-text-search
- Set
- Framework7 Icons
- Style
- Outline
- Viewbox
- 56×56
- License
- MIT
Related icons in Framework7 Icons
Use the doc text search icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M13.504 50.957h12.844a12.9 12.9 0 0 1-3.07-3.773h-9.563c-2.414 0-3.703-1.243-3.703-3.586V8.137c0-2.32 1.265-3.657 3.703-3.657h24.492c2.344 0 3.68 1.313 3.68 3.657v20.437a12.9 12.9 0 0 1 3.773 3.047V8.066c0-4.898-2.414-7.359-7.265-7.359H13.504c-4.828 0-7.266 2.484-7.266 7.36V43.62c0 4.898 2.438 7.336 7.266 7.336m3.586-36.914h17.766c.82 0 1.453-.656 1.453-1.477c0-.796-.633-1.406-1.453-1.406H17.09c-.867 0-1.477.61-1.477 1.406c0 .82.61 1.477 1.477 1.477m0 8.18h17.766c.82 0 1.453-.657 1.453-1.477c0-.797-.633-1.406-1.453-1.406H17.09c-.867 0-1.477.61-1.477 1.406c0 .82.61 1.477 1.477 1.477m18.047 28.734c2.11 0 4.101-.61 5.742-1.71l5.273 5.296c.563.539 1.078.75 1.711.75c1.078 0 1.899-.844 1.899-2.04c0-.515-.258-1.03-.656-1.429l-5.344-5.343a10.53 10.53 0 0 0 1.898-6.047c0-5.836-4.71-10.547-10.523-10.547s-10.57 4.758-10.57 10.547c0 5.812 4.757 10.523 10.57 10.523m0-3.352c-3.985 0-7.219-3.21-7.219-7.171c0-3.914 3.234-7.172 7.219-7.172c3.914 0 7.148 3.258 7.148 7.172c0 3.96-3.21 7.171-7.148 7.171"/></svg>
React
import type { SVGProps } from "react";
export function F7DocTextSearch(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="M13.504 50.957h12.844a12.9 12.9 0 0 1-3.07-3.773h-9.563c-2.414 0-3.703-1.243-3.703-3.586V8.137c0-2.32 1.265-3.657 3.703-3.657h24.492c2.344 0 3.68 1.313 3.68 3.657v20.437a12.9 12.9 0 0 1 3.773 3.047V8.066c0-4.898-2.414-7.359-7.265-7.359H13.504c-4.828 0-7.266 2.484-7.266 7.36V43.62c0 4.898 2.438 7.336 7.266 7.336m3.586-36.914h17.766c.82 0 1.453-.656 1.453-1.477c0-.796-.633-1.406-1.453-1.406H17.09c-.867 0-1.477.61-1.477 1.406c0 .82.61 1.477 1.477 1.477m0 8.18h17.766c.82 0 1.453-.657 1.453-1.477c0-.797-.633-1.406-1.453-1.406H17.09c-.867 0-1.477.61-1.477 1.406c0 .82.61 1.477 1.477 1.477m18.047 28.734c2.11 0 4.101-.61 5.742-1.71l5.273 5.296c.563.539 1.078.75 1.711.75c1.078 0 1.899-.844 1.899-2.04c0-.515-.258-1.03-.656-1.429l-5.344-5.343a10.53 10.53 0 0 0 1.898-6.047c0-5.836-4.71-10.547-10.523-10.547s-10.57 4.758-10.57 10.547c0 5.812 4.757 10.523 10.57 10.523m0-3.352c-3.985 0-7.219-3.21-7.219-7.171c0-3.914 3.234-7.172 7.219-7.172c3.914 0 7.148 3.258 7.148 7.172c0 3.96-3.21 7.171-7.148 7.171"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M13.504 50.957h12.844a12.9 12.9 0 0 1-3.07-3.773h-9.563c-2.414 0-3.703-1.243-3.703-3.586V8.137c0-2.32 1.265-3.657 3.703-3.657h24.492c2.344 0 3.68 1.313 3.68 3.657v20.437a12.9 12.9 0 0 1 3.773 3.047V8.066c0-4.898-2.414-7.359-7.265-7.359H13.504c-4.828 0-7.266 2.484-7.266 7.36V43.62c0 4.898 2.438 7.336 7.266 7.336m3.586-36.914h17.766c.82 0 1.453-.656 1.453-1.477c0-.796-.633-1.406-1.453-1.406H17.09c-.867 0-1.477.61-1.477 1.406c0 .82.61 1.477 1.477 1.477m0 8.18h17.766c.82 0 1.453-.657 1.453-1.477c0-.797-.633-1.406-1.453-1.406H17.09c-.867 0-1.477.61-1.477 1.406c0 .82.61 1.477 1.477 1.477m18.047 28.734c2.11 0 4.101-.61 5.742-1.71l5.273 5.296c.563.539 1.078.75 1.711.75c1.078 0 1.899-.844 1.899-2.04c0-.515-.258-1.03-.656-1.429l-5.344-5.343a10.53 10.53 0 0 0 1.898-6.047c0-5.836-4.71-10.547-10.523-10.547s-10.57 4.758-10.57 10.547c0 5.812 4.757 10.523 10.57 10.523m0-3.352c-3.985 0-7.219-3.21-7.219-7.171c0-3.914 3.234-7.172 7.219-7.172c3.914 0 7.148 3.258 7.148 7.172c0 3.96-3.21 7.171-7.148 7.171"/></svg> </template>
CSS
.icon-doc-text-search {
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%22M13.504%2050.957h12.844a12.9%2012.9%200%200%201-3.07-3.773h-9.563c-2.414%200-3.703-1.243-3.703-3.586V8.137c0-2.32%201.265-3.657%203.703-3.657h24.492c2.344%200%203.68%201.313%203.68%203.657v20.437a12.9%2012.9%200%200%201%203.773%203.047V8.066c0-4.898-2.414-7.359-7.265-7.359H13.504c-4.828%200-7.266%202.484-7.266%207.36V43.62c0%204.898%202.438%207.336%207.266%207.336m3.586-36.914h17.766c.82%200%201.453-.656%201.453-1.477c0-.796-.633-1.406-1.453-1.406H17.09c-.867%200-1.477.61-1.477%201.406c0%20.82.61%201.477%201.477%201.477m0%208.18h17.766c.82%200%201.453-.657%201.453-1.477c0-.797-.633-1.406-1.453-1.406H17.09c-.867%200-1.477.61-1.477%201.406c0%20.82.61%201.477%201.477%201.477m18.047%2028.734c2.11%200%204.101-.61%205.742-1.71l5.273%205.296c.563.539%201.078.75%201.711.75c1.078%200%201.899-.844%201.899-2.04c0-.515-.258-1.03-.656-1.429l-5.344-5.343a10.53%2010.53%200%200%200%201.898-6.047c0-5.836-4.71-10.547-10.523-10.547s-10.57%204.758-10.57%2010.547c0%205.812%204.757%2010.523%2010.57%2010.523m0-3.352c-3.985%200-7.219-3.21-7.219-7.171c0-3.914%203.234-7.172%207.219-7.172c3.914%200%207.148%203.258%207.148%207.172c0%203.96-3.21%207.171-7.148%207.171%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%22M13.504%2050.957h12.844a12.9%2012.9%200%200%201-3.07-3.773h-9.563c-2.414%200-3.703-1.243-3.703-3.586V8.137c0-2.32%201.265-3.657%203.703-3.657h24.492c2.344%200%203.68%201.313%203.68%203.657v20.437a12.9%2012.9%200%200%201%203.773%203.047V8.066c0-4.898-2.414-7.359-7.265-7.359H13.504c-4.828%200-7.266%202.484-7.266%207.36V43.62c0%204.898%202.438%207.336%207.266%207.336m3.586-36.914h17.766c.82%200%201.453-.656%201.453-1.477c0-.796-.633-1.406-1.453-1.406H17.09c-.867%200-1.477.61-1.477%201.406c0%20.82.61%201.477%201.477%201.477m0%208.18h17.766c.82%200%201.453-.657%201.453-1.477c0-.797-.633-1.406-1.453-1.406H17.09c-.867%200-1.477.61-1.477%201.406c0%20.82.61%201.477%201.477%201.477m18.047%2028.734c2.11%200%204.101-.61%205.742-1.71l5.273%205.296c.563.539%201.078.75%201.711.75c1.078%200%201.899-.844%201.899-2.04c0-.515-.258-1.03-.656-1.429l-5.344-5.343a10.53%2010.53%200%200%200%201.898-6.047c0-5.836-4.71-10.547-10.523-10.547s-10.57%204.758-10.57%2010.547c0%205.812%204.757%2010.523%2010.57%2010.523m0-3.352c-3.985%200-7.219-3.21-7.219-7.171c0-3.914%203.234-7.172%207.219-7.172c3.914%200%207.148%203.258%207.148%207.172c0%203.96-3.21%207.171-7.148%207.171%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/doc-text-search.svg?color=%231a73e8&size=48