magnifying glass plus icon

magnifying-glass-plus-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.

Name
magnifying-glass-plus-bold
Set
Phosphor
Style
Bold
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Related icons in Phosphor

Use the magnifying glass plus icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M156 112a12 12 0 0 1-12 12h-20v20a12 12 0 0 1-24 0v-20H80a12 12 0 0 1 0-24h20V80a12 12 0 0 1 24 0v20h20a12 12 0 0 1 12 12m76.49 120.49a12 12 0 0 1-17 0L168 185a92.12 92.12 0 1 1 17-17l47.54 47.53a12 12 0 0 1-.05 16.96M112 180a68 68 0 1 0-68-68a68.08 68.08 0 0 0 68 68"/></svg>

React

import type { SVGProps } from "react";

export function PhMagnifyingGlassPlusBold(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M156 112a12 12 0 0 1-12 12h-20v20a12 12 0 0 1-24 0v-20H80a12 12 0 0 1 0-24h20V80a12 12 0 0 1 24 0v20h20a12 12 0 0 1 12 12m76.49 120.49a12 12 0 0 1-17 0L168 185a92.12 92.12 0 1 1 17-17l47.54 47.53a12 12 0 0 1-.05 16.96M112 180a68 68 0 1 0-68-68a68.08 68.08 0 0 0 68 68"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M156 112a12 12 0 0 1-12 12h-20v20a12 12 0 0 1-24 0v-20H80a12 12 0 0 1 0-24h20V80a12 12 0 0 1 24 0v20h20a12 12 0 0 1 12 12m76.49 120.49a12 12 0 0 1-17 0L168 185a92.12 92.12 0 1 1 17-17l47.54 47.53a12 12 0 0 1-.05 16.96M112 180a68 68 0 1 0-68-68a68.08 68.08 0 0 0 68 68"/></svg>
</template>

CSS

.icon-magnifying-glass-plus-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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M156%20112a12%2012%200%200%201-12%2012h-20v20a12%2012%200%200%201-24%200v-20H80a12%2012%200%200%201%200-24h20V80a12%2012%200%200%201%2024%200v20h20a12%2012%200%200%201%2012%2012m76.49%20120.49a12%2012%200%200%201-17%200L168%20185a92.12%2092.12%200%201%201%2017-17l47.54%2047.53a12%2012%200%200%201-.05%2016.96M112%20180a68%2068%200%201%200-68-68a68.08%2068.08%200%200%200%2068%2068%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M156%20112a12%2012%200%200%201-12%2012h-20v20a12%2012%200%200%201-24%200v-20H80a12%2012%200%200%201%200-24h20V80a12%2012%200%200%201%2024%200v20h20a12%2012%200%200%201%2012%2012m76.49%20120.49a12%2012%200%200%201-17%200L168%20185a92.12%2092.12%200%201%201%2017-17l47.54%2047.53a12%2012%200%200%201-.05%2016.96M112%20180a68%2068%200%201%200-68-68a68.08%2068.08%200%200%200%2068%2068%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/magnifying-glass-plus-bold.svg?color=%231a73e8&size=48