minimalistic magnifier icon

minimalistic-magnifier-bold from Solar by 480 Design · Bold · Search · CC-BY-4.0 Attribution required.

Name
minimalistic-magnifier-bold
Set
Solar
Style
Bold
Category
Search
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More search icons from Solar

Use the minimalistic magnifier icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M20.3133 11.1566C20.3133 16.2137 16.2137 20.3133 11.1566 20.3133C6.09956 20.3133 2 16.2137 2 11.1566C2 6.09956 6.09956 2 11.1566 2C16.2137 2 20.3133 6.09956 20.3133 11.1566Z"/><path fill-rule="evenodd" d="M18.8382 18.8382C19.1205 18.5559 19.5783 18.5559 19.8606 18.8382L21.7883 20.7659C22.0706 21.0483 22.0706 21.506 21.7883 21.7883C21.506 22.0706 21.0483 22.0706 20.7659 21.7883L18.8382 19.8606C18.5559 19.5783 18.5559 19.1205 18.8382 18.8382Z" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarMinimalisticMagnifierBold(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M20.3133 11.1566C20.3133 16.2137 16.2137 20.3133 11.1566 20.3133C6.09956 20.3133 2 16.2137 2 11.1566C2 6.09956 6.09956 2 11.1566 2C16.2137 2 20.3133 6.09956 20.3133 11.1566Z"/><path fillRule="evenodd" d="M18.8382 18.8382C19.1205 18.5559 19.5783 18.5559 19.8606 18.8382L21.7883 20.7659C22.0706 21.0483 22.0706 21.506 21.7883 21.7883C21.506 22.0706 21.0483 22.0706 20.7659 21.7883L18.8382 19.8606C18.5559 19.5783 18.5559 19.1205 18.8382 18.8382Z" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M20.3133 11.1566C20.3133 16.2137 16.2137 20.3133 11.1566 20.3133C6.09956 20.3133 2 16.2137 2 11.1566C2 6.09956 6.09956 2 11.1566 2C16.2137 2 20.3133 6.09956 20.3133 11.1566Z"/><path fill-rule="evenodd" d="M18.8382 18.8382C19.1205 18.5559 19.5783 18.5559 19.8606 18.8382L21.7883 20.7659C22.0706 21.0483 22.0706 21.506 21.7883 21.7883C21.506 22.0706 21.0483 22.0706 20.7659 21.7883L18.8382 19.8606C18.5559 19.5783 18.5559 19.1205 18.8382 18.8382Z" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-minimalistic-magnifier-bold {
  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%22currentColor%22%3E%3Cpath%20d%3D%22M20.3133%2011.1566C20.3133%2016.2137%2016.2137%2020.3133%2011.1566%2020.3133C6.09956%2020.3133%202%2016.2137%202%2011.1566C2%206.09956%206.09956%202%2011.1566%202C16.2137%202%2020.3133%206.09956%2020.3133%2011.1566Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M18.8382%2018.8382C19.1205%2018.5559%2019.5783%2018.5559%2019.8606%2018.8382L21.7883%2020.7659C22.0706%2021.0483%2022.0706%2021.506%2021.7883%2021.7883C21.506%2022.0706%2021.0483%2022.0706%2020.7659%2021.7883L18.8382%2019.8606C18.5559%2019.5783%2018.5559%2019.1205%2018.8382%2018.8382Z%22%20clip-rule%3D%22evenodd%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%22currentColor%22%3E%3Cpath%20d%3D%22M20.3133%2011.1566C20.3133%2016.2137%2016.2137%2020.3133%2011.1566%2020.3133C6.09956%2020.3133%202%2016.2137%202%2011.1566C2%206.09956%206.09956%202%2011.1566%202C16.2137%202%2020.3133%206.09956%2020.3133%2011.1566Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M18.8382%2018.8382C19.1205%2018.5559%2019.5783%2018.5559%2019.8606%2018.8382L21.7883%2020.7659C22.0706%2021.0483%2022.0706%2021.506%2021.7883%2021.7883C21.506%2022.0706%2021.0483%2022.0706%2020.7659%2021.7883L18.8382%2019.8606C18.5559%2019.5783%2018.5559%2019.1205%2018.8382%2018.8382Z%22%20clip-rule%3D%22evenodd%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/minimalistic-magnifier-bold.svg?color=%231a73e8&size=48