Shadcnui Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Shadcnui icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/316007.svg" alt="Shadcnui icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/316007.svg" alt="Shadcnui icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/316007.svg" alt="Shadcnui icon" :width="24" :height="24" />
CSS background
.icon-shadcnui {
background-image: url('https://proicons.com/icon/316007.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>shadcn/ui</title><path d="M22.219 11.784 11.784 22.219c-.407.407-.407 1.068 0 1.476.407.407 1.068.407 1.476 0L23.695 13.26c.407-.408.407-1.069 0-1.476-.408-.407-1.069-.407-1.476 0ZM20.132.305.305 20.132c-.407.407-.407 1.068 0 1.476.408.407 1.069.407 1.476 0L21.608 1.781c.407-.407.407-1.068 0-1.476-.408-.407-1.069-.407-1.476 0Z"/></svg>
Shadcnui in other icon packs
Copied!