Modx Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Modx 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/315222.svg" alt="Modx icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/315222.svg" alt="Modx icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/315222.svg" alt="Modx icon" :width="24" :height="24" />
CSS background
.icon-modx {
background-image: url('https://proicons.com/icon/315222.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>MODX</title><path d="M19.145 9.49l4.47-7.19H12.118l-1.24 2.023zM2.92 0v11.497l2.48 1.55 13.435-3.1zm18.16 24V12.503l-1.984-1.263-5.168 8.267zM5.165 14.053l-4.78 7.648h11.497L18.6 10.953Z"/></svg>
Copied!