Samsung Galaxy Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Samsung Galaxy 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/306422.svg" alt="Samsung Galaxy icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306422.svg" alt="Samsung Galaxy icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306422.svg" alt="Samsung Galaxy icon" :width="24" :height="24" />
CSS background
.icon-samsung-galaxy {
background-image: url('https://proicons.com/icon/306422.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M681 0H320c-47 0-84 38-84 84v832c0 46 37 84 84 84h361c47 0 84-38 84-84V84c0-46-37-84-84-84zM456 23h95c3 0 6 3 6 7s-3 6-6 6h-95c-3 0-6-3-6-6s3-7 6-7zm85 945h-76c-11 0-20-7-20-18s9-19 20-19h76c11 0 20 8 20 19s-9 18-20 18zm197-55H268V87h470v826z"/></svg>
Copied!