Alta Open Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Alta Open 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/336208.svg" alt="Alta Open icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336208.svg" alt="Alta Open icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336208.svg" alt="Alta Open icon" :width="24" :height="24" />
CSS background
.icon-alta-open {
background-image: url('https://proicons.com/icon/336208.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="c" cx="13.3162" cy="23.925" r="2.8162"/><path class="c" d="M19.6519,26.4564c.373.1824.7922.2847,1.2354.2847,1.5553,0,2.8162-1.2608,2.8162-2.8162s-1.2608-2.8162-2.8162-2.8162-2.8162,1.2608-2.8162,2.8162v4.9662"/><path class="c" d="M30.6664,25.673c-.5158.6508-1.3133,1.0682-2.2082,1.0682-1.5553,0-2.8162-1.2608-2.8162-2.8162s1.2608-2.8162,2.8162-2.8162,2.8162,1.2608,2.8162,2.8162h-5.6324"/><path class="c" d="M33.2131,26.7412v-3.4889c0-1.1838.9597-2.1435,2.1435-2.1435s2.1435.9597,2.1435,2.1435v3.4889"/><rect id="b" class="c" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!