hide from BoxIcons v2 Solid by Boxicons · Solid · MIT Free for personal and commercial use.

Name
hide
Set
BoxIcons v2 Solid
Style
Solid
Viewbox
24×24
License
MIT

The same icon in other sets

Use the hide icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.073 12.194L4.212 8.333c-1.52 1.657-2.096 3.317-2.106 3.351L2 12l.105.316C2.127 12.383 4.421 19 12.054 19c.929 0 1.775-.102 2.552-.273l-2.746-2.746a3.987 3.987 0 0 1-3.787-3.787M12.054 5c-1.855 0-3.375.404-4.642.998L3.707 2.293L2.293 3.707l18 18l1.414-1.414l-3.298-3.298c2.638-1.953 3.579-4.637 3.593-4.679l.105-.316l-.105-.316C21.98 11.617 19.687 5 12.054 5m1.906 7.546c.187-.677.028-1.439-.492-1.96s-1.283-.679-1.96-.492L10 8.586A3.96 3.96 0 0 1 12.054 8c2.206 0 4 1.794 4 4a3.94 3.94 0 0 1-.587 2.053z"/></svg>

React

import type { SVGProps } from "react";

export function BxsHide(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="M8.073 12.194L4.212 8.333c-1.52 1.657-2.096 3.317-2.106 3.351L2 12l.105.316C2.127 12.383 4.421 19 12.054 19c.929 0 1.775-.102 2.552-.273l-2.746-2.746a3.987 3.987 0 0 1-3.787-3.787M12.054 5c-1.855 0-3.375.404-4.642.998L3.707 2.293L2.293 3.707l18 18l1.414-1.414l-3.298-3.298c2.638-1.953 3.579-4.637 3.593-4.679l.105-.316l-.105-.316C21.98 11.617 19.687 5 12.054 5m1.906 7.546c.187-.677.028-1.439-.492-1.96s-1.283-.679-1.96-.492L10 8.586A3.96 3.96 0 0 1 12.054 8c2.206 0 4 1.794 4 4a3.94 3.94 0 0 1-.587 2.053z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.073 12.194L4.212 8.333c-1.52 1.657-2.096 3.317-2.106 3.351L2 12l.105.316C2.127 12.383 4.421 19 12.054 19c.929 0 1.775-.102 2.552-.273l-2.746-2.746a3.987 3.987 0 0 1-3.787-3.787M12.054 5c-1.855 0-3.375.404-4.642.998L3.707 2.293L2.293 3.707l18 18l1.414-1.414l-3.298-3.298c2.638-1.953 3.579-4.637 3.593-4.679l.105-.316l-.105-.316C21.98 11.617 19.687 5 12.054 5m1.906 7.546c.187-.677.028-1.439-.492-1.96s-1.283-.679-1.96-.492L10 8.586A3.96 3.96 0 0 1 12.054 8c2.206 0 4 1.794 4 4a3.94 3.94 0 0 1-.587 2.053z"/></svg>
</template>

CSS

.icon-hide {
  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%22M8.073%2012.194L4.212%208.333c-1.52%201.657-2.096%203.317-2.106%203.351L2%2012l.105.316C2.127%2012.383%204.421%2019%2012.054%2019c.929%200%201.775-.102%202.552-.273l-2.746-2.746a3.987%203.987%200%200%201-3.787-3.787M12.054%205c-1.855%200-3.375.404-4.642.998L3.707%202.293L2.293%203.707l18%2018l1.414-1.414l-3.298-3.298c2.638-1.953%203.579-4.637%203.593-4.679l.105-.316l-.105-.316C21.98%2011.617%2019.687%205%2012.054%205m1.906%207.546c.187-.677.028-1.439-.492-1.96s-1.283-.679-1.96-.492L10%208.586A3.96%203.96%200%200%201%2012.054%208c2.206%200%204%201.794%204%204a3.94%203.94%200%200%201-.587%202.053z%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%22M8.073%2012.194L4.212%208.333c-1.52%201.657-2.096%203.317-2.106%203.351L2%2012l.105.316C2.127%2012.383%204.421%2019%2012.054%2019c.929%200%201.775-.102%202.552-.273l-2.746-2.746a3.987%203.987%200%200%201-3.787-3.787M12.054%205c-1.855%200-3.375.404-4.642.998L3.707%202.293L2.293%203.707l18%2018l1.414-1.414l-3.298-3.298c2.638-1.953%203.579-4.637%203.593-4.679l.105-.316l-.105-.316C21.98%2011.617%2019.687%205%2012.054%205m1.906%207.546c.187-.677.028-1.439-.492-1.96s-1.283-.679-1.96-.492L10%208.586A3.96%203.96%200%200%201%2012.054%208c2.206%200%204%201.794%204%204a3.94%203.94%200%200%201-.587%202.053z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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