case sensitive icon
case-sensitive from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- case-sensitive
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge Icons
Use the case sensitive 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="M21.5 10v7m0-3.5a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0"/><path fill="currentColor" d="m5.127 10.099l.701.267zM1.8 16.733a.75.75 0 1 0 1.402.534L2.5 17zm9 .534a.75.75 0 1 0 1.402-.534L11.5 17zm-1.926-7.168l-.701.267zM4 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.5 17l.7.267l2.628-6.901zM11.5 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.418C8.265 6.878 7.803 6.25 7 6.25v1.5c-.11 0-.029-.111.244.385c.252.46.526 1.174.928 2.23zM4 14v.75h6v-1.5H4z"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsCaseSensitive(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="M21.5 10v7m0-3.5a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0"/><path fill="currentColor" d="m5.127 10.099l.701.267zM1.8 16.733a.75.75 0 1 0 1.402.534L2.5 17zm9 .534a.75.75 0 1 0 1.402-.534L11.5 17zm-1.926-7.168l-.701.267zM4 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.5 17l.7.267l2.628-6.901zM11.5 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.418C8.265 6.878 7.803 6.25 7 6.25v1.5c-.11 0-.029-.111.244.385c.252.46.526 1.174.928 2.23zM4 14v.75h6v-1.5H4z"/></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="M21.5 10v7m0-3.5a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0"/><path fill="currentColor" d="m5.127 10.099l.701.267zM1.8 16.733a.75.75 0 1 0 1.402.534L2.5 17zm9 .534a.75.75 0 1 0 1.402-.534L11.5 17zm-1.926-7.168l-.701.267zM4 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.5 17l.7.267l2.628-6.901zM11.5 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.418C8.265 6.878 7.803 6.25 7 6.25v1.5c-.11 0-.029-.111.244.385c.252.46.526 1.174.928 2.23zM4 14v.75h6v-1.5H4z"/></g></svg> </template>
CSS
.icon-case-sensitive {
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%22M21.5%2010v7m0-3.5a3.5%203.5%200%201%201-7%200a3.5%203.5%200%200%201%207%200%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m5.127%2010.099l.701.267zM1.8%2016.733a.75.75%200%201%200%201.402.534L2.5%2017zm9%20.534a.75.75%200%201%200%201.402-.534L11.5%2017zm-1.926-7.168l-.701.267zM4%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.5%2017l.7.267l2.628-6.901zM11.5%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.418C8.265%206.878%207.803%206.25%207%206.25v1.5c-.11%200-.029-.111.244.385c.252.46.526%201.174.928%202.23zM4%2014v.75h6v-1.5H4z%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%22M21.5%2010v7m0-3.5a3.5%203.5%200%201%201-7%200a3.5%203.5%200%200%201%207%200%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m5.127%2010.099l.701.267zM1.8%2016.733a.75.75%200%201%200%201.402.534L2.5%2017zm9%20.534a.75.75%200%201%200%201.402-.534L11.5%2017zm-1.926-7.168l-.701.267zM4%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.5%2017l.7.267l2.628-6.901zM11.5%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.418C8.265%206.878%207.803%206.25%207%206.25v1.5c-.11%200-.029-.111.244.385c.252.46.526%201.174.928%202.23zM4%2014v.75h6v-1.5H4z%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-sensitive.svg?color=%231a73e8&size=48