Dotcms Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Dotcms 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/305534.svg" alt="Dotcms icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305534.svg" alt="Dotcms icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305534.svg" alt="Dotcms icon" :width="24" :height="24" />
CSS background
.icon-dotcms {
background-image: url('https://proicons.com/icon/305534.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M500 268L702 62s169 24 236 230L726 500s-21-178-226-232zm202 670s40-197 236-233L726 500s-180 28-226 229l202 209zM63 700l203-203s190 22 232 232L297 938S265 746 63 700zm204-205s35-181 230-227L294 62S105 95 63 296l204 199z"/></svg>
Copied!