Samsung Members Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Samsung Members 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/332378.svg" alt="Samsung Members icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332378.svg" alt="Samsung Members icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332378.svg" alt="Samsung Members icon" :width="24" :height="24" />
CSS background
.icon-samsung-members {
background-image: url('https://proicons.com/icon/332378.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="M21.79,13.0934A3.27,3.27,0,0,0,24,14.3318a3.5231,3.5231,0,0,0,2.3164-.7633c3.07-2.2047,5.41-.3,5.33,2.7878-.0471,1.82.0585,4.3172.0224,6.1009-.0845,4.1639-3.9244,6.712-7.6684,6.712-3.2842,0-5.1-2.188-7.07-4.476-3.1531-3.6613-5.9961-7.2309-8.4866-7.2309-1.8587,0-2.7156.758-3.9883,3.0529V12.2c0-3.5946,2.6363-6.1076,6.792-6.1076C15.7052,6.0922,19.3788,10.632,21.79,13.0934Z"/><path class="a" d="M4.4548,20.5152l.1608,16.0326a5.9281,5.9281,0,0,0,11.8562,0l-.0205-12.4125"/><path class="a" d="M31.6686,22.4572l-.07,14.0906a5.9281,5.9281,0,0,0,11.8562,0V11.8016c0-1.69-1.4852-5.7094-5.6233-5.7094a7.7236,7.7236,0,0,0-6.1553,2.4145c-1.875,1.7344-3.4678,3.3639-5.36,5.0618"/></svg>
Copied!