Android Stk Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Android Stk 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/336316.svg" alt="Android Stk icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336316.svg" alt="Android Stk icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336316.svg" alt="Android Stk icon" :width="24" :height="24" />
CSS background
.icon-android-stk {
background-image: url('https://proicons.com/icon/336316.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-4"/><path class="b" d="M34.304,25.398c.06-.464.0917-.93.095-1.398-.0044-.4671-.0362-.9336-.095-1.397l2.93-2.37c.275-.2211.3472-.6099.17-.915l-2.775-4.968c-.1601-.3058-.527-.439-.846-.307l-3.457,1.44c-.7163-.5658-1.5032-1.0357-2.341-1.398l-.521-3.795c-.0423-.342-.3324-.5991-.677-.6h-5.561c-.3446.0009-.6347.258-.677.6l-.52,3.795c-.837.358-1.624.828-2.342,1.397l-3.47-1.44c-.3192-.1318-.6863.0018-.846.308l-2.774,4.968c-.178.3051-.1062.6945.169.916l2.923,2.368c-.0593.464-.091.93-.095,1.398.004.4673.0357.9333.095,1.398l-2.923,2.368c-.2755.2212-.3478.6107-.17.916l2.775,4.968c.166.308.529.44.845.307l3.458-1.44c.72.568,1.506,1.037,2.34,1.398l.522,3.795c.0423.3416.3318.5986.676.6h5.548c.34.004.63-.253.677-.6l.52-3.795c.8391-.3598,1.6267-.8296,2.342-1.397l3.457,1.44c.317.132.68,0,.846-.308l2.774-4.968c.1778-.3053.1055-.6948-.17-.916l-2.902-2.368ZM24,29.017c-2.683.004-4.86-2.24-4.865-5.01-.003-2.77,2.168-5.02,4.851-5.024s4.861,2.24,4.865,5.01v.007c.004,2.767-2.165,5.013-4.844,5.017h-.007Z"/></svg>
Copied!