Ecourts Services Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ecourts Services 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/339513.svg" alt="Ecourts Services icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339513.svg" alt="Ecourts Services icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339513.svg" alt="Ecourts Services icon" :width="24" :height="24" />
CSS background
.icon-ecourts-services {
background-image: url('https://proicons.com/icon/339513.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="c" cx="24" cy="24" r="21.5"/><line class="c" x1="14.0106" y1="15.1941" x2="33.9894" y2="15.1941"/><line class="c" x1="15.1383" y1="36.1516" x2="32.8617" y2="36.1516"/><line class="c" x1="24" y1="11.8484" x2="24" y2="36.1516"/><path class="c" d="m20.95,29.0052c0,1.42-2.47,2.57-5.51,2.57s-5.51-1.15-5.51-2.57c0-.18.04-.36.11-.52l5.4-10.3,5.4,10.3c.0699.16.11.34.11.52Z"/><line class="c" x1="10.04" y1="29.0027" x2="20.84" y2="29.0027"/><line class="c" x1="15.44" y1="18.1852" x2="15.44" y2="15.1941"/><path class="c" d="m27.05,29.0052c0,1.42,2.47,2.57,5.51,2.57s5.51-1.15,5.51-2.57c0-.18-.04-.36-.11-.52l-5.4-10.3-5.4,10.3c-.0699.16-.11.34-.11.52Z"/><line class="c" x1="37.96" y1="29.0027" x2="27.16" y2="29.0027"/><line class="c" x1="32.56" y1="18.1852" x2="32.56" y2="15.1941"/></svg>
Copied!