Samsung Max Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Samsung Max 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/332377.svg" alt="Samsung Max icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332377.svg" alt="Samsung Max icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332377.svg" alt="Samsung Max icon" :width="24" :height="24" />
CSS background
.icon-samsung-max {
background-image: url('https://proicons.com/icon/332377.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polygon class="b" points="30.0238 40 21.3571 40 12.9762 8 22.3571 8 30.0238 40"/><polygon class="b" points="42.5 40 33.8333 40 28.9762 18.4286 38.3571 18.4286 42.5 40"/><polygon class="b" points="5.5 25.1429 16.9762 40 7.6429 40 5.5 25.1429"/><line class="b" x1="28.9762" y1="18.4286" x2="26.4643" y2="25.1429"/><line class="b" x1="30.0238" y1="40" x2="32.263" y2="33.0259"/><line class="b" x1="16.9762" y1="40" x2="18.5323" y2="29.2143"/><line class="b" x1="9.4545" y1="30.2624" x2="12.9762" y2="8"/></svg>
Copied!