Cssdesignawards Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Cssdesignawards 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/314014.svg" alt="Cssdesignawards icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/314014.svg" alt="Cssdesignawards icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/314014.svg" alt="Cssdesignawards icon" :width="24" :height="24" />
CSS background
.icon-cssdesignawards {
background-image: url('https://proicons.com/icon/314014.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>CSS Design Awards</title><path d="m7.46.93-7.46 7.38 3.73 3.73 3.74 3.65 3.73 3.65 3.74-3.65-7.47-7.38 7.47-7.4zm5.33 3.73-3.67 3.65 7.39 7.38-7.46 7.4h7.46l3.76-3.66 3.73-3.73-3.73-3.65-3.74-3.73z"/></svg>
Copied!