Tecno Spot Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tecno Spot 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/333738.svg" alt="Tecno Spot icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333738.svg" alt="Tecno Spot icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333738.svg" alt="Tecno Spot icon" :width="24" :height="24" />
CSS background
.icon-tecno-spot {
background-image: url('https://proicons.com/icon/333738.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M28.2805,12.9939v30.3619c0,.0796-.0646.1443-.1443.1443h-3.3676c-2.7885,0-5.0491-2.2605-5.0491-5.0491V12.9939c0-.0796-.0646-.1443-.1443-.1443h-10.3863c-.0796,0-.1443-.0645-.1443-.1443v-3.1563c0-2.7885,2.2605-5.0491,5.0491-5.0491h24.7171c.0796.0001.1443.0646.1443.1444v3.1561c0,2.7885-2.2605,5.0491-5.0491,5.0491h-5.4814c-.0796,0-.1443.0646-.1443.1443Z"/></svg>
Copied!