Icedrive Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Icedrive 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/327273.svg" alt="Icedrive icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327273.svg" alt="Icedrive icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327273.svg" alt="Icedrive icon" :width="24" :height="24" />
CSS background
.icon-icedrive {
background-image: url('https://proicons.com/icon/327273.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>.g{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="g" d="M38.5,5.5H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4Z"/><path id="c" class="g" d="M33.5129,42.5c-8.3112-2.9306-9.2609-9.0319-2.727-13.1114l3.1327-.1352c1.7335-.0748,3.3912-1.2065,4.3497-3.0651,1.3435-2.605-3.6516-4.2228-5.0709-5.1836-.5425-.3838-1.4649-1.3522-1.4649-1.3522-1.5091-1.393-2.1496-3.4985-4.6878-4.1469-3.298-.8424-7.3552-1.4059-11.2743-.0465M12.9324,16.8544c-2.5004,1.132-6.2242,5.462-7.4324,8.3423"/><path id="d" class="g" d="M30.7859,29.3886c-7.4647-.6152-17.4554.9128-13.3195,13.1114"/><path id="e" class="g" d="M16.5196,19.3378c-.6808.7207-1.7169.8823-2.5594.3992s-1.2968-1.4993-1.122-2.5102.9381-1.7828,1.8856-1.9068,1.8601.4286,2.2544,1.365"/><path id="f" class="g" d="M26.3461,19.3144l1.6452.3831c1.3341.3107.6048,1.3131-.0451,1.3072l-2.4566-.0225c-.7747-.0071-.5551-1.9965.8564-1.6678Z"/></svg>
Copied!