find-in-page from Material Symbols Light by Google · Regular · Text · Apache-2.0 Free for personal and commercial use.

Name
find-in-page
Set
Material Symbols Light
Style
Regular
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

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.923L19 8.346v10.996l-4.55-4.611q.275-.387.413-.8T15 13q0-1.246-.877-2.123T12 10t-2.123.877T9 13t.877 2.123T12 16q.479 0 .892-.128t.839-.422l4.815 4.804q-.421.384-.969.565T16.442 21zm3.972-6.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 MaterialSymbolsLightFindInPage(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.923L19 8.346v10.996l-4.55-4.611q.275-.387.413-.8T15 13q0-1.246-.877-2.123T12 10t-2.123.877T9 13t.877 2.123T12 16q.479 0 .892-.128t.839-.422l4.815 4.804q-.421.384-.969.565T16.442 21zm3.972-6.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.616 21q-.691 0-1.153-.462T5 19.385V4.615q0-.69.463-1.152T6.616 3h7.923L19 8.346v10.996l-4.55-4.611q.275-.387.413-.8T15 13q0-1.246-.877-2.123T12 10t-2.123.877T9 13t.877 2.123T12 16q.479 0 .892-.128t.839-.422l4.815 4.804q-.421.384-.969.565T16.442 21zm3.972-6.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 {
  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.923L19%208.346v10.996l-4.55-4.611q.275-.387.413-.8T15%2013q0-1.246-.877-2.123T12%2010t-2.123.877T9%2013t.877%202.123T12%2016q.479%200%20.892-.128t.839-.422l4.815%204.804q-.421.384-.969.565T16.442%2021zm3.972-6.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.616%2021q-.691%200-1.153-.462T5%2019.385V4.615q0-.69.463-1.152T6.616%203h7.923L19%208.346v10.996l-4.55-4.611q.275-.387.413-.8T15%2013q0-1.246-.877-2.123T12%2010t-2.123.877T9%2013t.877%202.123T12%2016q.479%200%20.892-.128t.839-.422l4.815%204.804q-.421.384-.969.565T16.442%2021zm3.972-6.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-light/find-in-page.svg?color=%231a73e8&size=48