Systemusagedirect Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Systemusagedirect 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/333588.svg" alt="Systemusagedirect icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333588.svg" alt="Systemusagedirect icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333588.svg" alt="Systemusagedirect icon" :width="24" :height="24" />
CSS background
.icon-systemusagedirect {
background-image: url('https://proicons.com/icon/333588.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="a" x1="43.5" y1="5.21" x2="4.5" y2="5.21"/><line class="a" x1="41.55" y1="36.41" x2="41.55" y2="5.21"/><line class="a" x1="4.5" y1="36.41" x2="43.5" y2="36.41"/><line class="a" x1="6.45" y1="5.21" x2="6.45" y2="36.41"/><path class="a" d="M33.2,15.64a2.32,2.32,0,1,1-4.64,0V11.51a2.32,2.32,0,0,1,4.64,0Z"/><path class="a" d="M19.44,23.12a2.32,2.32,0,0,1-4.64,0V19a2.32,2.32,0,0,1,4.64,0Z"/><path class="a" d="M33.2,30.6a2.32,2.32,0,0,1-4.64,0V26.47a2.32,2.32,0,0,1,4.64,0Z"/><line class="a" x1="11.33" y1="13.58" x2="28.56" y2="13.58"/><line class="a" x1="11.33" y1="28.53" x2="28.56" y2="28.53"/><line class="a" x1="33.2" y1="13.58" x2="36.67" y2="13.58"/><line class="a" x1="33.2" y1="28.53" x2="36.67" y2="28.53"/><line class="a" x1="19.44" y1="21.06" x2="36.67" y2="21.06"/><line class="a" x1="14.8" y1="21.06" x2="11.33" y2="21.06"/><line class="a" x1="11.93" y1="42.46" x2="17.96" y2="36.41"/><line class="a" x1="24" y1="36.41" x2="24" y2="42.79"/><line class="a" x1="36.07" y1="42.46" x2="30.04" y2="36.41"/></svg>
Copied!