Tasmota Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Tasmota 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/316265.svg" alt="Tasmota icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/316265.svg" alt="Tasmota icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/316265.svg" alt="Tasmota icon" :width="24" :height="24" />
CSS background
.icon-tasmota {
background-image: url('https://proicons.com/icon/316265.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Tasmota</title><path d="M12 0L0 12l1.371 1.372L12 2.743l10.629 10.629L24 12 12 0zm0 8.463a7.41 7.41 0 0 0-2.64 14.334v-2.133a5.464 5.464 0 0 1 1.671-10.17V24h1.94V10.494a5.464 5.464 0 0 1 1.669 10.171v2.133A7.41 7.41 0 0 0 12 8.463z"/></svg>
Copied!