Mondaycom Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mondaycom 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/329481.svg" alt="Mondaycom icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329481.svg" alt="Mondaycom icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329481.svg" alt="Mondaycom icon" :width="24" :height="24" />
CSS background
.icon-mondaycom {
background-image: url('https://proicons.com/icon/329481.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="b" cx="39.0384" cy="30.8404" r="4.5"/><path class="b" d="M16.7494,12.7634c-1.1659.2555-2.1825.9637-2.8262,1.9688l-8.752,13.684c-1.3388,2.0932-.7276,4.8754,1.3652,6.2148,2.0932,1.3398,4.8762.7291,6.2161-1.364l.0007-.0012,8.752-13.682c1.3398-2.0932.7291-4.8762-1.364-6.2161-.0004-.0002-.0008-.0005-.0012-.0007-1.0055-.6428-2.2251-.8599-3.3906-.6035h0Z"/><path class="b" d="M31.7864,12.7634c-1.1651.256-2.181.9641-2.8242,1.9688l-8.752,13.684c-1.3388,2.0932-.7276,4.8754,1.3652,6.2148,2.0932,1.3388,4.8754.7276,6.2148-1.3652l8.7539-13.682c1.3393-2.0935.728-4.8764-1.3655-6.2157-.0006-.0004-.0011-.0007-.0017-.0011-1.0055-.6428-2.2251-.8599-3.3906-.6035h0Z"/></svg>
Copied!