find-replace-rounded from Material Symbols Light by Google · Rounded · Actions · Apache-2.0 Free for personal and commercial use.

Name
find-replace-rounded
Set
Material Symbols Light
Style
Rounded
Category
Actions
Viewbox
24×24
License
Apache 2.0
Aliases
find-replace-outline-rounded

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="M11 6q-1.69 0-3.01.988q-1.32.987-1.775 2.54q-.073.184-.247.294t-.362.074q-.208-.056-.32-.224t-.045-.364q.52-1.889 2.138-3.098Q8.996 5 11 5q2.052 0 3.243.957T16 7.754V5.5q0-.213.143-.357T16.5 5t.357.143T17 5.5v3.692q0 .348-.23.578t-.578.23H12.5q-.213 0-.357-.143T12 9.5t.143-.357T12.5 9h3.039q-.495-1.073-1.623-2.036Q12.79 6 11 6m0 11q-1.475 0-2.849-.726T6 14.246V16.5q0 .214-.143.357T5.5 17t-.357-.143T5 16.5v-3.692q0-.349.23-.578t.578-.23H9.5q.214 0 .357.143T10 12.5t-.143.357T9.5 13H6.462q.552 1.304 1.776 2.152T11 16q1.666 0 2.97-.97t1.784-2.492q.079-.207.253-.349q.174-.141.387-.085q.214.061.318.238t.036.385q-.156.634-.451 1.13t-.735 1.035l4.392 4.392q.14.141.15.345t-.15.363t-.354.16t-.354-.16L14.854 15.6q-.842.714-1.809 1.057Q12.08 17 11 17"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightFindReplaceRounded(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="M11 6q-1.69 0-3.01.988q-1.32.987-1.775 2.54q-.073.184-.247.294t-.362.074q-.208-.056-.32-.224t-.045-.364q.52-1.889 2.138-3.098Q8.996 5 11 5q2.052 0 3.243.957T16 7.754V5.5q0-.213.143-.357T16.5 5t.357.143T17 5.5v3.692q0 .348-.23.578t-.578.23H12.5q-.213 0-.357-.143T12 9.5t.143-.357T12.5 9h3.039q-.495-1.073-1.623-2.036Q12.79 6 11 6m0 11q-1.475 0-2.849-.726T6 14.246V16.5q0 .214-.143.357T5.5 17t-.357-.143T5 16.5v-3.692q0-.349.23-.578t.578-.23H9.5q.214 0 .357.143T10 12.5t-.143.357T9.5 13H6.462q.552 1.304 1.776 2.152T11 16q1.666 0 2.97-.97t1.784-2.492q.079-.207.253-.349q.174-.141.387-.085q.214.061.318.238t.036.385q-.156.634-.451 1.13t-.735 1.035l4.392 4.392q.14.141.15.345t-.15.363t-.354.16t-.354-.16L14.854 15.6q-.842.714-1.809 1.057Q12.08 17 11 17"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 6q-1.69 0-3.01.988q-1.32.987-1.775 2.54q-.073.184-.247.294t-.362.074q-.208-.056-.32-.224t-.045-.364q.52-1.889 2.138-3.098Q8.996 5 11 5q2.052 0 3.243.957T16 7.754V5.5q0-.213.143-.357T16.5 5t.357.143T17 5.5v3.692q0 .348-.23.578t-.578.23H12.5q-.213 0-.357-.143T12 9.5t.143-.357T12.5 9h3.039q-.495-1.073-1.623-2.036Q12.79 6 11 6m0 11q-1.475 0-2.849-.726T6 14.246V16.5q0 .214-.143.357T5.5 17t-.357-.143T5 16.5v-3.692q0-.349.23-.578t.578-.23H9.5q.214 0 .357.143T10 12.5t-.143.357T9.5 13H6.462q.552 1.304 1.776 2.152T11 16q1.666 0 2.97-.97t1.784-2.492q.079-.207.253-.349q.174-.141.387-.085q.214.061.318.238t.036.385q-.156.634-.451 1.13t-.735 1.035l4.392 4.392q.14.141.15.345t-.15.363t-.354.16t-.354-.16L14.854 15.6q-.842.714-1.809 1.057Q12.08 17 11 17"/></svg>
</template>

CSS

.icon-find-replace-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%22M11%206q-1.69%200-3.01.988q-1.32.987-1.775%202.54q-.073.184-.247.294t-.362.074q-.208-.056-.32-.224t-.045-.364q.52-1.889%202.138-3.098Q8.996%205%2011%205q2.052%200%203.243.957T16%207.754V5.5q0-.213.143-.357T16.5%205t.357.143T17%205.5v3.692q0%20.348-.23.578t-.578.23H12.5q-.213%200-.357-.143T12%209.5t.143-.357T12.5%209h3.039q-.495-1.073-1.623-2.036Q12.79%206%2011%206m0%2011q-1.475%200-2.849-.726T6%2014.246V16.5q0%20.214-.143.357T5.5%2017t-.357-.143T5%2016.5v-3.692q0-.349.23-.578t.578-.23H9.5q.214%200%20.357.143T10%2012.5t-.143.357T9.5%2013H6.462q.552%201.304%201.776%202.152T11%2016q1.666%200%202.97-.97t1.784-2.492q.079-.207.253-.349q.174-.141.387-.085q.214.061.318.238t.036.385q-.156.634-.451%201.13t-.735%201.035l4.392%204.392q.14.141.15.345t-.15.363t-.354.16t-.354-.16L14.854%2015.6q-.842.714-1.809%201.057Q12.08%2017%2011%2017%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%22M11%206q-1.69%200-3.01.988q-1.32.987-1.775%202.54q-.073.184-.247.294t-.362.074q-.208-.056-.32-.224t-.045-.364q.52-1.889%202.138-3.098Q8.996%205%2011%205q2.052%200%203.243.957T16%207.754V5.5q0-.213.143-.357T16.5%205t.357.143T17%205.5v3.692q0%20.348-.23.578t-.578.23H12.5q-.213%200-.357-.143T12%209.5t.143-.357T12.5%209h3.039q-.495-1.073-1.623-2.036Q12.79%206%2011%206m0%2011q-1.475%200-2.849-.726T6%2014.246V16.5q0%20.214-.143.357T5.5%2017t-.357-.143T5%2016.5v-3.692q0-.349.23-.578t.578-.23H9.5q.214%200%20.357.143T10%2012.5t-.143.357T9.5%2013H6.462q.552%201.304%201.776%202.152T11%2016q1.666%200%202.97-.97t1.784-2.492q.079-.207.253-.349q.174-.141.387-.085q.214.061.318.238t.036.385q-.156.634-.451%201.13t-.735%201.035l4.392%204.392q.14.141.15.345t-.15.363t-.354.16t-.354-.16L14.854%2015.6q-.842.714-1.809%201.057Q12.08%2017%2011%2017%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-rounded.svg?color=%231a73e8&size=48