Tuttoandroid Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tuttoandroid 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/348942.svg" alt="Tuttoandroid icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348942.svg" alt="Tuttoandroid icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348942.svg" alt="Tuttoandroid icon" :width="24" :height="24" />
CSS background
.icon-tuttoandroid {
background-image: url('https://proicons.com/icon/348942.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m33.3419,42.05c-2.85,1.29-6.14,2.02-9.64,2.02h-.0019c-3.5,0-6.79-.73-9.64-2.02"/><line class="c" x1="12.0395" y1="5.0426" x2="15.1368" y2="9.8989"/><circle class="c" cx="15.9984" cy="17.0312" r="2.5448"/><path class="c" d="m4.27,27.3869c2.3343-1.5491,10.5508,3.7734,11.3658,10.6454.6003,5.0618-6.0515,6.0025-8.1241,3.8219-2.4725-2.6013-5.4428-13.0066-3.2416-14.4674Z"/><path class="c" d="m42.9609,25.0257c0-9.4485-8.4891-17.108-18.9609-17.108S5.0391,15.5772,5.0391,25.0257h37.9218Z"/><line class="c" x1="35.9605" y1="5.0426" x2="32.8632" y2="9.8989"/><circle class="c" cx="32.0016" cy="17.0312" r="2.5448"/><path class="c" d="m43.73,27.3869c-2.3343-1.5491-10.5508,3.7734-11.3658,10.6454-.6003,5.0618,6.0515,6.0025,8.1241,3.8219,2.4725-2.6013,5.4428-13.0066,3.2416-14.4674Z"/><line class="c" x1="40.411" y1="27.7002" x2="7.589" y2="27.7002"/></svg>
Copied!