Carnet Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Carnet 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/323462.svg" alt="Carnet icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323462.svg" alt="Carnet icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323462.svg" alt="Carnet icon" :width="24" :height="24" />
CSS background
.icon-carnet {
background-image: url('https://proicons.com/icon/323462.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M22.11,5.5l1.58,1.94-1.11.36-2.94-.29Zm7,.17,1,3-7.57-.82,6.6-2.15ZM15.62,7.08,36,9.28,32.72,40.11l-20.41-2.2Zm-.33,3.1L13.73,24.69,9.6,12ZM10.56,15l3.17,9.71-.28,2.63L6.23,18.53Zm24.23,6,7,8.51-3.84,3.16-3.34-9.85Zm-.17,1.54,4.13,12.65L33.06,37Zm-16.36,16,7.56.82-6.59,2.15Zm7.56.82,3.44.37L25.9,42.5l-2-2.49Zm.11,1"/></svg>
Copied!