Samsung 321 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Samsung 321 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/332350.svg" alt="Samsung 321 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332350.svg" alt="Samsung 321 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332350.svg" alt="Samsung 321 icon" :width="24" :height="24" />
CSS background
.icon-samsung-321 {
background-image: url('https://proicons.com/icon/332350.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="b" cx="24" cy="24" r="21.5"/><polyline class="b" points="33.7363 19.2696 36.9863 17.5 36.9863 30.5"/><path class="b" d="M22.2113,21.8062c0-2.6577,2.4076-4.7531,5.1608-4.224,1.8059.3471,3.2481,1.9089,3.4278,3.7391.1337,1.3614-.2971,2.7047-1.2374,3.5299-1.742,1.5288-7.3512,5.6488-7.3512,5.6488h8.6125"/><path class="b" d="M11.0151,29.4035c.8974.752,1.8664,1.0965,4.0423,1.0965h.507c1.7945,0,3.2492-1.4547,3.2492-3.2492h0c0-1.7945-1.4547-3.2492-3.2492-3.2492"/><path class="b" d="M11.0137,18.5858c.8994-.7496,1.8693-1.0916,4.0453-1.0857l.5055.0029c1.7945,0,3.2492,1.4547,3.2492,3.2492h0c0,1.7945-1.4547,3.2492-3.2492,3.2492"/><line class="b" x1="13.0668" y1="24.0015" x2="15.5644" y2="24.0015"/></svg>
Copied!