Microsoft Family Safety Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Microsoft Family Safety 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/329222.svg" alt="Microsoft Family Safety icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329222.svg" alt="Microsoft Family Safety icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329222.svg" alt="Microsoft Family Safety icon" :width="24" :height="24" />
CSS background
.icon-microsoft-family-safety {
background-image: url('https://proicons.com/icon/329222.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m17.1429,5.036c-7.5347,0-13.6429,6.1081-13.6429,13.6429,0,4.3895,2.073,8.2948,5.2934,10.7903l-.0007.0008c-1.0461-1.3036-1.6719-2.959-1.6719-4.7605,0-4.2041,3.4081-7.6122,7.6122-7.6122h3.2364c3.3306,0,6.0307-2.7,6.0307-6.0307s-2.7-6.0307-6.0307-6.0307h-.8265Z"/><path class="c" d="m30.8571,5.036c7.5347,0,13.6429,6.1081,13.6429,13.6429,0,4.3895-2.073,8.2948-5.2934,10.7903l.0007.0008c1.0461-1.3036,1.6719-2.959,1.6719-4.7605,0-4.2041-3.4081-7.6122-7.6122-7.6122h-3.2364c-3.3306,0-6.0307-2.7-6.0307-6.0307s2.7-6.0307,6.0307-6.0307h.8265Z"/><path class="c" d="m8.7934,29.4692l12.2846,12.2845c1.6138,1.6138,4.2303,1.6138,5.8441,0l12.2846-12.2845"/><path class="c" d="m10.5661,31.2434c3.7907,3.7907,9.9367,3.7907,13.7274,0l5.438-5.438c1.86-1.86,2.9049-4.3826,2.9049-7.013v-1.6951"/><path class="c" d="m24.4896,31.0473l-5.2419-5.2419c-1.86-1.86-2.9049-4.3826-2.9049-7.013v-1.6951"/></svg>
Copied!