Zigzag Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Zigzag 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/306976.svg" alt="Zigzag icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306976.svg" alt="Zigzag icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306976.svg" alt="Zigzag icon" :width="24" :height="24" />
CSS background
.icon-zigzag {
background-image: url('https://proicons.com/icon/306976.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M844 490c-104-32-215-48-323-65-59-9-119-13-179-18-31-2-56-12-55-23 0-10 26-19 57-20 167-7 334-4 499-21 64-6 45-24 34-54-40-116-110-117-204-130-64-8-129-10-193-17-14-1-28-3-42-6-23-4-42-13-42-18 0-6 26-15 57-19l11-2c31-4 31-7 0-12-63-10-159 20-225 68-25 18-42 42-41 49 1 8 27 13 58 13h342c32 0 57 6 57 12s-25 14-56 18c-19 2-37 4-56 7-116 20-235 33-348 64C89 344 57 383 63 473c2 31 33 59 64 60 165 7 332-17 494 29 31 8 29 20-2 22-46 3-91 5-135 13-94 16-186 39-278 61-42 11-68 25-66 87 1 52 42 81 95 85 78 5 156 8 233 16 48 5 109 2 140 30 50 45 63 58 85 16 14-28 26-53 0-69-91-55-197-51-296-73-30-7-37-26-13-35 14-5 29-9 44-9 126-3 253-1 380-3 27 0 65-4 81-21 91-99 41-166-45-192z"/></svg>
Copied!