Log28 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Log28 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/343200.svg" alt="Log28 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343200.svg" alt="Log28 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343200.svg" alt="Log28 icon" :width="24" :height="24" />
CSS background
.icon-log28 {
background-image: url('https://proicons.com/icon/343200.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M29,35.5H11M37,42.4544v-4.7409h-2.2342c-1.1168,0-2.0158-.8991-2.0158-2.0158v-.5376c0-1.1168.8991-2.0158,2.0158-2.0158h2.2342v-6.6807h-2.4842c-1.1168,0-2.0158-.8991-2.0158-2.0158v-.5376c0-1.1168.8991-2.0158,2.0158-2.0158h2.4842v-6.9307h-2.4842c-1.1168,0-2.0158-.8991-2.0158-2.0158v-.5376c0-1.1168.8991-2.0158,2.0158-2.0158h2.4842v-4.8532M29,24.5H11M24,13.5h-13"/><rect class="c" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!