Ice Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ice 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/341829.svg" alt="Ice icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341829.svg" alt="Ice icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341829.svg" alt="Ice icon" :width="24" :height="24" />
CSS background
.icon-ice {
background-image: url('https://proicons.com/icon/341829.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>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M26.3285,14.7267l-2.2842-12.2267-2.2842,12.2267,2.2664,7.3546,2.3019-7.3546Z"/><path class="b" d="M33.2733,26.3285l12.2267-2.2842-12.2267-2.2842-7.3546,2.2664,7.3546,2.3019Z"/><path class="b" d="M21.6715,33.2733l2.2842,12.2267,2.2842-12.2267-2.2664-7.3546-2.3019,7.3546Z"/><path class="b" d="M14.7267,21.6715l-12.2267,2.2842,12.2267,2.2842,7.3546-2.2664-7.3546-2.3019Z"/><path class="b" d="M32.2037,19.0893l7.0304-10.2608-10.2608,7.0304-3.5979,6.8031,6.8282-3.5728Z"/><path class="b" d="M28.9107,32.2037l10.2608,7.0304-7.0304-10.2608-6.8031-3.5979,3.5728,6.8282Z"/><path class="b" d="M15.7963,28.9107l-7.0304,10.2608,10.2608-7.0304,3.5979-6.8031-6.8282,3.5728Z"/><path class="b" d="M19.0893,15.7963l-10.2608-7.0304,7.0304,10.2608,6.8031,3.5979-3.5728-6.8282Z"/></svg>
Copied!