find icon
find from IconPark by ByteDance · Color · Edit · Apache-2.0 Free for personal and commercial use.
- Name
- find
- Set
- IconPark
- Style
- Color
- Category
- Edit
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More edit icons from IconPark
Use the find icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-width="4"><path stroke-linecap="round" d="M4 7H44"/><path stroke-linecap="round" d="M4 23H15"/><path stroke-linecap="round" d="M4 39H15"/><path fill="#2F88FF" d="M31.5 34C36.1944 34 40 30.1944 40 25.5C40 20.8056 36.1944 17 31.5 17C26.8056 17 23 20.8056 23 25.5C23 30.1944 26.8056 34 31.5 34Z"/><path stroke-linecap="round" d="M37 32L44 39.0505"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkFind(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" strokeWidth="4"><path strokeLinecap="round" d="M4 7H44"/><path strokeLinecap="round" d="M4 23H15"/><path strokeLinecap="round" d="M4 39H15"/><path fill="#2F88FF" d="M31.5 34C36.1944 34 40 30.1944 40 25.5C40 20.8056 36.1944 17 31.5 17C26.8056 17 23 20.8056 23 25.5C23 30.1944 26.8056 34 31.5 34Z"/><path strokeLinecap="round" d="M37 32L44 39.0505"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-width="4"><path stroke-linecap="round" d="M4 7H44"/><path stroke-linecap="round" d="M4 23H15"/><path stroke-linecap="round" d="M4 39H15"/><path fill="#2F88FF" d="M31.5 34C36.1944 34 40 30.1944 40 25.5C40 20.8056 36.1944 17 31.5 17C26.8056 17 23 20.8056 23 25.5C23 30.1944 26.8056 34 31.5 34Z"/><path stroke-linecap="round" d="M37 32L44 39.0505"/></g></svg> </template>
CSS
.icon-find {
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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M4%207H44%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M4%2023H15%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M4%2039H15%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M31.5%2034C36.1944%2034%2040%2030.1944%2040%2025.5C40%2020.8056%2036.1944%2017%2031.5%2017C26.8056%2017%2023%2020.8056%2023%2025.5C23%2030.1944%2026.8056%2034%2031.5%2034Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M37%2032L44%2039.0505%22%2F%3E%3C%2Fg%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M4%207H44%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M4%2023H15%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M4%2039H15%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M31.5%2034C36.1944%2034%2040%2030.1944%2040%2025.5C40%2020.8056%2036.1944%2017%2031.5%2017C26.8056%2017%2023%2020.8056%2023%2025.5C23%2030.1944%2026.8056%2034%2031.5%2034Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M37%2032L44%2039.0505%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park/find.svg?color=%231a73e8&size=48