find replace icon
find-replace from Material Symbols Light by Google · Regular · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- find-replace
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Actions
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- find-replace-outline, find-replace-outline-sharp, find-replace-sharp
1 other variant in Material Symbols Light
The same icon in other sets
More actions icons from Material Symbols Light
Use the find replace icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.1 10q.312-2.152 2.018-3.576T11 5q2.052 0 3.243.957T16 7.754V5h1v5h-5V9h3.539q-.495-1.073-1.623-2.036Q12.79 6 11 6Q9.2 6 7.825 7.138T6.1 10zm14.5 10.346L14.854 15.6q-.842.714-1.809 1.057Q12.08 17 11 17q-1.475 0-2.849-.726T6 14.246V17H5v-5h5v1H6.462q.552 1.304 1.776 2.152T11 16q1.8 0 3.175-1.137T15.9 12h1q-.125.9-.45 1.553t-.889 1.34l4.747 4.746z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightFindReplace(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="M5.1 10q.312-2.152 2.018-3.576T11 5q2.052 0 3.243.957T16 7.754V5h1v5h-5V9h3.539q-.495-1.073-1.623-2.036Q12.79 6 11 6Q9.2 6 7.825 7.138T6.1 10zm14.5 10.346L14.854 15.6q-.842.714-1.809 1.057Q12.08 17 11 17q-1.475 0-2.849-.726T6 14.246V17H5v-5h5v1H6.462q.552 1.304 1.776 2.152T11 16q1.8 0 3.175-1.137T15.9 12h1q-.125.9-.45 1.553t-.889 1.34l4.747 4.746z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.1 10q.312-2.152 2.018-3.576T11 5q2.052 0 3.243.957T16 7.754V5h1v5h-5V9h3.539q-.495-1.073-1.623-2.036Q12.79 6 11 6Q9.2 6 7.825 7.138T6.1 10zm14.5 10.346L14.854 15.6q-.842.714-1.809 1.057Q12.08 17 11 17q-1.475 0-2.849-.726T6 14.246V17H5v-5h5v1H6.462q.552 1.304 1.776 2.152T11 16q1.8 0 3.175-1.137T15.9 12h1q-.125.9-.45 1.553t-.889 1.34l4.747 4.746z"/></svg> </template>
CSS
.icon-find-replace {
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%22M5.1%2010q.312-2.152%202.018-3.576T11%205q2.052%200%203.243.957T16%207.754V5h1v5h-5V9h3.539q-.495-1.073-1.623-2.036Q12.79%206%2011%206Q9.2%206%207.825%207.138T6.1%2010zm14.5%2010.346L14.854%2015.6q-.842.714-1.809%201.057Q12.08%2017%2011%2017q-1.475%200-2.849-.726T6%2014.246V17H5v-5h5v1H6.462q.552%201.304%201.776%202.152T11%2016q1.8%200%203.175-1.137T15.9%2012h1q-.125.9-.45%201.553t-.889%201.34l4.747%204.746z%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%22M5.1%2010q.312-2.152%202.018-3.576T11%205q2.052%200%203.243.957T16%207.754V5h1v5h-5V9h3.539q-.495-1.073-1.623-2.036Q12.79%206%2011%206Q9.2%206%207.825%207.138T6.1%2010zm14.5%2010.346L14.854%2015.6q-.842.714-1.809%201.057Q12.08%2017%2011%2017q-1.475%200-2.849-.726T6%2014.246V17H5v-5h5v1H6.462q.552%201.304%201.776%202.152T11%2016q1.8%200%203.175-1.137T15.9%2012h1q-.125.9-.45%201.553t-.889%201.34l4.747%204.746z%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-replace.svg?color=%231a73e8&size=48