Polycal Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Polycal 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/346038.svg" alt="Polycal icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346038.svg" alt="Polycal icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346038.svg" alt="Polycal icon" :width="24" :height="24" />
CSS background
.icon-polycal {
background-image: url('https://proicons.com/icon/346038.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>.m{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><g id="c"><path id="d" class="m" d="M17.353,31.024s-1.5795,3.3345.0146,4.0014c2.6208,1.0893,3.4983-8.9154,2.4102-17.433"/><path id="e" class="m" d="M33.616,30.79s-.1603,4.68-4.0482,4.1535c-4.0716-.5546-3.5802-10.9161-2.4921-16.848"/><path id="f" class="m" d="M12.556,20.728s2.1879-3.0888,7.7922-3.627c5.9904-.5745,12.987,2.8899,13.689.3908.4399-1.7901-1.5795-2.2347-3.6621-1.0553"/></g><path id="g" class="m" d="M10.1774,7.8574c-2.2091,0-4,1.7909-4,4v27.6452c0,2.2091,1.7909,4,4,4h27.6452c2.2091,0,4-1.7909,4-4V11.8574c0-2.2091-1.7909-4-4-4H10.1774Z"/><line id="h" class="m" x1="12.8" y1="10.3" x2="12.8" y2="4.5"/><line id="i" class="m" x1="35.2" y1="10.3" x2="35.2" y2="4.5"/><line id="j" class="m" x1="18.4" y1="10.3" x2="18.4" y2="4.5"/><line id="k" class="m" x1="24" y1="10.3" x2="24" y2="4.5"/><line id="l" class="m" x1="29.6" y1="10.3" x2="29.6" y2="4.5"/></g></svg>
Copied!