rounded magnifier zoom out icon
rounded-magnifier-zoom-out-line-duotone from Solar by 480 Design · Line Duotone · Search · CC-BY-4.0 Attribution required.
- Name
- rounded-magnifier-zoom-out-line-duotone
- Set
- Solar
- Style
- Line Duotone
- Category
- Search
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
More search icons from Solar
magnifier-boldmagnifier-bug-boldmagnifier-zoom-in-boldmagnifier-zoom-out-boldminimalistic-magnifier-boldminimalistic-magnifier-bug-boldminimalistic-magnifier-zoom-in-boldminimalistic-magnifier-zoom-out-boldrounded-magnifier-boldrounded-magnifier-bug-boldrounded-magnifier-zoom-in-boldrounded-magnifer-boldrounded-magnifer-bug-boldrounded-magnifer-zoom-in-boldrounded-magnifer-zoom-out-bold
Use the rounded magnifier zoom out 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" cy="11" r="9" opacity=".5"/><path stroke-linecap="round" d="M9 11H11H13"/><path stroke-linecap="round" d="M21.812 20.9748C21.7493 21.0695 21.636 21.1828 21.4094 21.4094C21.1828 21.636 21.0695 21.7493 20.9748 21.812C20.4202 22.1793 19.6699 21.99 19.3559 21.4036C19.3023 21.3035 19.2563 21.15 19.1643 20.843C19.0638 20.5076 19.0136 20.3398 19.0038 20.2218C18.9466 19.5268 19.5268 18.9466 20.2218 19.0038C20.3398 19.0136 20.5075 19.0638 20.843 19.1643C21.15 19.2563 21.3035 19.3023 21.4036 19.3559C21.99 19.6699 22.1793 20.4202 21.812 20.9748Z"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarRoundedMagnifierZoomOutLineDuotone(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" cy="11" r="9" opacity=".5"/><path strokeLinecap="round" d="M9 11H11H13"/><path strokeLinecap="round" d="M21.812 20.9748C21.7493 21.0695 21.636 21.1828 21.4094 21.4094C21.1828 21.636 21.0695 21.7493 20.9748 21.812C20.4202 22.1793 19.6699 21.99 19.3559 21.4036C19.3023 21.3035 19.2563 21.15 19.1643 20.843C19.0638 20.5076 19.0136 20.3398 19.0038 20.2218C18.9466 19.5268 19.5268 18.9466 20.2218 19.0038C20.3398 19.0136 20.5075 19.0638 20.843 19.1643C21.15 19.2563 21.3035 19.3023 21.4036 19.3559C21.99 19.6699 22.1793 20.4202 21.812 20.9748Z"/></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" cy="11" r="9" opacity=".5"/><path stroke-linecap="round" d="M9 11H11H13"/><path stroke-linecap="round" d="M21.812 20.9748C21.7493 21.0695 21.636 21.1828 21.4094 21.4094C21.1828 21.636 21.0695 21.7493 20.9748 21.812C20.4202 22.1793 19.6699 21.99 19.3559 21.4036C19.3023 21.3035 19.2563 21.15 19.1643 20.843C19.0638 20.5076 19.0136 20.3398 19.0038 20.2218C18.9466 19.5268 19.5268 18.9466 20.2218 19.0038C20.3398 19.0136 20.5075 19.0638 20.843 19.1643C21.15 19.2563 21.3035 19.3023 21.4036 19.3559C21.99 19.6699 22.1793 20.4202 21.812 20.9748Z"/></g></svg> </template>
CSS
.icon-rounded-magnifier-zoom-out-line-duotone {
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%22%20cy%3D%2211%22%20r%3D%229%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M9%2011H11H13%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M21.812%2020.9748C21.7493%2021.0695%2021.636%2021.1828%2021.4094%2021.4094C21.1828%2021.636%2021.0695%2021.7493%2020.9748%2021.812C20.4202%2022.1793%2019.6699%2021.99%2019.3559%2021.4036C19.3023%2021.3035%2019.2563%2021.15%2019.1643%2020.843C19.0638%2020.5076%2019.0136%2020.3398%2019.0038%2020.2218C18.9466%2019.5268%2019.5268%2018.9466%2020.2218%2019.0038C20.3398%2019.0136%2020.5075%2019.0638%2020.843%2019.1643C21.15%2019.2563%2021.3035%2019.3023%2021.4036%2019.3559C21.99%2019.6699%2022.1793%2020.4202%2021.812%2020.9748Z%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%22%20cy%3D%2211%22%20r%3D%229%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M9%2011H11H13%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M21.812%2020.9748C21.7493%2021.0695%2021.636%2021.1828%2021.4094%2021.4094C21.1828%2021.636%2021.0695%2021.7493%2020.9748%2021.812C20.4202%2022.1793%2019.6699%2021.99%2019.3559%2021.4036C19.3023%2021.3035%2019.2563%2021.15%2019.1643%2020.843C19.0638%2020.5076%2019.0136%2020.3398%2019.0038%2020.2218C18.9466%2019.5268%2019.5268%2018.9466%2020.2218%2019.0038C20.3398%2019.0136%2020.5075%2019.0638%2020.843%2019.1643C21.15%2019.2563%2021.3035%2019.3023%2021.4036%2019.3559C21.99%2019.6699%2022.1793%2020.4202%2021.812%2020.9748Z%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/rounded-magnifier-zoom-out-line-duotone.svg?color=%231a73e8&size=48