show from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.

Name
show
Set
BoxIcons v2
Style
Regular
Viewbox
24×24
License
MIT
Aliases
bx-show

The same icon in other sets

Related icons in BoxIcons v2

Use the show icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 9a3.02 3.02 0 0 0-3 3c0 1.642 1.358 3 3 3s3-1.358 3-3s-1.359-3-3-3"/><path fill="currentColor" d="M12 5c-7.633 0-9.927 6.617-9.948 6.684L1.946 12l.105.316C2.073 12.383 4.367 19 12 19s9.927-6.617 9.948-6.684l.106-.316l-.105-.316C21.927 11.617 19.633 5 12 5m0 12c-5.351 0-7.424-3.846-7.926-5C4.578 10.842 6.652 7 12 7c5.351 0 7.424 3.846 7.926 5c-.504 1.158-2.578 5-7.926 5"/></svg>

React

import type { SVGProps } from "react";

export function BxShow(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" d="M12 9a3.02 3.02 0 0 0-3 3c0 1.642 1.358 3 3 3s3-1.358 3-3s-1.359-3-3-3"/><path fill="currentColor" d="M12 5c-7.633 0-9.927 6.617-9.948 6.684L1.946 12l.105.316C2.073 12.383 4.367 19 12 19s9.927-6.617 9.948-6.684l.106-.316l-.105-.316C21.927 11.617 19.633 5 12 5m0 12c-5.351 0-7.424-3.846-7.926-5C4.578 10.842 6.652 7 12 7c5.351 0 7.424 3.846 7.926 5c-.504 1.158-2.578 5-7.926 5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 9a3.02 3.02 0 0 0-3 3c0 1.642 1.358 3 3 3s3-1.358 3-3s-1.359-3-3-3"/><path fill="currentColor" d="M12 5c-7.633 0-9.927 6.617-9.948 6.684L1.946 12l.105.316C2.073 12.383 4.367 19 12 19s9.927-6.617 9.948-6.684l.106-.316l-.105-.316C21.927 11.617 19.633 5 12 5m0 12c-5.351 0-7.424-3.846-7.926-5C4.578 10.842 6.652 7 12 7c5.351 0 7.424 3.846 7.926 5c-.504 1.158-2.578 5-7.926 5"/></svg>
</template>

CSS

.icon-show {
  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%20d%3D%22M12%209a3.02%203.02%200%200%200-3%203c0%201.642%201.358%203%203%203s3-1.358%203-3s-1.359-3-3-3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%205c-7.633%200-9.927%206.617-9.948%206.684L1.946%2012l.105.316C2.073%2012.383%204.367%2019%2012%2019s9.927-6.617%209.948-6.684l.106-.316l-.105-.316C21.927%2011.617%2019.633%205%2012%205m0%2012c-5.351%200-7.424-3.846-7.926-5C4.578%2010.842%206.652%207%2012%207c5.351%200%207.424%203.846%207.926%205c-.504%201.158-2.578%205-7.926%205%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%20d%3D%22M12%209a3.02%203.02%200%200%200-3%203c0%201.642%201.358%203%203%203s3-1.358%203-3s-1.359-3-3-3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%205c-7.633%200-9.927%206.617-9.948%206.684L1.946%2012l.105.316C2.073%2012.383%204.367%2019%2012%2019s9.927-6.617%209.948-6.684l.106-.316l-.105-.316C21.927%2011.617%2019.633%205%2012%205m0%2012c-5.351%200-7.424-3.846-7.926-5C4.578%2010.842%206.652%207%2012%207c5.351%200%207.424%203.846%207.926%205c-.504%201.158-2.578%205-7.926%205%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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