Samsung Global Goals Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Samsung Global Goals 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/346928.svg" alt="Samsung Global Goals icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346928.svg" alt="Samsung Global Goals icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346928.svg" alt="Samsung Global Goals icon" :width="24" :height="24" />
CSS background
.icon-samsung-global-goals {
background-image: url('https://proicons.com/icon/346928.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;}</style></defs><g><line class="c" x1="19.9279" y1="14.8655" x2="15.2504" y2="4.3598"/><line class="c" x1="16.5599" y1="17.3125" x2="8.0138" y2="9.6175"/><line class="c" x1="14.4784" y1="20.9179" x2="3.5412" y2="17.3642"/><line class="c" x1="14.0432" y1="25.0581" x2="2.6062" y2="26.2602"/><line class="c" x1="15.3297" y1="29.0174" x2="5.3704" y2="34.7674"/><line class="c" x1="18.1153" y1="32.1112" x2="11.3558" y2="41.4149"/><line class="c" x1="21.9185" y1="33.8044" x2="19.5275" y2="45.0531"/><line class="c" x1="26.0815" y1="33.8044" x2="28.4725" y2="45.0531"/><line class="c" x1="29.8847" y1="32.1112" x2="36.6442" y2="41.4149"/><line class="c" x1="32.6703" y1="29.0174" x2="42.6296" y2="34.7674"/><line class="c" x1="33.9568" y1="25.0581" x2="45.3938" y2="26.2602"/><line class="c" x1="33.5216" y1="20.9179" x2="44.4588" y2="17.3642"/><line class="c" x1="31.4401" y1="17.3125" x2="39.9862" y2="9.6175"/><line class="c" x1="28.0721" y1="14.8655" x2="32.7496" y2="4.3598"/><line class="c" x1="24" y1="14" x2="24" y2="2.5"/></g><circle class="c" cx="24" cy="24" r="21.5"/><circle class="c" cx="24" cy="24" r="10"/></svg>
Copied!