Diskinfo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Diskinfo 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/339137.svg" alt="Diskinfo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339137.svg" alt="Diskinfo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339137.svg" alt="Diskinfo icon" :width="24" :height="24" />
CSS background
.icon-diskinfo {
background-image: url('https://proicons.com/icon/339137.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;stroke-width:1px;}</style></defs><path id="b" class="c" d="M44.8812,28.9716c-1.8767,7.8916-8.0376,14.0533-15.9282,15.9302M19.0117,44.9018c-9.6796-2.3021-16.5118-10.9509-16.5117-20.9018-.0002-9.9509,6.8321-18.5997,16.5117-20.9018M28.954,3.0982c7.8939,1.8783,14.0559,8.0449,15.9292,15.941"/></svg>
Copied!