Fastdic Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Fastdic 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/340286.svg" alt="Fastdic icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340286.svg" alt="Fastdic icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340286.svg" alt="Fastdic icon" :width="24" :height="24" />
CSS background
.icon-fastdic {
background-image: url('https://proicons.com/icon/340286.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M12.73,4.5H10.4a2,2,0,0,0-2,2v35a2,2,0,0,0,2,2h2.33"/><path class="a" d="M12.73,4.5v39H37.6a2,2,0,0,0,2-2V6.5a2,2,0,0,0-2-2Z"/><polyline class="a" points="34.5 4.544 34.5 17.544 32 15.544 29.5 17.544 29.5 4.544"/><line class="a" x1="12.73" y1="33.6542" x2="39.6" y2="33.6542"/><line class="a" x1="12.73" y1="38.5607" x2="39.6" y2="38.5607"/></svg>
Copied!