Samsung Finance Plus Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Samsung Finance Plus icon is commonly used in add-item buttons, floating action buttons and form toolbars. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/346920.svg" alt="Samsung Finance Plus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346920.svg" alt="Samsung Finance Plus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346920.svg" alt="Samsung Finance Plus icon" :width="24" :height="24" />
CSS background
.icon-samsung-finance-plus {
background-image: url('https://proicons.com/icon/346920.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}.d{fill:#fff;stroke-width:0px;}</style></defs><rect class="c" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><path class="c" d="M12.368,28.964c.7644,1.015,1.7227,1.3929,3.0561,1.3929h1.8453c1.7173,0,3.1094-1.4199,3.1094-3.1715v-.0137c0-1.7516-1.3921-3.1715-3.1094-3.1715h-2.0356c-1.7191,0-3.1127-1.4215-3.1127-3.1748,0-1.7573,1.3966-3.1818,3.1195-3.1818h1.8352c1.3334,0,2.2917.3781,3.0561,1.3929"/><path class="c" d="M25.596,30.356v-12.713h6.2322"/><line class="c" x1="32.763" y1="20.821" x2="32.763" y2="27.178"/><path class="c" d="M32.763,24h3.1161"/><circle class="d" cx="29.647" cy="24" r=".75"/></svg>
Copied!