Superfreezz Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Superfreezz 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/348041.svg" alt="Superfreezz icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348041.svg" alt="Superfreezz icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348041.svg" alt="Superfreezz icon" :width="24" :height="24" />
CSS background
.icon-superfreezz {
background-image: url('https://proicons.com/icon/348041.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="M9.5,5.5c-2.216,0-4,1.784-4,4v29c0,2.216,1.784,4,4,4h29c2.216,0,4-1.784,4-4V9.5c0-2.216-1.784-4-4-4h-3.6094l-3.8906,4.6309h7.7598l-14.379,15.09h7l-19,13.68,8-11.461h-4.8711l11.391-15h-7.25l5.3496-6.9395h-15.5l-.0003-.0004Z"/><line class="b" x1="33.81" y1="25.31" x2="39.15" y2="25.31"/><line class="b" x1="32.13" y1="30.66" x2="35.62" y2="30.66"/><line class="b" x1="33.81" y1="25.31" x2="30.46" y2="36.02"/><path class="b" d="M13.69,12.47c-1.6018.108-2.9838,1.1632-3.51,2.68-.4319.9563-.0068,2.0817.9495,2.5136.273.1233.5713.1803.8705.1664h.91"/><path class="b" d="M12.93,17.83h.9c1.0478-.0576,1.9438.7451,2.0014,1.7928.0166.3011-.0388.6017-.1614.8772-.5262,1.5168-1.9082,2.572-3.51,2.68"/><path class="b" d="M17.64,13.37c-.54-.61-1.25-.9-3-.9h-.91"/><path class="b" d="M8.21,22.28c.54.62,1.25.9,3,.9h.91"/></svg>
Copied!