Line Man Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Line Man 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/328509.svg" alt="Line Man icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328509.svg" alt="Line Man icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328509.svg" alt="Line Man icon" :width="24" :height="24" />
CSS background
.icon-line-man {
background-image: url('https://proicons.com/icon/328509.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M23.999,29.4111l-5.7065-5.7065L7.0595,12.4736c-1.6439-1.6439-1.6949-4.2396-.114-5.8205h0c1.5799-1.5799,4.1766-1.5299,5.8205.114l11.232,11.233,11.235-11.233c1.6449-1.6439,4.2406-1.6949,5.8215-.114h0c1.5809,1.5799,1.5299,4.1766-.114,5.8205l-11.235,11.234-5.7065,5.7035Z"/><path class="b" d="M42.2076,9.2481v29.0553c0,2.3248-1.7998,4.1966-4.0357,4.1966s-4.0347-1.8718-4.0347-4.1966v-19.0271"/><path class="b" d="M13.8627,19.2756v19.0278c0,2.3248-1.7998,4.1966-4.0357,4.1966s-4.0347-1.8718-4.0347-4.1966V9.2481"/></svg>
Copied!