Dwg Fastview Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Dwg Fastview 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/339420.svg" alt="Dwg Fastview icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339420.svg" alt="Dwg Fastview icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339420.svg" alt="Dwg Fastview icon" :width="24" :height="24" />
CSS background
.icon-dwg-fastview {
background-image: url('https://proicons.com/icon/339420.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>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M31.0233,8.5789l-14.2654,8.2364c-.5774.3333-.9331.9494-.9331,1.6161v5.8334c0,.6667.3557,1.2828.9331,1.6161l6.9979,4.0403c.5774.3333,1.2887.3333,1.8661,0l5.0606-2.9217c.5774-.3333.9331-.9494.9331-1.6161v-4.6932c0-.4788-.5184-.7781-.9331-.5387l-4.3977,2.539c-.5774.3333-1.2887.3333-1.8661,0l-2.074-1.1975c-.4147-.2394-.4147-.838,0-1.0774l14.5902-8.4238M36.9348,11.9917l.7762.4481c1.9529,1.1275,3.1558,3.2111,3.1558,5.466v12.1883c0,2.2549-1.203,4.3385-3.1558,5.466l-10.5552,6.0943c-1.9529,1.1275-4.3588,1.1275-6.3116,0l-10.5552-6.0943c-1.9529-1.1275-3.1558-3.2111-3.1558-5.466v-12.1883c0-2.2549,1.203-4.3385,3.1558-5.466l10.5552-6.0943c1.9529-1.1275,4.3588-1.1275,6.3116,0l3.8681,2.2332"/></svg>
Copied!