Tuya Smart Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tuya Smart 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/334387.svg" alt="Tuya Smart icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334387.svg" alt="Tuya Smart icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334387.svg" alt="Tuya Smart icon" :width="24" :height="24" />
CSS background
.icon-tuya-smart {
background-image: url('https://proicons.com/icon/334387.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.f{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g><g><path class="f" d="m18.4306,12.783v19.8623c0,3.2335,2.6212,5.8547,5.8547,5.8547h2.7059"/><line class="f" x1="14.5453" y1="18.8884" x2="26.0662" y2="18.8884"/></g><path class="f" d="m30.7716,18.8884c0-2.5987-2.1067-4.7053-4.7053-4.7053"/><path class="f" d="m35.4547,18.8884c0-5.1851-4.2034-9.3884-9.3884-9.3884"/></g><g id="c"><g id="d"><circle id="e" class="f" cx="24" cy="24" r="21.5"/></g></g></svg>
Copied!