Color Puzzle Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Color Puzzle 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/323921.svg" alt="Color Puzzle icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323921.svg" alt="Color Puzzle icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323921.svg" alt="Color Puzzle icon" :width="24" :height="24" />
CSS background
.icon-color-puzzle {
background-image: url('https://proicons.com/icon/323921.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M12.5808,11.1227l7.9687,29.7385M6.6716,12.706l26.6876-7.151c.8453-.2277,1.7076.2713,1.9353,1.1166l7.15,26.6876c.2277.8453-.2713,1.7076-1.1166,1.9353l-26.6876,7.15c-.8393.2281-1.7045-.2674-1.9326-1.1067-.0009-.0033-.0018-.0066-.0026-.0099L5.556,14.6403c-.2281-.8393.2674-1.7045,1.1067-1.9326.0033-.0009.0066-.0018.0099-.0026M27.45,7.1384l7.9687,29.7385M20.0154,9.1305l7.9687,29.7385M36.8768,12.5808l-29.7385,7.9687M40.8612,27.45l-29.7385,7.9687M38.869,20.0154l-29.7385,7.9687"/></svg>
Copied!