Connected Care Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Connected Care 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/323974.svg" alt="Connected Care icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323974.svg" alt="Connected Care icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323974.svg" alt="Connected Care icon" :width="24" :height="24" />
CSS background
.icon-connected-care {
background-image: url('https://proicons.com/icon/323974.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>.h{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="h" d="m29.4973,11.7964l-5.4973,5.4973-5.4973-5.4973,5.4973-9.2964,5.4973,9.2964Z"/><path id="c" class="h" d="m18.1958,20.8696l-7.5107,2.0133-5.3047-9.4102,10.802-.1138,2.0133,7.5107Z"/><path id="d" class="h" d="m16.1824,34.641l-10.802-.1138,5.3047-9.4102,7.5107,2.0133-2.0133,7.5107Z"/><path id="e" class="h" d="m29.4973,36.2036l-5.4973,9.2964-5.4973-9.2964,5.4973-5.4973,5.4973,5.4973Z"/><path id="f" class="h" d="m42.6196,13.4728l-5.3047,9.4102-7.5107-2.0133,2.0133-7.5107,10.802.1138Z"/><path id="g" class="h" d="m42.6196,34.5272l-10.802.1138-2.0133-7.5107,7.5107-2.0133,5.3047,9.4102Z"/></svg>
Copied!