Google Health Studies Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Google Health Studies 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/326651.svg" alt="Google Health Studies icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326651.svg" alt="Google Health Studies icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326651.svg" alt="Google Health Studies icon" :width="24" :height="24" />
CSS background
.icon-google-health-studies {
background-image: url('https://proicons.com/icon/326651.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>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="e" cx="31.6502" cy="16.3498" r="3.2"/><circle class="e" cx="16.3503" cy="16.3498" r="3.2"/><circle class="e" cx="31.6502" cy="31.6498" r="3.2"/><circle class="e" cx="16.3503" cy="31.6498" r="3.2"/><circle class="e" cx="39.3002" cy="23.9998" r="3.2"/><circle class="e" cx="24.0002" cy="8.6998" r="3.2"/><path class="e" d="M32.1602,19.5378c-2.8934.4445-4.5678,2.1463-5.0022,4.9775-.2525,1.5481-1.5898,2.6849-3.1583,2.6849-1.7673,0-3.2-1.4327-3.2-3.2,0-1.5685,1.1369-2.9058,2.6849-3.1583,2.8934-.4445,4.5678-2.1463,5.0022-4.9775"/><path class="e" d="M16.8602,19.5378c-2.8934.4445-4.5678,2.1463-5.0022,4.9775-.2525,1.5481-1.5898,2.6849-3.1583,2.6849-1.7673,0-3.2-1.4327-3.2-3.2,0-1.5685,1.1369-2.9058,2.6849-3.1583,2.8934-.4445,4.5678-2.1463,5.0022-4.9775"/><path class="e" d="M32.1602,34.8378c-2.8934.4445-4.5678,2.1463-5.0022,4.9775-.2525,1.5481-1.5898,2.6849-3.1583,2.6849-1.7673,0-3.2-1.4327-3.2-3.2,0-1.5685,1.1369-2.9058,2.6849-3.1583,2.8934-.4445,4.5678-2.1463,5.0022-4.9775"/></svg>
Copied!