Samsung Contacts Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Samsung Contacts 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/346918.svg" alt="Samsung Contacts icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346918.svg" alt="Samsung Contacts icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346918.svg" alt="Samsung Contacts icon" :width="24" :height="24" />
CSS background
.icon-samsung-contacts {
background-image: url('https://proicons.com/icon/346918.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m24,42.5c6.0796,0,11.512-2.764,15.1148-7.1018-1.3376-7.1361-7.5904-12.5397-15.1148-12.5397s-13.7771,5.4035-15.1147,12.5396c3.6029,4.3378,9.0351,7.1019,15.1147,7.1019Z"/><circle class="c" cx="24" cy="12.7019" r="7.2019"/></svg>
Copied!