case upper icon

case-upper from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
case-upper
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the case upper icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M18.5 7h-2c-.466 0-.699 0-.883.076a1 1 0 0 0-.54.541C15 7.801 15 8.034 15 8.5V12h3.5a2.5 2.5 0 0 0 0-5m1 5H15v3.6c0 .372 0 .558.049.709a1 1 0 0 0 .642.642c.15.049.337.049.709.049h3.1a2.5 2.5 0 0 0 0-5"/><path fill="currentColor" d="m4.627 10.099l.701.267zM1.3 16.733a.75.75 0 1 0 1.402.534L2 17zm9 .534a.75.75 0 1 0 1.402-.534L11 17zm-1.926-7.168l-.701.267zM3.5 13.25a.75.75 0 0 0 0 1.5zm6 1.5a.75.75 0 0 0 0-1.5zm-4.873-4.651l-.7-.267l-2.628 6.901L2 17l.7.267l2.628-6.901zM11 17l.7-.267l-2.626-6.901l-.701.267l-.701.267l2.627 6.9zm-6.373-6.901l.701.267c.402-1.057.676-1.771.928-2.23c.273-.497.354-.386.244-.386v-1.5c-.803 0-1.265.628-1.559 1.164c-.314.573-.63 1.408-1.015 2.418zm3.746 0l.7-.267c-.384-1.01-.7-1.845-1.014-2.418C7.765 6.878 7.303 6.25 6.5 6.25v1.5c-.11 0-.029-.111.244.385c.252.46.526 1.174.928 2.23zM3.5 14v.75h6v-1.5h-6z"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsCaseUpper(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M18.5 7h-2c-.466 0-.699 0-.883.076a1 1 0 0 0-.54.541C15 7.801 15 8.034 15 8.5V12h3.5a2.5 2.5 0 0 0 0-5m1 5H15v3.6c0 .372 0 .558.049.709a1 1 0 0 0 .642.642c.15.049.337.049.709.049h3.1a2.5 2.5 0 0 0 0-5"/><path fill="currentColor" d="m4.627 10.099l.701.267zM1.3 16.733a.75.75 0 1 0 1.402.534L2 17zm9 .534a.75.75 0 1 0 1.402-.534L11 17zm-1.926-7.168l-.701.267zM3.5 13.25a.75.75 0 0 0 0 1.5zm6 1.5a.75.75 0 0 0 0-1.5zm-4.873-4.651l-.7-.267l-2.628 6.901L2 17l.7.267l2.628-6.901zM11 17l.7-.267l-2.626-6.901l-.701.267l-.701.267l2.627 6.9zm-6.373-6.901l.701.267c.402-1.057.676-1.771.928-2.23c.273-.497.354-.386.244-.386v-1.5c-.803 0-1.265.628-1.559 1.164c-.314.573-.63 1.408-1.015 2.418zm3.746 0l.7-.267c-.384-1.01-.7-1.845-1.014-2.418C7.765 6.878 7.303 6.25 6.5 6.25v1.5c-.11 0-.029-.111.244.385c.252.46.526 1.174.928 2.23zM3.5 14v.75h6v-1.5h-6z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M18.5 7h-2c-.466 0-.699 0-.883.076a1 1 0 0 0-.54.541C15 7.801 15 8.034 15 8.5V12h3.5a2.5 2.5 0 0 0 0-5m1 5H15v3.6c0 .372 0 .558.049.709a1 1 0 0 0 .642.642c.15.049.337.049.709.049h3.1a2.5 2.5 0 0 0 0-5"/><path fill="currentColor" d="m4.627 10.099l.701.267zM1.3 16.733a.75.75 0 1 0 1.402.534L2 17zm9 .534a.75.75 0 1 0 1.402-.534L11 17zm-1.926-7.168l-.701.267zM3.5 13.25a.75.75 0 0 0 0 1.5zm6 1.5a.75.75 0 0 0 0-1.5zm-4.873-4.651l-.7-.267l-2.628 6.901L2 17l.7.267l2.628-6.901zM11 17l.7-.267l-2.626-6.901l-.701.267l-.701.267l2.627 6.9zm-6.373-6.901l.701.267c.402-1.057.676-1.771.928-2.23c.273-.497.354-.386.244-.386v-1.5c-.803 0-1.265.628-1.559 1.164c-.314.573-.63 1.408-1.015 2.418zm3.746 0l.7-.267c-.384-1.01-.7-1.845-1.014-2.418C7.765 6.878 7.303 6.25 6.5 6.25v1.5c-.11 0-.029-.111.244.385c.252.46.526 1.174.928 2.23zM3.5 14v.75h6v-1.5h-6z"/></g></svg>
</template>

