Tuta Alt Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tuta Alt 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/334380.svg" alt="Tuta Alt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334380.svg" alt="Tuta Alt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334380.svg" alt="Tuta Alt icon" :width="24" :height="24" />
CSS background
.icon-tuta-alt {
background-image: url('https://proicons.com/icon/334380.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="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 48 48">
<defs>
<style>
.cls-1 {
fill: none;
stroke:#000;
stroke-linecap: round;
stroke-linejoin: round;
}
</style>
</defs>
<path class="cls-1" d="M9.5,5.5c-2.2,0-4,1.8-4,4v31.1c0,.6.4,1,1,1,.1,0,.2,0,.3,0,8-2.3,20.4-5.8,23.3-10.1,1.6-3-8.5-5.1-8.1-8.2s6.5-4.3,9-4.8c1-.2,2-.2,2.9,0,0,0-8.3,2.6-8.1,4.4s9.8,2.3,14.9,4.7l1.1.6c.2.1.5,0,.7-.2,0,0,0-.2,0-.2V9.5c0-2.2-1.8-4-4-4H9.5Z"/>
</svg>
Copied!