Critical Ops Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Critical Ops 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/338666.svg" alt="Critical Ops icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338666.svg" alt="Critical Ops icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338666.svg" alt="Critical Ops icon" :width="24" :height="24" />
CSS background
.icon-critical-ops {
background-image: url('https://proicons.com/icon/338666.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M12.0935,25.7307v.0431c0,1.9232-1.289,3.4821-2.8792,3.4821s-2.8792-1.5589-2.8792-3.4821v-3.5478c0-1.9232,1.289-3.4821,2.8792-3.4821h0c1.5902,0,2.8792,1.5589,2.8792,3.4821v.0431"/><path class="b" d="M23.0997,29.2562c-1.5902,0-2.8792-1.5589-2.8792-3.4821v-3.5478c0-1.9232,1.289-3.4821,2.8792-3.4821s2.8792,1.5589,2.8792,3.4821v3.5478c0,1.9232-1.289,3.4821-2.8792,3.4821Z"/><path class="b" d="M28.065,29.2562v-10.512h2.8455c1.6087,0,2.9129,1.5806,2.9129,3.5303s-1.3041,3.5303-2.9129,3.5303h-2.8455"/><path class="b" d="M36.0834,28.1038c.533.8392,1.2013,1.1518,2.1312,1.1518h1.2869c1.1975,0,2.1683-1.1741,2.1683-2.6224v-.0113c0-1.4483-.9708-2.6224-2.1683-2.6224h-1.4195c-1.1988,0-2.1706-1.1753-2.1706-2.6251h0c0-1.453.9739-2.6309,2.1754-2.6309h1.2798c.9298,0,1.5981.3126,2.1312,1.1518"/><line class="b" x1="13.7884" y1="24.0002" x2="18.1344" y2="24.0002"/><circle class="b" cx="24" cy="24" r="21.5"/></svg>
Copied!