Konva Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Konva 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/314935.svg" alt="Konva icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/314935.svg" alt="Konva icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/314935.svg" alt="Konva icon" :width="24" :height="24" />
CSS background
.icon-konva {
background-image: url('https://proicons.com/icon/314935.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>Konva</title><path d="M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0zm1.391 18.541-.239-3.76-2.391-1.608.152 5.129-4.325.152-.173-13.409L10.5 4.98l.087 5.346 2.217-1.608.109-3.781 4.412.283-.348 4.586-2.608 1.608 2.673 1.174.913 5.694-4.564.259z"/></svg>
Copied!