Lusiadas Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Lusiadas 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/328727.svg" alt="Lusiadas icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328727.svg" alt="Lusiadas icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328727.svg" alt="Lusiadas icon" :width="24" :height="24" />
CSS background
.icon-lusiadas {
background-image: url('https://proicons.com/icon/328727.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.g{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line id="c" class="g" x1="31.7298" y1="11.2434" x2="41.4122" y2="11.2434"/><line id="d" class="g" x1="36.571" y1="6.4022" x2="36.571" y2="16.0847"/><path id="e" class="g" d="M11.3921,5.5313s11.5387,3.6237,9.7268,24.6031"/><path id="f" class="g" d="M21.3299,30.0718c18.0232,1.049,21.1701,12.2062,21.1701,12.2062,0,0-10.8711-9.9175-37,.1907,0,0,11.8232-19.9859,5.9108-36.8648"/></svg>
Copied!