Locus Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Locus 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/343196.svg" alt="Locus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343196.svg" alt="Locus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343196.svg" alt="Locus icon" :width="24" :height="24" />
CSS background
.icon-locus {
background-image: url('https://proicons.com/icon/343196.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><polyline class="b" points="17.2404 16.85 17.2404 17.83 17.2404 25.83"/><polyline class="b" points="29.5804 12.08 29.5804 17.83 29.5804 30.17 29.5804 36.42"/><polyline class="b" points="36.8904 17.83 29.5804 17.83 17.2404 17.83 14.7004 17.83"/><polyline class="b" points="22.6804 30.17 29.5804 30.17 32.0404 30.17"/><path class="b" d="M24.5413,37.8745l-2.4667-10.2226c-.0945-.3915-.3979-.6984-.7883-.7973l-10.166-2.5759c-2.455-.6221-2.6616-4.0299-.2997-4.944l24.3893-9.4388c2.1633-.8372,4.2884,1.2993,3.4396,3.4581l-9.7591,24.8207c-.8174,2.079-3.825,1.8714-4.349-.3002h0Z"/><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!