Forerkort Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Forerkort 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/340712.svg" alt="Forerkort icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340712.svg" alt="Forerkort icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340712.svg" alt="Forerkort icon" :width="24" :height="24" />
CSS background
.icon-forerkort {
background-image: url('https://proicons.com/icon/340712.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>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M43.5,36.5V11.5c0-1.6569-1.3431-3-3-3H7.5c-1.6569,0-3,1.3431-3,3v25c0,1.6569,1.3431,3,3,3h33c1.6569,0,3-1.3431,3-3Z"/><path class="b" d="M24.327,17.5h14.77"/><path class="b" d="M24.327,23.752h14.77M24.327,30.005h14.77"/><path class="b" d="M19.558,30.005h-10.418s-.276-5.49,5.21-5.49c5.461,0,5.21,5.49,5.21,5.49h-.002Z"/><circle class="b" cx="14.349" cy="20.069" r="2.57"/></svg>
Copied!