Autocad Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Autocad 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/313604.svg" alt="Autocad icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/313604.svg" alt="Autocad icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/313604.svg" alt="Autocad icon" :width="24" :height="24" />
CSS background
.icon-autocad {
background-image: url('https://proicons.com/icon/313604.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>AutoCAD</title><path d="M3.8672 1.0527v.0157L0 3.3848v17.914l3.8965-2.332h18.3398V2.3301c0-.702-.5773-1.2774-1.2793-1.2774H3.8672zm7.5058 4.0098h3.3008l2.9844 9.9512h-2.5879l-.5683-2.1895h-2.9844l-.5703 2.1621h-2.416l2.8417-9.9238zm11.8633.0273v14.877H4.172l-2.0684 1.2383v.4648c0 .702.5793 1.2774 1.2813 1.2774H24V5.0898h-.7637zM12.9668 6.6816l-.9941 4.3243h2.0468l-1.0527-4.3243z"/></svg>
Copied!