Samsung Smart Switch Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Samsung Smart Switch 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/346947.svg" alt="Samsung Smart Switch icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346947.svg" alt="Samsung Smart Switch icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346947.svg" alt="Samsung Smart Switch icon" :width="24" :height="24" />
CSS background
.icon-samsung-smart-switch {
background-image: url('https://proicons.com/icon/346947.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m22.035,23.8019c-4.4429-.9091-7.785-4.8402-7.785-9.5519,0-5.3848,4.3652-9.75,9.75-9.75s9.75,4.3652,9.75,9.75v3"/><path class="b" d="m25.965,24.1981c4.4429.9091,7.785,4.8402,7.785,9.5519,0,5.3848-4.3652,9.75-9.75,9.75s-9.75-4.3652-9.75-9.75v-3"/><polyline class="b" points="17.0784 33.5784 14.25 30.75 11.4216 33.5784"/><polyline class="b" points="30.9216 14.4216 33.75 17.25 36.5784 14.4216"/></svg>
Copied!