Running Services Monitor Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Running Services Monitor 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/332282.svg" alt="Running Services Monitor icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332282.svg" alt="Running Services Monitor icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332282.svg" alt="Running Services Monitor icon" :width="24" :height="24" />
CSS background
.icon-running-services-monitor {
background-image: url('https://proicons.com/icon/332282.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.g{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="d" class="g" d="M11.1405,24.946l6.7023.0321,2.1486-4.201,2.5976,9.9413,3.5917-13.4367,2.8541,7.7606,7.8247-.1603"/><path id="e" class="g" d="M36.2876,27.0133c-1.3516,5.53-6.3395,9.6338-12.2859,9.6338-5.9514,0-10.9426-4.1107-12.2893-9.6477M11.8176,20.5974c1.4859-5.3322,6.3781-9.2445,12.1841-9.2445,5.7753,0,10.6464,3.8711,12.1602,9.1601"/><path id="f" class="g" d="M24,2.5c-.7665,0-1.5243.0405-2.27.1186l-.5385,2.6183c-1.4404.2137-2.8293.5884-4.1449,1.1066l-1.7785-2.0008c-1.393.6192-2.7072,1.3848-3.925,2.2725l.8423,2.5393c-1.1209.8931-2.1377,1.9099-3.0308,3.0308l-2.5393-.8423c-.8878,1.2178-1.6534,2.532-2.2725,3.925l2.0008,1.7785c-.5182,1.3156-.8929,2.7045-1.1066,4.1449l-2.6183.5385c-.0781.7457-.1186,1.5035-.1186,2.27s.0405,1.5243.1186,2.2701l2.6183.5385c.2137,1.4404.5884,2.8293,1.1066,4.1449l-2.0008,1.7785c.6192,1.393,1.3848,2.7072,2.2725,3.925l2.5393-.8423c.8931,1.1209,1.9099,2.1377,3.0308,3.0308l-.8423,2.5393c1.2178.8878,2.532,1.6534,3.925,2.2725l1.7785-2.0008c1.3156.5182,2.7045.8929,4.1449,1.1066l.5385,2.6183c.7457.0781,1.5035.1186,2.27.1186s1.5243-.0405,2.2701-.1186l.5385-2.6183c1.4404-.2137,2.8293-.5884,4.1449-1.1066l1.7785,2.0008c1.393-.6192,2.7072-1.3848,3.925-2.2725l-.8423-2.5393c1.1209-.8931,2.1377-1.9099,3.0308-3.0308l2.5393.8423c.8878-1.2178,1.6534-2.532,2.2725-3.925l-2.0008-1.7785c.5182-1.3156.8929-2.7045,1.1066-4.1449l2.6183-.5385c.0781-.7457.1186-1.5035.1186-2.2701s-.0405-1.5243-.1186-2.27l-2.6183-.5385c-.2137-1.4404-.5884-2.8293-1.1066-4.1449l2.0008-1.7785c-.6192-1.393-1.3848-2.7072-2.2725-3.925l-2.5393.8423c-.8931-1.1209-1.9099-2.1377-3.0308-3.0308l.8423-2.5393c-1.2178-.8878-2.532-1.6534-3.925-2.2725l-1.7785,2.0008c-1.3156-.5182-2.7045-.8929-4.1449-1.1066l-.5385-2.6183c-.7457-.0781-1.5035-.1186-2.27-.1186Z"/></svg>
Copied!