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

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

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="M12 19c.946 0 1.81-.103 2.598-.281l-1.757-1.757c-.273.021-.55.038-.841.038c-5.351 0-7.424-3.846-7.926-5a8.6 8.6 0 0 1 1.508-2.297L4.184 8.305c-1.538 1.667-2.121 3.346-2.132 3.379a1 1 0 0 0 0 .633C2.073 12.383 4.367 19 12 19m0-14c-1.837 0-3.346.396-4.604.981L3.707 2.293L2.293 3.707l18 18l1.414-1.414l-3.319-3.319c2.614-1.951 3.547-4.615 3.561-4.657a1 1 0 0 0 0-.633C21.927 11.617 19.633 5 12 5m4.972 10.558l-2.28-2.28c.19-.39.308-.819.308-1.278c0-1.641-1.359-3-3-3c-.459 0-.888.118-1.277.309L8.915 7.501A9.3 9.3 0 0 1 12 7c5.351 0 7.424 3.846 7.926 5c-.302.692-1.166 2.342-2.954 3.558"/></svg>

React

import type { SVGProps } from "react";

export function BxHide(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 19c.946 0 1.81-.103 2.598-.281l-1.757-1.757c-.273.021-.55.038-.841.038c-5.351 0-7.424-3.846-7.926-5a8.6 8.6 0 0 1 1.508-2.297L4.184 8.305c-1.538 1.667-2.121 3.346-2.132 3.379a1 1 0 0 0 0 .633C2.073 12.383 4.367 19 12 19m0-14c-1.837 0-3.346.396-4.604.981L3.707 2.293L2.293 3.707l18 18l1.414-1.414l-3.319-3.319c2.614-1.951 3.547-4.615 3.561-4.657a1 1 0 0 0 0-.633C21.927 11.617 19.633 5 12 5m4.972 10.558l-2.28-2.28c.19-.39.308-.819.308-1.278c0-1.641-1.359-3-3-3c-.459 0-.888.118-1.277.309L8.915 7.501A9.3 9.3 0 0 1 12 7c5.351 0 7.424 3.846 7.926 5c-.302.692-1.166 2.342-2.954 3.558"/></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 19c.946 0 1.81-.103 2.598-.281l-1.757-1.757c-.273.021-.55.038-.841.038c-5.351 0-7.424-3.846-7.926-5a8.6 8.6 0 0 1 1.508-2.297L4.184 8.305c-1.538 1.667-2.121 3.346-2.132 3.379a1 1 0 0 0 0 .633C2.073 12.383 4.367 19 12 19m0-14c-1.837 0-3.346.396-4.604.981L3.707 2.293L2.293 3.707l18 18l1.414-1.414l-3.319-3.319c2.614-1.951 3.547-4.615 3.561-4.657a1 1 0 0 0 0-.633C21.927 11.617 19.633 5 12 5m4.972 10.558l-2.28-2.28c.19-.39.308-.819.308-1.278c0-1.641-1.359-3-3-3c-.459 0-.888.118-1.277.309L8.915 7.501A9.3 9.3 0 0 1 12 7c5.351 0 7.424 3.846 7.926 5c-.302.692-1.166 2.342-2.954 3.558"/></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%22M12%2019c.946%200%201.81-.103%202.598-.281l-1.757-1.757c-.273.021-.55.038-.841.038c-5.351%200-7.424-3.846-7.926-5a8.6%208.6%200%200%201%201.508-2.297L4.184%208.305c-1.538%201.667-2.121%203.346-2.132%203.379a1%201%200%200%200%200%20.633C2.073%2012.383%204.367%2019%2012%2019m0-14c-1.837%200-3.346.396-4.604.981L3.707%202.293L2.293%203.707l18%2018l1.414-1.414l-3.319-3.319c2.614-1.951%203.547-4.615%203.561-4.657a1%201%200%200%200%200-.633C21.927%2011.617%2019.633%205%2012%205m4.972%2010.558l-2.28-2.28c.19-.39.308-.819.308-1.278c0-1.641-1.359-3-3-3c-.459%200-.888.118-1.277.309L8.915%207.501A9.3%209.3%200%200%201%2012%207c5.351%200%207.424%203.846%207.926%205c-.302.692-1.166%202.342-2.954%203.558%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%2019c.946%200%201.81-.103%202.598-.281l-1.757-1.757c-.273.021-.55.038-.841.038c-5.351%200-7.424-3.846-7.926-5a8.6%208.6%200%200%201%201.508-2.297L4.184%208.305c-1.538%201.667-2.121%203.346-2.132%203.379a1%201%200%200%200%200%20.633C2.073%2012.383%204.367%2019%2012%2019m0-14c-1.837%200-3.346.396-4.604.981L3.707%202.293L2.293%203.707l18%2018l1.414-1.414l-3.319-3.319c2.614-1.951%203.547-4.615%203.561-4.657a1%201%200%200%200%200-.633C21.927%2011.617%2019.633%205%2012%205m4.972%2010.558l-2.28-2.28c.19-.39.308-.819.308-1.278c0-1.641-1.359-3-3-3c-.459%200-.888.118-1.277.309L8.915%207.501A9.3%209.3%200%200%201%2012%207c5.351%200%207.424%203.846%207.926%205c-.302.692-1.166%202.342-2.954%203.558%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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