Google Family Link Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Google Family Link icon is commonly used in URL inputs, reference sections and developer tools. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/326640.svg" alt="Google Family Link icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326640.svg" alt="Google Family Link icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326640.svg" alt="Google Family Link icon" :width="24" :height="24" />
CSS background
.icon-google-family-link {
background-image: url('https://proicons.com/icon/326640.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><path class="a" d="M34.8572,23.21l2.9618-4.1573a1.4951,1.4951,0,0,0-.1877-1.9514L25.0232,5.1172a2.2429,2.2429,0,0,0-3.09,0L9.3246,17.1009a1.4952,1.4952,0,0,0-.1876,1.9514L21.6513,36.618a2.2429,2.2429,0,0,0,3.6534,0l1.7214-2.4164"/><polyline class="a" points="8.887 18.441 23.478 17.11 38.069 18.441"/><polyline class="a" points="15.083 27.399 23.478 26.731 26.892 27.003"/><path class="a" d="M41.2679,29.3028l-7.481-7.1105a1.3309,1.3309,0,0,0-1.8336,0l-7.481,7.1105a.8873.8873,0,0,0-.1114,1.1578l7.4254,10.4226a1.3308,1.3308,0,0,0,2.1677,0l7.4253-10.4226A.8873.8873,0,0,0,41.2679,29.3028Z"/><polyline class="a" points="24.213 30.098 32.87 29.308 41.528 30.098"/><polyline class="a" points="27.889 35.413 32.87 35.017 37.851 35.413"/><path class="a" d="M33.954,40.8832A9.3234,9.3234,0,0,1,29.0313,43.5l.21-1.5511L27.8893,40.67A11.097,11.097,0,0,0,30.9216,39.67"/><path class="a" d="M25.3047,36.618c-.4195.5888-1.66,2.4382-2.5618,2.4382H16.6642c-1.2786,0-6.1416-7.7975-7.8047-7.7975a2.5747,2.5747,0,0,0-2.4034,1.32l2.2428.6079L9.9653,34.85l1.347-1.5983"/><path class="a" d="M21.9559,39.0562c-1.2786,0-6.1416-7.7975-7.8047-7.7975H8.86"/><path class="a" d="M20.6518,35.215a6.0893,6.0893,0,0,1-1.0936,1.61"/></svg>
Copied!