magnifier bug icon
magnifier-bug-linear from Solar by 480 Design · Linear · Search · CC-BY-4.0 Attribution required.
- Name
- magnifier-bug-linear
- Set
- Solar
- Style
- Linear
- Category
- Search
- Viewbox
- 24×24
- License
- CC BY 4.0
- Aliases
- magnifer-bug-linear
5 other variants in Solar
More search icons from Solar
Use the magnifier bug icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><circle cx="11.5" cy="11.5" r="9.5"/><path stroke-linecap="round" d="M11.5 15.5C9.84315 15.5 8.5 14.1569 8.5 12.5V10.5M11.5 15.5C13.1569 15.5 14.5 14.1569 14.5 12.5V10.5M11.5 15.5V10.5M14.5 10.5C14.5 8.84315 13.1569 7.5 11.5 7.5C9.84315 7.5 8.5 8.84315 8.5 10.5M14.5 10.5H8.5M14.5715 11.5H16M7 11.5H8.5M14.5 14L15.5 14.5M8.5 14L7.5 14.5M14.5 9L15.5 8.5M8.5 9L7.5 8.5"/><path stroke-linecap="round" d="M18.5 18.5L22 22"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarMagnifierBugLinear(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><circle cx="11.5" cy="11.5" r="9.5"/><path strokeLinecap="round" d="M11.5 15.5C9.84315 15.5 8.5 14.1569 8.5 12.5V10.5M11.5 15.5C13.1569 15.5 14.5 14.1569 14.5 12.5V10.5M11.5 15.5V10.5M14.5 10.5C14.5 8.84315 13.1569 7.5 11.5 7.5C9.84315 7.5 8.5 8.84315 8.5 10.5M14.5 10.5H8.5M14.5715 11.5H16M7 11.5H8.5M14.5 14L15.5 14.5M8.5 14L7.5 14.5M14.5 9L15.5 8.5M8.5 9L7.5 8.5"/><path strokeLinecap="round" d="M18.5 18.5L22 22"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><circle cx="11.5" cy="11.5" r="9.5"/><path stroke-linecap="round" d="M11.5 15.5C9.84315 15.5 8.5 14.1569 8.5 12.5V10.5M11.5 15.5C13.1569 15.5 14.5 14.1569 14.5 12.5V10.5M11.5 15.5V10.5M14.5 10.5C14.5 8.84315 13.1569 7.5 11.5 7.5C9.84315 7.5 8.5 8.84315 8.5 10.5M14.5 10.5H8.5M14.5715 11.5H16M7 11.5H8.5M14.5 14L15.5 14.5M8.5 14L7.5 14.5M14.5 9L15.5 8.5M8.5 9L7.5 8.5"/><path stroke-linecap="round" d="M18.5 18.5L22 22"/></g></svg> </template>
CSS
.icon-magnifier-bug-linear {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Ccircle%20cx%3D%2211.5%22%20cy%3D%2211.5%22%20r%3D%229.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M11.5%2015.5C9.84315%2015.5%208.5%2014.1569%208.5%2012.5V10.5M11.5%2015.5C13.1569%2015.5%2014.5%2014.1569%2014.5%2012.5V10.5M11.5%2015.5V10.5M14.5%2010.5C14.5%208.84315%2013.1569%207.5%2011.5%207.5C9.84315%207.5%208.5%208.84315%208.5%2010.5M14.5%2010.5H8.5M14.5715%2011.5H16M7%2011.5H8.5M14.5%2014L15.5%2014.5M8.5%2014L7.5%2014.5M14.5%209L15.5%208.5M8.5%209L7.5%208.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M18.5%2018.5L22%2022%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Ccircle%20cx%3D%2211.5%22%20cy%3D%2211.5%22%20r%3D%229.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M11.5%2015.5C9.84315%2015.5%208.5%2014.1569%208.5%2012.5V10.5M11.5%2015.5C13.1569%2015.5%2014.5%2014.1569%2014.5%2012.5V10.5M11.5%2015.5V10.5M14.5%2010.5C14.5%208.84315%2013.1569%207.5%2011.5%207.5C9.84315%207.5%208.5%208.84315%208.5%2010.5M14.5%2010.5H8.5M14.5715%2011.5H16M7%2011.5H8.5M14.5%2014L15.5%2014.5M8.5%2014L7.5%2014.5M14.5%209L15.5%208.5M8.5%209L7.5%208.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M18.5%2018.5L22%2022%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/magnifier-bug-linear.svg?color=%231a73e8&size=48