round find replace icon
round-find-replace from Google Material Icons by Material Design Authors · Baseline · Action · Apache-2.0 Free for personal and commercial use.
- Name
- round-find-replace
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Action
- Viewbox
- 24×24
- License
- Apache 2.0
More action icons from Google Material Icons
baseline-123baseline-3d-rotationbaseline-abcbaseline-accessibilitybaseline-accessibility-newbaseline-accessiblebaseline-accessible-forwardbaseline-account-balancebaseline-account-balance-walletbaseline-account-boxbaseline-account-circlebaseline-add-cardbaseline-add-homebaseline-add-shopping-cartbaseline-add-taskbaseline-add-to-drivebaseline-addchartbaseline-admin-panel-settingsbaseline-ads-clickbaseline-alarmbaseline-alarm-addbaseline-alarm-offbaseline-alarm-onbaseline-all-inbox
Use the round 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 6c1.38 0 2.63.56 3.54 1.46l-1.69 1.69a.5.5 0 0 0 .36.85h4.29c.28 0 .5-.22.5-.5V5.21c0-.45-.54-.67-.85-.35l-1.2 1.2A6.94 6.94 0 0 0 11 4C7.96 4 5.38 5.94 4.42 8.64c-.24.66.23 1.36.93 1.36c.42 0 .79-.26.93-.66A5.01 5.01 0 0 1 11 6m5.64 9.14c.4-.54.72-1.15.95-1.8S17.34 12 16.65 12a.98.98 0 0 0-.93.66A5.01 5.01 0 0 1 11 16c-1.38 0-2.63-.56-3.54-1.46l1.69-1.69a.5.5 0 0 0-.36-.85H4.5c-.28 0-.5.22-.5.5v4.29c0 .45.54.67.85.35l1.2-1.2a6.984 6.984 0 0 0 9.09.7l4.11 4.11c.41.41 1.08.41 1.49 0s.41-1.08 0-1.49z"/></svg>
React
import type { SVGProps } from "react";
export function IcRoundFindReplace(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 6c1.38 0 2.63.56 3.54 1.46l-1.69 1.69a.5.5 0 0 0 .36.85h4.29c.28 0 .5-.22.5-.5V5.21c0-.45-.54-.67-.85-.35l-1.2 1.2A6.94 6.94 0 0 0 11 4C7.96 4 5.38 5.94 4.42 8.64c-.24.66.23 1.36.93 1.36c.42 0 .79-.26.93-.66A5.01 5.01 0 0 1 11 6m5.64 9.14c.4-.54.72-1.15.95-1.8S17.34 12 16.65 12a.98.98 0 0 0-.93.66A5.01 5.01 0 0 1 11 16c-1.38 0-2.63-.56-3.54-1.46l1.69-1.69a.5.5 0 0 0-.36-.85H4.5c-.28 0-.5.22-.5.5v4.29c0 .45.54.67.85.35l1.2-1.2a6.984 6.984 0 0 0 9.09.7l4.11 4.11c.41.41 1.08.41 1.49 0s.41-1.08 0-1.49z"/></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 6c1.38 0 2.63.56 3.54 1.46l-1.69 1.69a.5.5 0 0 0 .36.85h4.29c.28 0 .5-.22.5-.5V5.21c0-.45-.54-.67-.85-.35l-1.2 1.2A6.94 6.94 0 0 0 11 4C7.96 4 5.38 5.94 4.42 8.64c-.24.66.23 1.36.93 1.36c.42 0 .79-.26.93-.66A5.01 5.01 0 0 1 11 6m5.64 9.14c.4-.54.72-1.15.95-1.8S17.34 12 16.65 12a.98.98 0 0 0-.93.66A5.01 5.01 0 0 1 11 16c-1.38 0-2.63-.56-3.54-1.46l1.69-1.69a.5.5 0 0 0-.36-.85H4.5c-.28 0-.5.22-.5.5v4.29c0 .45.54.67.85.35l1.2-1.2a6.984 6.984 0 0 0 9.09.7l4.11 4.11c.41.41 1.08.41 1.49 0s.41-1.08 0-1.49z"/></svg> </template>
CSS
.icon-round-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%22M11%206c1.38%200%202.63.56%203.54%201.46l-1.69%201.69a.5.5%200%200%200%20.36.85h4.29c.28%200%20.5-.22.5-.5V5.21c0-.45-.54-.67-.85-.35l-1.2%201.2A6.94%206.94%200%200%200%2011%204C7.96%204%205.38%205.94%204.42%208.64c-.24.66.23%201.36.93%201.36c.42%200%20.79-.26.93-.66A5.01%205.01%200%200%201%2011%206m5.64%209.14c.4-.54.72-1.15.95-1.8S17.34%2012%2016.65%2012a.98.98%200%200%200-.93.66A5.01%205.01%200%200%201%2011%2016c-1.38%200-2.63-.56-3.54-1.46l1.69-1.69a.5.5%200%200%200-.36-.85H4.5c-.28%200-.5.22-.5.5v4.29c0%20.45.54.67.85.35l1.2-1.2a6.984%206.984%200%200%200%209.09.7l4.11%204.11c.41.41%201.08.41%201.49%200s.41-1.08%200-1.49z%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%206c1.38%200%202.63.56%203.54%201.46l-1.69%201.69a.5.5%200%200%200%20.36.85h4.29c.28%200%20.5-.22.5-.5V5.21c0-.45-.54-.67-.85-.35l-1.2%201.2A6.94%206.94%200%200%200%2011%204C7.96%204%205.38%205.94%204.42%208.64c-.24.66.23%201.36.93%201.36c.42%200%20.79-.26.93-.66A5.01%205.01%200%200%201%2011%206m5.64%209.14c.4-.54.72-1.15.95-1.8S17.34%2012%2016.65%2012a.98.98%200%200%200-.93.66A5.01%205.01%200%200%201%2011%2016c-1.38%200-2.63-.56-3.54-1.46l1.69-1.69a.5.5%200%200%200-.36-.85H4.5c-.28%200-.5.22-.5.5v4.29c0%20.45.54.67.85.35l1.2-1.2a6.984%206.984%200%200%200%209.09.7l4.11%204.11c.41.41%201.08.41%201.49%200s.41-1.08%200-1.49z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-find-replace.svg?color=%231a73e8&size=48