find in page icon
find-in-page-rounded from Material Symbols by Google · Rounded · Text · Apache-2.0 Free for personal and commercial use.
- Name
- find-in-page-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Text
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More text icons from Material Symbols
add-column-leftadd-column-rightadd-linkadd-notesadd-row-aboveadd-row-belowadd-to-drivealign-centeralign-endalign-flex-centeralign-flex-endalign-flex-startalign-horizontal-centeralign-horizontal-leftalign-horizontal-rightalign-items-stretchalign-justify-centeralign-justify-flex-endalign-justify-flex-startalign-justify-space-aroundalign-justify-space-betweenalign-justify-space-evenalign-justify-stretchalign-self-stretch
Use the find in page icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 22q-.825 0-1.412-.587T4 20V4q0-.825.588-1.412T6 2h8.075q.45 0 .85.188t.675.537l3.925 4.725q.225.275.35.6t.125.675V17.8q0 .5-.462.688t-.813-.163L15.45 15q.275-.425.413-.925T16 13q0-1.65-1.175-2.825T12 9t-2.825 1.175T8 13t1.175 2.825T12 17q.575 0 1.075-.137T14 16.45l3.875 3.85q.475.475.225 1.088t-.925.612zm4.588-7.587Q10 13.825 10 13t.588-1.412T12 11t1.413.588T14 13t-.587 1.413T12 15t-1.412-.587"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsFindInPageRounded(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 22q-.825 0-1.412-.587T4 20V4q0-.825.588-1.412T6 2h8.075q.45 0 .85.188t.675.537l3.925 4.725q.225.275.35.6t.125.675V17.8q0 .5-.462.688t-.813-.163L15.45 15q.275-.425.413-.925T16 13q0-1.65-1.175-2.825T12 9t-2.825 1.175T8 13t1.175 2.825T12 17q.575 0 1.075-.137T14 16.45l3.875 3.85q.475.475.225 1.088t-.925.612zm4.588-7.587Q10 13.825 10 13t.588-1.412T12 11t1.413.588T14 13t-.587 1.413T12 15t-1.412-.587"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 22q-.825 0-1.412-.587T4 20V4q0-.825.588-1.412T6 2h8.075q.45 0 .85.188t.675.537l3.925 4.725q.225.275.35.6t.125.675V17.8q0 .5-.462.688t-.813-.163L15.45 15q.275-.425.413-.925T16 13q0-1.65-1.175-2.825T12 9t-2.825 1.175T8 13t1.175 2.825T12 17q.575 0 1.075-.137T14 16.45l3.875 3.85q.475.475.225 1.088t-.925.612zm4.588-7.587Q10 13.825 10 13t.588-1.412T12 11t1.413.588T14 13t-.587 1.413T12 15t-1.412-.587"/></svg> </template>
CSS
.icon-find-in-page-rounded {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%2022q-.825%200-1.412-.587T4%2020V4q0-.825.588-1.412T6%202h8.075q.45%200%20.85.188t.675.537l3.925%204.725q.225.275.35.6t.125.675V17.8q0%20.5-.462.688t-.813-.163L15.45%2015q.275-.425.413-.925T16%2013q0-1.65-1.175-2.825T12%209t-2.825%201.175T8%2013t1.175%202.825T12%2017q.575%200%201.075-.137T14%2016.45l3.875%203.85q.475.475.225%201.088t-.925.612zm4.588-7.587Q10%2013.825%2010%2013t.588-1.412T12%2011t1.413.588T14%2013t-.587%201.413T12%2015t-1.412-.587%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%2022q-.825%200-1.412-.587T4%2020V4q0-.825.588-1.412T6%202h8.075q.45%200%20.85.188t.675.537l3.925%204.725q.225.275.35.6t.125.675V17.8q0%20.5-.462.688t-.813-.163L15.45%2015q.275-.425.413-.925T16%2013q0-1.65-1.175-2.825T12%209t-2.825%201.175T8%2013t1.175%202.825T12%2017q.575%200%201.075-.137T14%2016.45l3.875%203.85q.475.475.225%201.088t-.925.612zm4.588-7.587Q10%2013.825%2010%2013t.588-1.412T12%2011t1.413.588T14%2013t-.587%201.413T12%2015t-1.412-.587%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/find-in-page-rounded.svg?color=%231a73e8&size=48