minimalistic magnifier icon

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

Name
minimalistic-magnifier-outline
Set
Solar
Style
Outline
Category
Search
Viewbox
24×24
License
CC BY 4.0
Aliases
minimalistic-magnifer-outline

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"><path fill="currentColor" fill-rule="evenodd" d="M11.5 2.75C6.66751 2.75 2.75 6.66751 2.75 11.5C2.75 16.3325 6.66751 20.25 11.5 20.25C16.3325 20.25 20.25 16.3325 20.25 11.5C20.25 6.66751 16.3325 2.75 11.5 2.75ZM1.25 11.5C1.25 5.83908 5.83908 1.25 11.5 1.25C17.1609 1.25 21.75 5.83908 21.75 11.5C21.75 17.1609 17.1609 21.75 11.5 21.75C5.83908 21.75 1.25 17.1609 1.25 11.5ZM19.4697 19.4697C19.7626 19.1768 20.2374 19.1768 20.5303 19.4697L22.5303 21.4697C22.8232 21.7626 22.8232 22.2374 22.5303 22.5303C22.2374 22.8232 21.7626 22.8232 21.4697 22.5303L19.4697 20.5303C19.1768 20.2374 19.1768 19.7626 19.4697 19.4697Z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function SolarMinimalisticMagnifierOutline(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" fillRule="evenodd" d="M11.5 2.75C6.66751 2.75 2.75 6.66751 2.75 11.5C2.75 16.3325 6.66751 20.25 11.5 20.25C16.3325 20.25 20.25 16.3325 20.25 11.5C20.25 6.66751 16.3325 2.75 11.5 2.75ZM1.25 11.5C1.25 5.83908 5.83908 1.25 11.5 1.25C17.1609 1.25 21.75 5.83908 21.75 11.5C21.75 17.1609 17.1609 21.75 11.5 21.75C5.83908 21.75 1.25 17.1609 1.25 11.5ZM19.4697 19.4697C19.7626 19.1768 20.2374 19.1768 20.5303 19.4697L22.5303 21.4697C22.8232 21.7626 22.8232 22.2374 22.5303 22.5303C22.2374 22.8232 21.7626 22.8232 21.4697 22.5303L19.4697 20.5303C19.1768 20.2374 19.1768 19.7626 19.4697 19.4697Z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M11.5 2.75C6.66751 2.75 2.75 6.66751 2.75 11.5C2.75 16.3325 6.66751 20.25 11.5 20.25C16.3325 20.25 20.25 16.3325 20.25 11.5C20.25 6.66751 16.3325 2.75 11.5 2.75ZM1.25 11.5C1.25 5.83908 5.83908 1.25 11.5 1.25C17.1609 1.25 21.75 5.83908 21.75 11.5C21.75 17.1609 17.1609 21.75 11.5 21.75C5.83908 21.75 1.25 17.1609 1.25 11.5ZM19.4697 19.4697C19.7626 19.1768 20.2374 19.1768 20.5303 19.4697L22.5303 21.4697C22.8232 21.7626 22.8232 22.2374 22.5303 22.5303C22.2374 22.8232 21.7626 22.8232 21.4697 22.5303L19.4697 20.5303C19.1768 20.2374 19.1768 19.7626 19.4697 19.4697Z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-minimalistic-magnifier-outline {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M11.5%202.75C6.66751%202.75%202.75%206.66751%202.75%2011.5C2.75%2016.3325%206.66751%2020.25%2011.5%2020.25C16.3325%2020.25%2020.25%2016.3325%2020.25%2011.5C20.25%206.66751%2016.3325%202.75%2011.5%202.75ZM1.25%2011.5C1.25%205.83908%205.83908%201.25%2011.5%201.25C17.1609%201.25%2021.75%205.83908%2021.75%2011.5C21.75%2017.1609%2017.1609%2021.75%2011.5%2021.75C5.83908%2021.75%201.25%2017.1609%201.25%2011.5ZM19.4697%2019.4697C19.7626%2019.1768%2020.2374%2019.1768%2020.5303%2019.4697L22.5303%2021.4697C22.8232%2021.7626%2022.8232%2022.2374%2022.5303%2022.5303C22.2374%2022.8232%2021.7626%2022.8232%2021.4697%2022.5303L19.4697%2020.5303C19.1768%2020.2374%2019.1768%2019.7626%2019.4697%2019.4697Z%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M11.5%202.75C6.66751%202.75%202.75%206.66751%202.75%2011.5C2.75%2016.3325%206.66751%2020.25%2011.5%2020.25C16.3325%2020.25%2020.25%2016.3325%2020.25%2011.5C20.25%206.66751%2016.3325%202.75%2011.5%202.75ZM1.25%2011.5C1.25%205.83908%205.83908%201.25%2011.5%201.25C17.1609%201.25%2021.75%205.83908%2021.75%2011.5C21.75%2017.1609%2017.1609%2021.75%2011.5%2021.75C5.83908%2021.75%201.25%2017.1609%201.25%2011.5ZM19.4697%2019.4697C19.7626%2019.1768%2020.2374%2019.1768%2020.5303%2019.4697L22.5303%2021.4697C22.8232%2021.7626%2022.8232%2022.2374%2022.5303%2022.5303C22.2374%2022.8232%2021.7626%2022.8232%2021.4697%2022.5303L19.4697%2020.5303C19.1768%2020.2374%2019.1768%2019.7626%2019.4697%2019.4697Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/minimalistic-magnifier-outline.svg?color=%231a73e8&size=48