180 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The 180 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/321138.svg" alt="180 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321138.svg" alt="180 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321138.svg" alt="180 icon" :width="24" :height="24" />
CSS background
.icon-180 {
background-image: url('https://proicons.com/icon/321138.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="c"><path id="d" class="e" 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"/></g><line class="e" x1="9.5" y1="18.9168" x2="12.9924" y2="17.0152"/><line class="e" x1="12.9924" y1="17.0152" x2="12.9924" y2="30.9848"/><path class="e" d="M29.2451,26.3574c0,2.5557,2.0718,4.6274,4.6274,4.6274s4.6274-2.0718,4.6274-4.6274v-4.7147c0-2.5557-2.0718-4.6274-4.6274-4.6274s-4.6274,2.0718-4.6274,4.6274v4.7147Z"/><path class="e" d="M20.1061,24c-1.9288,0-3.4924,1.5636-3.4924,3.4924h0c0,1.9288,1.5636,3.4924,3.4924,3.4924h2.2701c1.9288,0,3.4924-1.5636,3.4924-3.4924h0c0-1.9288-1.5636-3.4924-3.4924-3.4924"/><path class="e" d="M22.3762,24c1.9288,0,3.4924-1.5636,3.4924-3.4924h0c0-1.9288-1.5636-3.4924-3.4924-3.4924h-2.2701c-1.9288,0-3.4924,1.5636-3.4924,3.4924h0c0,1.9288,1.5636,3.4924,3.4924,3.4924"/><line class="e" x1="20.1061" y1="24" x2="22.3762" y2="24"/></svg>
Copied!