Sixt Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Sixt 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/347374.svg" alt="Sixt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347374.svg" alt="Sixt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347374.svg" alt="Sixt icon" :width="24" :height="24" />
CSS background
.icon-sixt {
background-image: url('https://proicons.com/icon/347374.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><path class="b" d="M38.5,5.5H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4Z"/><line class="b" x1="20.4721" y1="23.0564" x2="20.4721" y2="29.6798"/><line class="b" x1="24.7482" y1="21.8012" x2="29.9677" y2="29.6798"/><line class="b" x1="29.9677" y1="19.0823" x2="22.9469" y2="29.6798"/><line class="b" x1="29.9792" y1="19.0823" x2="37" y2="19.0823"/><line class="b" x1="33.4896" y1="29.6798" x2="33.4896" y2="19.0823"/><path class="b" d="M11.2099,28.5186c.6498.846,1.4647,1.1611,2.5984,1.1611h1.5689c1.46,0,2.6437-1.1836,2.6437-2.6437v-.0114c0-1.46-1.1836-2.6437-2.6437-2.6437h-1.7306c-1.4616,0-2.6465-1.1849-2.6465-2.6465h0c0-1.4648,1.1874-2.6522,2.6522-2.6522h1.5604c1.1337,0,1.9485.3151,2.5984,1.1611"/><path class="b" d="M25.6532,16.3202c-.8357,2.2841-2.1727,4.0868-5.1811,4.0868"/></svg>
Copied!