Sims Freeplay Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Sims Freeplay 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/332802.svg" alt="Sims Freeplay icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332802.svg" alt="Sims Freeplay icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332802.svg" alt="Sims Freeplay icon" :width="24" :height="24" />
CSS background
.icon-sims-freeplay {
background-image: url('https://proicons.com/icon/332802.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>.f{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="f" d="M14.0633,24.2014h20.2471"/><path id="c" class="f" d="M24.1707,44.5l10.2109-20.3078L24.2436,3.5l-10.6252,20.6803,10.5524,20.3197Z"/><path id="d" class="f" d="M24.2068,4.0156l4.4032,20.0733-4.2737,19.5553"/><path id="e" class="f" d="M24.3533,4.0156l-4.4032,20.0733,4.2737,19.5553"/></svg>
Copied!