Kasasmart Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Kasasmart 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/314874.svg" alt="Kasasmart icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/314874.svg" alt="Kasasmart icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/314874.svg" alt="Kasasmart icon" :width="24" :height="24" />
CSS background
.icon-kasasmart {
background-image: url('https://proicons.com/icon/314874.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>Kasa Smart</title><path d="M12 0c-.5 0-1 .25-1.5.75L7.97 3.28l8.83 8.83c1 1 1.5 2 1.5 3V24h3.3c1.6 0 2.4-.8 2.4-2.4v-8.85c0-1-.5-2-1.5-3l-9-9C13 .25 12.5 0 12 0zM6.9 4.34L2.89 8.37 9.6 15.1c1 1 1.5 2 1.5 3V24h5.7v-8.89c-.03-.83-.6-1.46-1.06-1.94L6.91 4.34zm-5.08 5.1l-.32.31c-1 1-1.5 2-1.5 3v8.85C0 23.2.8 24 2.4 24h7.2v-5.9c-.03-.8-.56-1.42-1.06-1.95Z"/></svg>
Copied!