CSS

.icon-case-upper {
  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%3Cg%20fill%3D%22none%22%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M18.5%207h-2c-.466%200-.699%200-.883.076a1%201%200%200%200-.54.541C15%207.801%2015%208.034%2015%208.5V12h3.5a2.5%202.5%200%200%200%200-5m1%205H15v3.6c0%20.372%200%20.558.049.709a1%201%200%200%200%20.642.642c.15.049.337.049.709.049h3.1a2.5%202.5%200%200%200%200-5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m4.627%2010.099l.701.267zM1.3%2016.733a.75.75%200%201%200%201.402.534L2%2017zm9%20.534a.75.75%200%201%200%201.402-.534L11%2017zm-1.926-7.168l-.701.267zM3.5%2013.25a.75.75%200%200%200%200%201.5zm6%201.5a.75.75%200%200%200%200-1.5zm-4.873-4.651l-.7-.267l-2.628%206.901L2%2017l.7.267l2.628-6.901zM11%2017l.7-.267l-2.626-6.901l-.701.267l-.701.267l2.627%206.9zm-6.373-6.901l.701.267c.402-1.057.676-1.771.928-2.23c.273-.497.354-.386.244-.386v-1.5c-.803%200-1.265.628-1.559%201.164c-.314.573-.63%201.408-1.015%202.418zm3.746%200l.7-.267c-.384-1.01-.7-1.845-1.014-2.418C7.765%206.878%207.303%206.25%206.5%206.25v1.5c-.11%200-.029-.111.244.385c.252.46.526%201.174.928%202.23zM3.5%2014v.75h6v-1.5h-6z%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M18.5%207h-2c-.466%200-.699%200-.883.076a1%201%200%200%200-.54.541C15%207.801%2015%208.034%2015%208.5V12h3.5a2.5%202.5%200%200%200%200-5m1%205H15v3.6c0%20.372%200%20.558.049.709a1%201%200%200%200%20.642.642c.15.049.337.049.709.049h3.1a2.5%202.5%200%200%200%200-5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m4.627%2010.099l.701.267zM1.3%2016.733a.75.75%200%201%200%201.402.534L2%2017zm9%20.534a.75.75%200%201%200%201.402-.534L11%2017zm-1.926-7.168l-.701.267zM3.5%2013.25a.75.75%200%200%200%200%201.5zm6%201.5a.75.75%200%200%200%200-1.5zm-4.873-4.651l-.7-.267l-2.628%206.901L2%2017l.7.267l2.628-6.901zM11%2017l.7-.267l-2.626-6.901l-.701.267l-.701.267l2.627%206.9zm-6.373-6.901l.701.267c.402-1.057.676-1.771.928-2.23c.273-.497.354-.386.244-.386v-1.5c-.803%200-1.265.628-1.559%201.164c-.314.573-.63%201.408-1.015%202.418zm3.746%200l.7-.267c-.384-1.01-.7-1.845-1.014-2.418C7.765%206.878%207.303%206.25%206.5%206.25v1.5c-.11%200-.029-.111.244.385c.252.46.526%201.174.928%202.23zM3.5%2014v.75h6v-1.5h-6z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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