Tecka Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tecka 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/333737.svg" alt="Tecka icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333737.svg" alt="Tecka icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333737.svg" alt="Tecka icon" :width="24" :height="24" />
CSS background
.icon-tecka {
background-image: url('https://proicons.com/icon/333737.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><circle class="b" cx="24" cy="24" r="21.5"/><g><path class="b" d="M6.5,20.8663h4.6288"/><path class="b" d="M8.8586,27.8535v-6.9867"/><path class="b" d="M14.5287,27.8535h3.4934"/><path class="b" d="M14.5287,20.8663h3.4934"/><path class="b" d="M14.5287,24.3606h2.2707"/><path class="b" d="M14.5287,20.8663v6.9867"/><path class="b" d="M26.43,25.4111c0,1.3101-1.048,2.3581-2.3581,2.3581s-2.3581-1.048-2.3581-2.3581v-2.3581c0-1.3101,1.048-2.3581,2.3581-2.3581s2.2707,1.048,2.2707,2.3581"/><path class="b" d="M30.0619,20.7263v6.9867"/><path class="b" d="M30.9358,24.2193h-.8733"/><path class="b" d="M41.5,27.8418l-2.2707-6.9867-2.3581,6.9867"/><path class="b" d="M37.6577,25.483h3.0567"/><path class="b" d="M33.8178,27.7135l-2.882-3.4934,2.882-3.4934"/><path class="b" d="M24.8038,18.1465l-.786,.4367-.786-.4367"/></g></svg>
Copied!