Alltid Oppet Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Alltid Oppet 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/336191.svg" alt="Alltid Oppet icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336191.svg" alt="Alltid Oppet icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336191.svg" alt="Alltid Oppet icon" :width="24" :height="24" />
CSS background
.icon-alltid-oppet {
background-image: url('https://proicons.com/icon/336191.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m24,8.8125h-.1c-4.7-4.7-12.3-4.7-16.9,0-4.7,4.7-4.7,12.3,0,16.9h0l17,17,17-17c4.7-4.7,4.7-12.3,0-16.9s-12.4-4.7-17,0Z"/><path class="c" d="m33.7,25.0125h-3c-1.6,0-2.8-1.3-2.8-2.8v-10"/><path class="c" d="m33.7,27.7125h-3.1c-2.9,0-5.3-2.4-5.3-5.3v-10.1"/><path class="c" d="m14.1,25.0125h3c1.6,0,2.8-1.3,2.8-2.8v-10"/><path class="c" d="m14.1,27.7125h3.1c2.9,0,5.3-2.4,5.3-5.3v-10.1"/></svg>
Copied!