Awork Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Awork 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/336830.svg" alt="Awork icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336830.svg" alt="Awork icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336830.svg" alt="Awork icon" :width="24" :height="24" />
CSS background
.icon-awork {
background-image: url('https://proicons.com/icon/336830.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="M23.6908,4.5,6.7377,14.4378l10.5912,6.224,6.3617-3.6794,6.74,3.6794,10.8319-6.224Z"/><path class="a" d="M11.0709,20.4236V35.5222L23.6908,43.5,36.93,35.7629v-15.51L30.43,23.76V35.3352l-6.74-4.23L17.3289,35.37V23.76Z"/></svg>
Copied!