Standchillow Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Standchillow 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/347837.svg" alt="Standchillow icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347837.svg" alt="Standchillow icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347837.svg" alt="Standchillow icon" :width="24" :height="24" />
CSS background
.icon-standchillow {
background-image: url('https://proicons.com/icon/347837.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>.h{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="e" class="h" d="M9.5,5.49999952h29c2.2159996,0,4,1.78399992,4,4v29.00000095c0,2.2159996-1.7840004,4-4,4H9.5c-2.21600008,0-4-1.7840004-4-4V9.50000048c0-2.21600008,1.78399992-4,4-4.00000095Z"/><path id="f" class="h" d="M12.3933506,29.63285494c.90699005,1.15176582,2.04431343,1.58076859,3.6266098,1.58077049l2.18976593-.00000191c2.03782463,0,3.68982506-1.61135101,3.68982506-3.59905052v-.01551056c0-1.98770332-1.65199852-3.59905243-3.68982315-3.59905243h-2.41549778c-2.04002476,0-3.69377995-1.61308861-3.69377995-3.6029377v-.00000763c0-1.994133,1.65732384-3.6106987,3.70174885-3.6106987h2.17782307c1.58229446,0,2.71961975.42900658,3.6266098,1.58076859"/><path id="g" class="h" d="M35.89955139,26.37550402v.0590992c0,2.63938713-2.19361115,4.77903557-4.89954948,4.77903557h-.00001907c-2.70593834,0-4.89953041-2.13964844-4.89953041-4.77903557v-4.86920929c0-2.63939095,2.19359207-4.77903938,4.89954948-4.77903366h0c2.70593834.00000381,4.89954948,2.13964653,4.89954948,4.77903366v.0590992"/></svg>
Copied!