reverse lens icon

reverse-lens from IconPark by ByteDance · Color · Edit · Apache-2.0 Free for personal and commercial use.

Name
reverse-lens
Set
IconPark
Style
Color
Category
Edit
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More edit icons from IconPark

Use the reverse lens icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke-width="4"><path fill="#2F88FF" stroke="#000" stroke-linecap="round" stroke-linejoin="round" d="M13 25V10H19L21 7H27L29 10H35V25H13Z"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" d="M20 35L24 39L20 43"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" d="M32 38.1679C39.0636 36.6248 45 33.1006 45 29C45 26.7483 43.5116 24.6705 41 22.999M24 39C12.9543 39 3 34.5228 3 29C3 26.7483 4.48836 24.6705 7 22.999"/><path fill="#43CCF8" stroke="#fff" stroke-miterlimit="10" d="M24 20C25.6569 20 27 18.6569 27 17C27 15.3431 25.6569 14 24 14C22.3431 14 21 15.3431 21 17C21 18.6569 22.3431 20 24 20Z"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkReverseLens(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" strokeWidth="4"><path fill="#2F88FF" stroke="#000" strokeLinecap="round" strokeLinejoin="round" d="M13 25V10H19L21 7H27L29 10H35V25H13Z"/><path stroke="#000" strokeLinecap="round" strokeLinejoin="round" d="M20 35L24 39L20 43"/><path stroke="#000" strokeLinecap="round" strokeLinejoin="round" d="M32 38.1679C39.0636 36.6248 45 33.1006 45 29C45 26.7483 43.5116 24.6705 41 22.999M24 39C12.9543 39 3 34.5228 3 29C3 26.7483 4.48836 24.6705 7 22.999"/><path fill="#43CCF8" stroke="#fff" strokeMiterlimit="10" d="M24 20C25.6569 20 27 18.6569 27 17C27 15.3431 25.6569 14 24 14C22.3431 14 21 15.3431 21 17C21 18.6569 22.3431 20 24 20Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke-width="4"><path fill="#2F88FF" stroke="#000" stroke-linecap="round" stroke-linejoin="round" d="M13 25V10H19L21 7H27L29 10H35V25H13Z"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" d="M20 35L24 39L20 43"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" d="M32 38.1679C39.0636 36.6248 45 33.1006 45 29C45 26.7483 43.5116 24.6705 41 22.999M24 39C12.9543 39 3 34.5228 3 29C3 26.7483 4.48836 24.6705 7 22.999"/><path fill="#43CCF8" stroke="#fff" stroke-miterlimit="10" d="M24 20C25.6569 20 27 18.6569 27 17C27 15.3431 25.6569 14 24 14C22.3431 14 21 15.3431 21 17C21 18.6569 22.3431 20 24 20Z"/></g></svg>
</template>

CSS

.icon-reverse-lens {
  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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M13%2025V10H19L21%207H27L29%2010H35V25H13Z%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M20%2035L24%2039L20%2043%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M32%2038.1679C39.0636%2036.6248%2045%2033.1006%2045%2029C45%2026.7483%2043.5116%2024.6705%2041%2022.999M24%2039C12.9543%2039%203%2034.5228%203%2029C3%2026.7483%204.48836%2024.6705%207%2022.999%22%2F%3E%3Cpath%20fill%3D%22%2343CCF8%22%20stroke%3D%22%23fff%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M24%2020C25.6569%2020%2027%2018.6569%2027%2017C27%2015.3431%2025.6569%2014%2024%2014C22.3431%2014%2021%2015.3431%2021%2017C21%2018.6569%2022.3431%2020%2024%2020Z%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M13%2025V10H19L21%207H27L29%2010H35V25H13Z%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M20%2035L24%2039L20%2043%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M32%2038.1679C39.0636%2036.6248%2045%2033.1006%2045%2029C45%2026.7483%2043.5116%2024.6705%2041%2022.999M24%2039C12.9543%2039%203%2034.5228%203%2029C3%2026.7483%204.48836%2024.6705%207%2022.999%22%2F%3E%3Cpath%20fill%3D%22%2343CCF8%22%20stroke%3D%22%23fff%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M24%2020C25.6569%2020%2027%2018.6569%2027%2017C27%2015.3431%2025.6569%2014%2024%2014C22.3431%2014%2021%2015.3431%2021%2017C21%2018.6569%2022.3431%2020%2024%2020Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park/reverse-lens.svg?color=%231a73e8&size=48