Samsung Browser Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Samsung Browser 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/346910.svg" alt="Samsung Browser icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346910.svg" alt="Samsung Browser icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346910.svg" alt="Samsung Browser icon" :width="24" :height="24" />
CSS background
.icon-samsung-browser {
background-image: url('https://proicons.com/icon/346910.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M33.49,34.5435A14.1848,14.1848,0,0,1,10.466,28.2551M10.2752,20.41a14.1864,14.1864,0,1,1,27.2962,7.7233"/><path class="a" d="M37.7,27.6721c-.7939,2.9635-7.5709,3.722-15.1372,1.6941S9.5065,23.2918,10.3,20.3282"/><path class="a" d="M37.6038,19.7854c4.23,2.93,6.5411,6.4019,5.7383,9.3988-1.3584,5.0711-11.1192,6.861-21.8017,3.9978S3.3,23.8869,4.6579,18.8158c.8091-3.0206,4.6-4.8771,9.79-5.2794"/></svg>
Copied!