Flashdim Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Flashdim 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/325948.svg" alt="Flashdim icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325948.svg" alt="Flashdim icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325948.svg" alt="Flashdim icon" :width="24" :height="24" />
CSS background
.icon-flashdim {
background-image: url('https://proicons.com/icon/325948.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>.h{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="h" d="m20.6975,7.9504v2.6139"/><path id="c" class="h" d="m23.9738,6.2775v4.2869"/><path id="d" class="h" d="m27.5122,4.5v6.0643"/><rect id="e" class="h" x="16.7136" y="13.8056" width="14.5728" height="3.7708"/><path id="f" class="h" d="m26.9514,43.5l-6.2538-.0523c-.6549-.0055-1.1078-.6334-1.1008-1.0979l.2097-13.9061c.0121-.8037-.2357-1.5708-.5766-2.248l-2.5003-4.9665v-3.6528s14.557,0,14.557,0v3.8619s-2.7258,4.5483-2.7258,4.5483c-.3854.6431-.4876,1.5372-.4876,2.5094v13.5925c0,.615-.2913,1.4185-1.1216,1.4115Z"/><path id="g" class="h" d="m24.0079,28.6766v3.8445"/></svg>
Copied!