Linios Icon Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Linios Icon 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/328549.svg" alt="Linios Icon icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328549.svg" alt="Linios Icon icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328549.svg" alt="Linios Icon icon" :width="24" :height="24" />
CSS background
.icon-linios-icon {
background-image: url('https://proicons.com/icon/328549.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>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="d" d="m40.5897,10.3245c7.5525,9.1624,6.2475,22.7125-2.9147,30.2651-9.1622,7.5526-22.7122,6.2476-30.2647-2.9147C-.1422,28.5125,1.1628,14.9624,10.325,7.4098c7.8924-6.5059,19.2756-6.5507,27.219-.1072"/><path id="c" class="d" d="m10.813,34.2847c-5.7053-7.2622-4.4433-17.7745,2.8188-23.4799,7.2621-5.7054,17.7742-4.4433,23.4795,2.8189,5.7053,7.2622,4.4433,17.7745-2.8188,23.4799-6.0632,4.7635-14.5975,4.7635-20.6607,0"/></svg>
Copied!