Jre Point Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Jre Point 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/327731.svg" alt="Jre Point icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327731.svg" alt="Jre Point icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327731.svg" alt="Jre Point icon" :width="24" :height="24" />
CSS background
.icon-jre-point {
background-image: url('https://proicons.com/icon/327731.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m30.94 13.02c-4.4128-4.4132-11.08-5.7392-16.872-3.3402-5.7921 2.3991-9.5686 8.0511-9.5686 14.32s3.7765 11.921 9.5686 14.32c5.7919 2.3991 12.459 1.073 16.872-3.3402 4.6978-4.207 7.812-9.3984 12.56-10.98-4.7479-1.5818-7.8621-6.7732-12.56-10.98z"/><path class="b" d="m20.033 14.178a9.8915 9.8915 0 0 0-9.4434 6.9824h18.895a9.8915 9.8915 0 0 0-9.4512-6.9824zm-9.4766 12.662a9.8915 9.8915 0 0 0 9.4766 7.1211 9.8915 9.8915 0 0 0 9.4766-7.1211h-18.953z"/></svg>
Copied!