Tencent App Store Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tencent App Store 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/348342.svg" alt="Tencent App Store icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348342.svg" alt="Tencent App Store icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348342.svg" alt="Tencent App Store icon" :width="24" :height="24" />
CSS background
.icon-tencent-app-store {
background-image: url('https://proicons.com/icon/348342.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>.f{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="f" d="M7.1061,12.9675c0,3.2529,2.637,5.8899,5.8899,5.8899,1.9502,0,3.7372-1.3843,4.7236-2.3778.9865-.9935,12.9333-12.9191,12.9333-12.9191-2.0939-.6883-4.3423-1.0606-6.6775-1.0606-5.9368,0-11.3371,2.3805-15.2126,6.3385-1.0552,1.0777-1.6567,2.5424-1.6567,4.129Z"/><path id="c" class="f" d="M40.8939,35.0325c0-3.2529-2.637-5.8899-5.8899-5.8899-1.9502,0-3.7372,1.3843-4.7236,2.3778-.9865.9935-12.9333,12.9191-12.9333,12.9191,2.0939.6883,4.3423,1.0606,6.6775,1.0606,5.9368,0,11.3371-2.3805,15.2126-6.3385,1.0552-1.0777,1.6567-2.5424,1.6567-4.129Z"/><path id="d" class="f" d="M35.0325,7.1061c-3.2529,0-5.8899,2.637-5.8899,5.8899,0,1.9502,1.3843,3.7372,2.3778,4.7236.9935.9865,12.9191,12.9333,12.9191,12.9333.6883-2.0939,1.0606-4.3423,1.0606-6.6775,0-5.9368-2.3805-11.3371-6.3385-15.2126-1.0777-1.0552-2.5424-1.6567-4.129-1.6567Z"/><path id="e" class="f" d="M12.9675,40.8939c3.2529,0,5.8899-2.637,5.8899-5.8899,0-1.9502-1.3843-3.7372-2.3778-4.7236-.9935-.9865-12.9191-12.9333-12.9191-12.9333-.6883,2.0939-1.0606,4.3423-1.0606,6.6775,0,5.9368,2.3805,11.3371,6.3385,15.2126,1.0777,1.0552,2.5424,1.6567,4.129,1.6567Z"/></svg>
Copied!