Jigsaw Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Jigsaw 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/327671.svg" alt="Jigsaw icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327671.svg" alt="Jigsaw icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327671.svg" alt="Jigsaw icon" :width="24" :height="24" />
CSS background
.icon-jigsaw {
background-image: url('https://proicons.com/icon/327671.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>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="d" d="M5.5,40.6601V7.3399h33.3203c-1.5826,5.446-1.878,8.1996-1.5867,12.6934,1.3877-.1987,2.0824-.5342,3.1734-1.5867,2.38.7933,3.1734,6.3467,0,7.9334-1.0126-.2609-1.5364-.2691-2.38,0-2.7767,1.0802-2.1325,5.0045,0,13.4868h-15.0735c.1707-1.9799.5774-2.9463,1.5867-3.9667-1.5867-2.38-7.1401-1.5867-8.7267,0,1.7985,1.6281,2.5279,2.5017,3.1734,3.9667-5.9829.3213-8.9587.4135-13.4868.7933Z"/></svg>
Copied!