New Scientist Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The New Scientist 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/344691.svg" alt="New Scientist icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344691.svg" alt="New Scientist icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344691.svg" alt="New Scientist icon" :width="24" :height="24" />
CSS background
.icon-new-scientist {
background-image: url('https://proicons.com/icon/344691.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>.c{fill:#fff;}.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect id="b" class="d" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><path class="d" d="M8.6254,30.5415c.3883.5056.8753.6939,1.5527.6939h.9376c.8725,0,1.5798-.7073,1.5798-1.5798v-.0068c0-.8725-.7073-1.5798-1.5798-1.5798h-1.0342c-.8734,0-1.5815-.7081-1.5815-1.5815h0c0-.8753.7096-1.5849,1.5849-1.5849h.9324c.6775,0,1.1644.1883,1.5527.6939"/><polyline class="d" points="8.5 23.0974 8.5 16.7646 12.6955 23.0974 12.6955 16.7646"/><polyline class="d" points="23.7743 18.9019 22.4682 23.0974 21.162 18.9019 19.8559 23.0974 18.5497 18.9019"/><circle class="c" cx="18.5497" cy="25.1005" r=".75"/><line class="d" x1="18.5497" y1="27.0399" x2="18.5497" y2="31.2354"/><circle class="c" cx="32.0456" cy="25.1005" r=".75"/><line class="d" x1="32.0456" y1="27.0399" x2="32.0456" y2="31.2354"/><path class="d" d="M33.6836,30.8814c.2891.2427.6012.354,1.3021.354h.3552c.578,0,1.0466-.4696,1.0466-1.0489h0c0-.5793-.4686-1.0489-1.0466-1.0489h-.7104c-.578,0-1.0466-.4696-1.0466-1.0489h0c0-.5793.4686-1.0489,1.0466-1.0489h.3552c.7009,0,1.013.1112,1.3021.354"/><path class="d" d="M29.6486,25.7338v4.7101c0,.4372.3544.7916.7916.7916h.2375"/><line class="d" x1="28.8174" y1="27.0399" x2="30.4798" y2="27.0399"/><path class="d" d="M38.4709,25.7338v4.7101c0,.4372.3544.7916.7916.7916h.2375"/><line class="d" x1="37.6397" y1="27.0399" x2="39.3021" y2="27.0399"/><path class="d" d="M17.0617,30.438c-.2729.4764-.7863.7974-1.3748.7974h0c-.8744,0-1.5832-.7088-1.5832-1.5832v-1.0291c0-.8744.7088-1.5832,1.5832-1.5832h0c.5873,0,1.0999.3198,1.3732.7947"/><path class="d" d="M27.81,31.2354v-2.6123c0-.8744-.7088-1.5832-1.5832-1.5832h0c-.8744,0-1.5832.7088-1.5832,1.5832"/><line class="d" x1="24.6436" y1="31.2354" x2="24.6436" y2="27.0399"/><path class="d" d="M17.2062,22.2985c-.2727.4773-.7866.799-1.3756.799h0c-.8744,0-1.5832-.7088-1.5832-1.5832v-1.0291c0-.8744.7088-1.5832,1.5832-1.5832h0c.8744,0,1.5832.7088,1.5832,1.5832v.5145s-3.1664,0-3.1664,0"/><path class="d" d="M23.0265,30.4365c-.2727.4773-.7866.799-1.3756.799h0c-.8744,0-1.5832-.7088-1.5832-1.5832v-1.0291c0-.8744.7088-1.5832,1.5832-1.5832h0c.8744,0,1.5832.7088,1.5832,1.5832v.5145s-3.1664,0-3.1664,0"/></svg>
Copied!