Logger Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Logger 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/328644.svg" alt="Logger icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328644.svg" alt="Logger icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328644.svg" alt="Logger icon" :width="24" :height="24" />
CSS background
.icon-logger {
background-image: url('https://proicons.com/icon/328644.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>.f{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="f" cx="28.26389492" cy="8.69971022" r="1.5"/><circle class="f" cx="28.26389492" cy="13.78403346" r="1.5"/><circle class="f" cx="28.26389492" cy="18.86835768" r="1.5"/><line class="f" x1="31.31448887" y1="8.69970974" x2="42.5" y2="8.69970974"/><line class="f" x1="31.31448887" y1="13.78403298" x2="42.5" y2="13.78403298"/><line class="f" x1="31.31448887" y1="18.86835719" x2="42.5" y2="18.86835719"/><path class="f" d="M15.95043109,18.00052634c-.32226236-1.07433248-.54915432-2.18999446-.67078229-3.33701468-.11957376-1.1273833-1.10287435-1.96568986-2.23657489-1.96568986h-5.25878768c-1.35229654,0-2.39405277,1.16795136-2.27501253,2.51499589,1.19908132,13.56977524,12.00839592,24.37909165,25.5781697,25.57816825,1.34704343.11903952,2.5149948-.9189088,2.5149948-2.27113203v-4.68816943c0-1.71162538-.83838386-2.69150132-1.9656895-2.81099814-1.14702022-.12162797-2.26268293-.34851993-3.33701468-.67078229-1.3141645-.39418867-2.73678826-.02313778-3.70699854.94699556l-2.25035187,2.25035187c-4.05376912-2.19395189-7.39542646-5.53560923-9.58937835-9.58937835l2.25035187-2.25042736c.97013479-.97013479,1.34118422-2.39283477.94699556-3.70692305l.00007839.00000363Z"/></svg>
Copied!