Prtg Tools Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Prtg Tools 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/346237.svg" alt="Prtg Tools icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346237.svg" alt="Prtg Tools icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346237.svg" alt="Prtg Tools icon" :width="24" :height="24" />
CSS background
.icon-prtg-tools {
background-image: url('https://proicons.com/icon/346237.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M34.6328,29.7541c.0114-.23,.0172-.4614,.0172-.6941,0-7.61-6.16-13.77-13.76-13.77-7.61,0-13.77,6.16-13.77,13.77,0,3.03,.98,5.84,2.64,8.11l-2.06,2.06c-2.25-3.18-3.57-7.06-3.57-11.24,0-10.78,8.74-19.53,19.53-19.53,10.78,0,19.53,8.75,19.53,19.53,0,1.7221-.2231,3.3928-.6422,4.9842"/><line class="b" x1="37.3893" y1="14.1059" x2="31.6627" y2="20.4939"/><line class="b" x1="10.0844" y1="13.9539" x2="13.1665" y2="17.6558"/><polygon class="b" points="11.3645 22.0748 28.3551 31.6636 25.4953 34.243 11.3645 22.0748"/><circle class="b" cx="36.5" cy="36.5" r="7"/><g><line class="b" x1="36.3568" y1="36.6432" x2="33.715" y2="39.285"/><polyline class="b" points="37.4028 32.7393 35.7529 34.3893 36.3568 36.6432 38.6107 37.2471 40.2607 35.5972"/></g></svg>
Copied!