find in page icon
find-in-page-outline-rounded from Material Symbols Light by Google · Outline Rounded · Text · Apache-2.0 Free for personal and commercial use.
- Name
- find-in-page-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline Rounded
- Category
- Text
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More text icons from Material Symbols Light
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.616 21q-.691 0-1.153-.462T5 19.385V4.615q0-.69.463-1.152T6.616 3h7.17q.366 0 .69.153q.324.152.547.438l3.598 4.301q.18.224.28.488t.099.557v9.832q0 .543-.497.744t-.876-.179l-3.896-3.884q-.425.294-.84.422Q12.477 16 12 16q-1.237 0-2.119-.881T9 13t.877-2.119T12 10t2.123.881T15 13q0 .517-.137.93t-.413.8l3.55 3.6V8.7L14.05 4H6.616q-.231 0-.424.192T6 4.615v14.77q0 .23.192.423t.423.192h8.614q.25 0 .375.155t.125.341t-.125.345t-.375.159zm6.797-6.587Q14 13.825 14 13t-.587-1.412T12 11t-1.412.588T10 13t.588 1.413T12 15t1.413-.587M12 12.5"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightFindInPageOutlineRounded(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.616 21q-.691 0-1.153-.462T5 19.385V4.615q0-.69.463-1.152T6.616 3h7.17q.366 0 .69.153q.324.152.547.438l3.598 4.301q.18.224.28.488t.099.557v9.832q0 .543-.497.744t-.876-.179l-3.896-3.884q-.425.294-.84.422Q12.477 16 12 16q-1.237 0-2.119-.881T9 13t.877-2.119T12 10t2.123.881T15 13q0 .517-.137.93t-.413.8l3.55 3.6V8.7L14.05 4H6.616q-.231 0-.424.192T6 4.615v14.77q0 .23.192.423t.423.192h8.614q.25 0 .375.155t.125.341t-.125.345t-.375.159zm6.797-6.587Q14 13.825 14 13t-.587-1.412T12 11t-1.412.588T10 13t.588 1.413T12 15t1.413-.587M12 12.5"/></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.616 21q-.691 0-1.153-.462T5 19.385V4.615q0-.69.463-1.152T6.616 3h7.17q.366 0 .69.153q.324.152.547.438l3.598 4.301q.18.224.28.488t.099.557v9.832q0 .543-.497.744t-.876-.179l-3.896-3.884q-.425.294-.84.422Q12.477 16 12 16q-1.237 0-2.119-.881T9 13t.877-2.119T12 10t2.123.881T15 13q0 .517-.137.93t-.413.8l3.55 3.6V8.7L14.05 4H6.616q-.231 0-.424.192T6 4.615v14.77q0 .23.192.423t.423.192h8.614q.25 0 .375.155t.125.341t-.125.345t-.375.159zm6.797-6.587Q14 13.825 14 13t-.587-1.412T12 11t-1.412.588T10 13t.588 1.413T12 15t1.413-.587M12 12.5"/></svg> </template>
CSS
.icon-find-in-page-outline-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.616%2021q-.691%200-1.153-.462T5%2019.385V4.615q0-.69.463-1.152T6.616%203h7.17q.366%200%20.69.153q.324.152.547.438l3.598%204.301q.18.224.28.488t.099.557v9.832q0%20.543-.497.744t-.876-.179l-3.896-3.884q-.425.294-.84.422Q12.477%2016%2012%2016q-1.237%200-2.119-.881T9%2013t.877-2.119T12%2010t2.123.881T15%2013q0%20.517-.137.93t-.413.8l3.55%203.6V8.7L14.05%204H6.616q-.231%200-.424.192T6%204.615v14.77q0%20.23.192.423t.423.192h8.614q.25%200%20.375.155t.125.341t-.125.345t-.375.159zm6.797-6.587Q14%2013.825%2014%2013t-.587-1.412T12%2011t-1.412.588T10%2013t.588%201.413T12%2015t1.413-.587M12%2012.5%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.616%2021q-.691%200-1.153-.462T5%2019.385V4.615q0-.69.463-1.152T6.616%203h7.17q.366%200%20.69.153q.324.152.547.438l3.598%204.301q.18.224.28.488t.099.557v9.832q0%20.543-.497.744t-.876-.179l-3.896-3.884q-.425.294-.84.422Q12.477%2016%2012%2016q-1.237%200-2.119-.881T9%2013t.877-2.119T12%2010t2.123.881T15%2013q0%20.517-.137.93t-.413.8l3.55%203.6V8.7L14.05%204H6.616q-.231%200-.424.192T6%204.615v14.77q0%20.23.192.423t.423.192h8.614q.25%200%20.375.155t.125.341t-.125.345t-.375.159zm6.797-6.587Q14%2013.825%2014%2013t-.587-1.412T12%2011t-1.412.588T10%2013t.588%201.413T12%2015t1.413-.587M12%2012.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/find-in-page-outline-rounded.svg?color=%231a73e8&size=48