Berghansen Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Berghansen 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/322536.svg" alt="Berghansen icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322536.svg" alt="Berghansen icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322536.svg" alt="Berghansen icon" :width="24" :height="24" />
CSS background
.icon-berghansen {
background-image: url('https://proicons.com/icon/322536.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="Layer_2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="m21.0272,14.327c8.7142.7455,15.2461,5.7053,15.2461,15.1575,0,5.7098-1.3739,10.3683-3.0948,13.964"/><path class="cls-1" d="m3.441,17.6881c3.9358-1.7536,7.953-2.8487,11.7655-3.2669"/><path class="cls-1" d="m35.4673,36.845c1.2923.9081,2.5523,1.71,3.7205,2.374"/><path class="cls-1" d="m37.4422,7.219c-15.6285-3.0762-18.0509,6.8369-16.0384,13.6195,1.5212,5.1271,7.2037,10.902,12.6847,15.0059"/><path class="cls-1" d="m27.3762,45.236c-10.7427-8.3727-14.0222-14.5963-13.3141-25.6646S25.0006,3.3429,34.196,5.0658"/><path class="cls-1" d="m24,2.5c11.8762,0,21.5,9.6238,21.5,21.5s-9.6238,21.5-21.5,21.5S2.5,35.8762,2.5,24,12.1238,2.5,24,2.5Z"/><path class="cls-1" d="m22.6704,23.7748c3.2766.1142,6.2127,1.1517,8.5346,3.4736,5.575,5.575,2.0362,12.3685-.0617,17.0363"/><path class="cls-1" d="m3.3429,29.9806c3.5244-1.9826,7.1913-3.7036,10.7478-4.8289"/></svg>
Copied!