Knockonports Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Knockonports 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/342565.svg" alt="Knockonports icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342565.svg" alt="Knockonports icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342565.svg" alt="Knockonports icon" :width="24" :height="24" />
CSS background
.icon-knockonports {
background-image: url('https://proicons.com/icon/342565.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="M11.06,5.57H36.94A.83.83,0,0,1,37.6,6.9L29.29,18a.84.84,0,0,1-.67.33H19.38a.81.81,0,0,1-.66-.33L10.4,6.9a.83.83,0,0,1,.66-1.33Z"/><circle class="a" cx="24" cy="38.74" r="5.83"/><path class="a" d="M29.8,38.22A14.28,14.28,0,0,0,34.05,15"/><path class="a" d="M14,15A14.28,14.28,0,0,0,18.2,38.22"/></svg>
Copied!