Amboss Knowledge Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Amboss Knowledge 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/321695.svg" alt="Amboss Knowledge icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321695.svg" alt="Amboss Knowledge icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321695.svg" alt="Amboss Knowledge icon" :width="24" :height="24" />
CSS background
.icon-amboss-knowledge {
background-image: url('https://proicons.com/icon/321695.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>.k{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="d"><g id="e"><line id="f" class="k" x1="34.8141" y1="33.8451" x2="34.8141" y2="41.8451"/><line id="g" class="k" x1="34.8141" y1="39.0586" x2="39.1141" y2="33.872"/><g id="h"><line id="i" class="k" x1="39.1141" y1="41.8451" x2="35.8202" y2="37.8451"/></g></g><circle id="j" class="k" cx="36.9641" cy="37.8451" r="7"/></g><line class="k" x1="33.03" y1="32.05" x2="27.23" y2="22"/><polyline class="k" points="38.44 31.01 27.01 11.21 12.41 36.49 9.23 42 31.33 42"/><polyline class="k" points="30.09 36.49 12.41 36.49 6.39 36.49 24 6"/></svg>
Copied!