Campuscare Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Campuscare 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/337969.svg" alt="Campuscare icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337969.svg" alt="Campuscare icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337969.svg" alt="Campuscare icon" :width="24" :height="24" />
CSS background
.icon-campuscare {
background-image: url('https://proicons.com/icon/337969.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="m15.6344,26.1356c2.5847-6.7761,11.3068-4.8401,11.3068.6487l-.3193,11.6262c-12.9235,9.0415-16.7955-11.3068,0-7.7541"/><path class="b" d="m30.4939,10.6374c3.5527-4.1914,5.1694-5.1694,7.4248-6.1374"/><path class="b" d="m29.1965,10.3181c-5.8081,1.936-4.5207-3.5527-10.0095-4.8501,5.8181-.968,7.7541.978,10.0095,4.8501Z"/><path class="b" d="m11.8621,43.5c-5.6428-7.894-4.7818-19.6791,1.923-26.3227,6.7049-6.6436,16.7146-5.6299,22.3574,2.2641,2.2544,3.1538,3.5595,7.0969,3.7122,11.215.4491,13.2229-13.2329,15.1789-13.2329,7.7541"/></svg>
Copied!