magnifier zoom out icon

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

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

5 other variants in Solar

More search icons from Solar

Use the magnifier zoom out 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 14.0605 20.8111 16.4017 19.2589 18.1982L22.5303 21.4697C22.8232 21.7626 22.8232 22.2374 22.5303 22.5303C22.2374 22.8232 21.7626 22.8232 21.4697 22.5303L18.1982 19.2589C16.4017 20.8111 14.0605 21.75 11.5 21.75C5.83908 21.75 1.25 17.1609 1.25 11.5ZM8.25 11.5C8.25 11.0858 8.58579 10.75 9 10.75H14C14.4142 10.75 14.75 11.0858 14.75 11.5C14.75 11.9142 14.4142 12.25 14 12.25H9C8.58579 12.25 8.25 11.9142 8.25 11.5Z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function SolarMagnifierZoomOutOutline(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 14.0605 20.8111 16.4017 19.2589 18.1982L22.5303 21.4697C22.8232 21.7626 22.8232 22.2374 22.5303 22.5303C22.2374 22.8232 21.7626 22.8232 21.4697 22.5303L18.1982 19.2589C16.4017 20.8111 14.0605 21.75 11.5 21.75C5.83908 21.75 1.25 17.1609 1.25 11.5ZM8.25 11.5C8.25 11.0858 8.58579 10.75 9 10.75H14C14.4142 10.75 14.75 11.0858 14.75 11.5C14.75 11.9142 14.4142 12.25 14 12.25H9C8.58579 12.25 8.25 11.9142 8.25 11.5Z" 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 14.0605 20.8111 16.4017 19.2589 18.1982L22.5303 21.4697C22.8232 21.7626 22.8232 22.2374 22.5303 22.5303C22.2374 22.8232 21.7626 22.8232 21.4697 22.5303L18.1982 19.2589C16.4017 20.8111 14.0605 21.75 11.5 21.75C5.83908 21.75 1.25 17.1609 1.25 11.5ZM8.25 11.5C8.25 11.0858 8.58579 10.75 9 10.75H14C14.4142 10.75 14.75 11.0858 14.75 11.5C14.75 11.9142 14.4142 12.25 14 12.25H9C8.58579 12.25 8.25 11.9142 8.25 11.5Z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-magnifier-zoom-out-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%2014.0605%2020.8111%2016.4017%2019.2589%2018.1982L22.5303%2021.4697C22.8232%2021.7626%2022.8232%2022.2374%2022.5303%2022.5303C22.2374%2022.8232%2021.7626%2022.8232%2021.4697%2022.5303L18.1982%2019.2589C16.4017%2020.8111%2014.0605%2021.75%2011.5%2021.75C5.83908%2021.75%201.25%2017.1609%201.25%2011.5ZM8.25%2011.5C8.25%2011.0858%208.58579%2010.75%209%2010.75H14C14.4142%2010.75%2014.75%2011.0858%2014.75%2011.5C14.75%2011.9142%2014.4142%2012.25%2014%2012.25H9C8.58579%2012.25%208.25%2011.9142%208.25%2011.5Z%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%2014.0605%2020.8111%2016.4017%2019.2589%2018.1982L22.5303%2021.4697C22.8232%2021.7626%2022.8232%2022.2374%2022.5303%2022.5303C22.2374%2022.8232%2021.7626%2022.8232%2021.4697%2022.5303L18.1982%2019.2589C16.4017%2020.8111%2014.0605%2021.75%2011.5%2021.75C5.83908%2021.75%201.25%2017.1609%201.25%2011.5ZM8.25%2011.5C8.25%2011.0858%208.58579%2010.75%209%2010.75H14C14.4142%2010.75%2014.75%2011.0858%2014.75%2011.5C14.75%2011.9142%2014.4142%2012.25%2014%2012.25H9C8.58579%2012.25%208.25%2011.9142%208.25%2011.5Z%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/magnifier-zoom-out-outline.svg?color=%231a73e8&size=48