find replace icon
find-replace-line from Remix Icon by Remix Design · Line · System · Apache-2.0 Free for personal and commercial use.
- Name
- find-replace-line
- Set
- Remix Icon
- Style
- Line
- Category
- System
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Remix Icon
The same icon in other sets
More system icons from Remix Icon
add-box-filladd-circle-filladd-filladd-large-fillalarm-add-fillalarm-fillalarm-snooze-fillalarm-warning-fillalert-fillapps-2-add-fillapps-2-ai-fillapps-2-fillapps-ai-fillapps-fillcheck-double-fillcheck-fillcheckbox-blank-circle-fillcheckbox-blank-fillcheckbox-circle-fillcheckbox-fillcheckbox-indeterminate-fillcheckbox-multiple-blank-fillcheckbox-multiple-fillclose-circle-fill
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="m18.033 16.618l4.28 4.282l-1.413 1.414l-4.282-4.281A8.96 8.96 0 0 1 11 20a9 9 0 0 1-8.065-5H9l-1.304 2.173A7 7 0 0 0 11 18a6.98 6.98 0 0 0 4.875-1.975l.15-.15A6.98 6.98 0 0 0 18 11c0-.695-.101-1.366-.29-2h2.067c.146.643.223 1.313.223 2a8.96 8.96 0 0 1-1.967 5.618M19.065 7H13l1.304-2.173A7 7 0 0 0 11 4a7 7 0 0 0-6.71 9H2.223A9 9 0 0 1 2 11c0-4.972 4.028-9 9-9a9 9 0 0 1 8.065 5"/></svg>
React
import type { SVGProps } from "react";
export function RiFindReplaceLine(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="m18.033 16.618l4.28 4.282l-1.413 1.414l-4.282-4.281A8.96 8.96 0 0 1 11 20a9 9 0 0 1-8.065-5H9l-1.304 2.173A7 7 0 0 0 11 18a6.98 6.98 0 0 0 4.875-1.975l.15-.15A6.98 6.98 0 0 0 18 11c0-.695-.101-1.366-.29-2h2.067c.146.643.223 1.313.223 2a8.96 8.96 0 0 1-1.967 5.618M19.065 7H13l1.304-2.173A7 7 0 0 0 11 4a7 7 0 0 0-6.71 9H2.223A9 9 0 0 1 2 11c0-4.972 4.028-9 9-9a9 9 0 0 1 8.065 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="m18.033 16.618l4.28 4.282l-1.413 1.414l-4.282-4.281A8.96 8.96 0 0 1 11 20a9 9 0 0 1-8.065-5H9l-1.304 2.173A7 7 0 0 0 11 18a6.98 6.98 0 0 0 4.875-1.975l.15-.15A6.98 6.98 0 0 0 18 11c0-.695-.101-1.366-.29-2h2.067c.146.643.223 1.313.223 2a8.96 8.96 0 0 1-1.967 5.618M19.065 7H13l1.304-2.173A7 7 0 0 0 11 4a7 7 0 0 0-6.71 9H2.223A9 9 0 0 1 2 11c0-4.972 4.028-9 9-9a9 9 0 0 1 8.065 5"/></svg> </template>
CSS
.icon-find-replace-line {
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%22m18.033%2016.618l4.28%204.282l-1.413%201.414l-4.282-4.281A8.96%208.96%200%200%201%2011%2020a9%209%200%200%201-8.065-5H9l-1.304%202.173A7%207%200%200%200%2011%2018a6.98%206.98%200%200%200%204.875-1.975l.15-.15A6.98%206.98%200%200%200%2018%2011c0-.695-.101-1.366-.29-2h2.067c.146.643.223%201.313.223%202a8.96%208.96%200%200%201-1.967%205.618M19.065%207H13l1.304-2.173A7%207%200%200%200%2011%204a7%207%200%200%200-6.71%209H2.223A9%209%200%200%201%202%2011c0-4.972%204.028-9%209-9a9%209%200%200%201%208.065%205%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%22m18.033%2016.618l4.28%204.282l-1.413%201.414l-4.282-4.281A8.96%208.96%200%200%201%2011%2020a9%209%200%200%201-8.065-5H9l-1.304%202.173A7%207%200%200%200%2011%2018a6.98%206.98%200%200%200%204.875-1.975l.15-.15A6.98%206.98%200%200%200%2018%2011c0-.695-.101-1.366-.29-2h2.067c.146.643.223%201.313.223%202a8.96%208.96%200%200%201-1.967%205.618M19.065%207H13l1.304-2.173A7%207%200%200%200%2011%204a7%207%200%200%200-6.71%209H2.223A9%209%200%200%201%202%2011c0-4.972%204.028-9%209-9a9%209%200%200%201%208.065%205%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ri/find-replace-line.svg?color=%231a73e8&size=48