Ks One Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ks One 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/328091.svg" alt="Ks One icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328091.svg" alt="Ks One icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328091.svg" alt="Ks One icon" :width="24" :height="24" />
CSS background
.icon-ks-one {
background-image: url('https://proicons.com/icon/328091.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>.h{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="f" class="h" d="M20.3781,38.0516c-7.7283,0-13.9934-6.265-13.9934-13.9934s6.265-13.9934,13.9934-13.9934c3.2638,0,6.2667,1.1174,8.6468,2.9905"/><path id="g" class="h" d="M21.0189,3.4037c.222,0,.4432.0035.6635.0105,11.0679.3503,19.9328,9.4328,19.9328,20.5858,0,11.375-9.2213,20.5963-20.5963,20.5963-5.1673,0-9.8901-1.9029-13.506-5.0461"/></svg>
Copied!