Kasa Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Kasa 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/342399.svg" alt="Kasa icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342399.svg" alt="Kasa icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342399.svg" alt="Kasa icon" :width="24" :height="24" />
CSS background
.icon-kasa {
background-image: url('https://proicons.com/icon/342399.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M22.3686,6.6536,6.8515,22.1707A4.614,4.614,0,0,0,5.5,25.4335V39.7151a2.3071,2.3071,0,0,0,2.3071,2.3071H40.1929A2.3071,2.3071,0,0,0,42.5,39.7151V25.4335a4.614,4.614,0,0,0-1.3515-3.2628L25.6314,6.6536A2.3071,2.3071,0,0,0,22.3686,6.6536Z"/><path class="a" d="M30.9644,42.0222V25.4335a4.6143,4.6143,0,0,0-1.3514-3.2628L18.2322,10.79"/><path class="a" d="M19.4289,42.0222V25.4335a4.6144,4.6144,0,0,0-1.3515-3.2628l-5.613-5.613"/></svg>
Copied!