Just Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Just 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/314857.svg" alt="Just icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/314857.svg" alt="Just icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/314857.svg" alt="Just icon" :width="24" :height="24" />
CSS background
.icon-just {
background-image: url('https://proicons.com/icon/314857.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>Just</title><path d="M12 0A12 12 0 0 0 0 12a12 12 0 0 0 12 12 12 12 0 0 0 12-12A12 12 0 0 0 12 0m0 2.35a3.25 3.35 0 0 1 3.25 3.35A3.25 3.35 0 0 1 12 9.05 3.25 3.35 0 0 1 8.75 5.7 3.25 3.35 0 0 1 12 2.35m0 12.6a3.25 3.35 0 0 1 3.25 3.35A3.25 3.35 0 0 1 12 21.65a3.25 3.35 0 0 1-3.25-3.35A3.25 3.35 0 0 1 12 14.95"/></svg>
Just in other icon packs
Copied!