Samsung Finder Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Samsung Finder 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/332362.svg" alt="Samsung Finder icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332362.svg" alt="Samsung Finder icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332362.svg" alt="Samsung Finder icon" :width="24" :height="24" />
CSS background
.icon-samsung-finder {
background-image: url('https://proicons.com/icon/332362.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><circle class="a" cx="27.5687" cy="23.8557" r="7.3784"/><line class="a" x1="32.786" y1="29.073" x2="34.6657" y2="30.9527"/><rect class="a" x="36.2828" y="29.6055" width="3.2704" height="9.199" transform="translate(-13.0807 36.8305) rotate(-45)"/><path class="a" d="M43.5,31.2341V12.5486a3.1621,3.1621,0,0,0-3.1622-3.1622H7.6622A3.1621,3.1621,0,0,0,4.5,12.5486V31.5215a3.1622,3.1622,0,0,0,3.1622,3.1622H29.8571"/></svg>
Copied!