Knab Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Knab 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/328002.svg" alt="Knab icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328002.svg" alt="Knab icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328002.svg" alt="Knab icon" :width="24" :height="24" />
CSS background
.icon-knab {
background-image: url('https://proicons.com/icon/328002.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M35.3215,28.0066c-2.0167,0-4.0369,9.2171-12.3772,9.2171-5.0905,0-9.2171-4.1266-9.2171-9.2171s4.1266-9.2171,9.2171-9.2171c8.3403,0,10.3605,9.2171,12.3772,9.2171Z"/><path class="c" d="M35.3215,28.0066c.8572,0,1.7158,3.9177,5.2608,3.9177,2.1637,0,3.9177-1.754,3.9177-3.9177s-1.754-3.9177-3.9177-3.9177c-3.545,0-4.4037,3.9177-5.2608,3.9177Z"/><path class="c" d="M23.6433,18.8222c.2001-.6004.3102-1.2509.3102-1.9214,0-3.3825-2.742-6.1245-6.1245-6.1245-5.5441,0-6.8851,6.1245-8.2261,6.1245,1.1308,0,2.2517,4.3232,5.8643,5.7142"/><path class="c" d="M9.6009,16.905c-.5698,0-1.1405,2.6041-3.4968,2.6041-1.4382,0-2.6041-1.1659-2.6041-2.6041s1.1659-2.6041,2.6041-2.6041c2.3563,0,2.9271,2.6041,3.4968,2.6041Z"/><circle class="c" cx="35.3215" cy="19.1677" r="2.3601"/></svg>
Copied!