Nerd Smile Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Nerd Smile 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/306133.svg" alt="Nerd Smile icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306133.svg" alt="Nerd Smile icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306133.svg" alt="Nerd Smile icon" :width="24" :height="24" />
CSS background
.icon-nerd-smile {
background-image: url('https://proicons.com/icon/306133.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M500 0C224 0 0 224 0 500s224 500 500 500 500-224 500-500S776 0 500 0zm0 933C262 933 67 738 67 500S262 67 500 67s433 194 433 433-194 433-433 433zm142-272c-79 69-204 69-284 0-14-12-36-11-48 3s-10 36 4 48c53 46 119 69 186 69s133-23 186-69c14-12 16-34 4-48s-34-15-48-3zM320 410c-27 0-49 22-49 49s22 49 49 49 49-22 49-49-22-49-49-49zm395 6c-23-13-53-5-67 19s-4 53 19 66c24 14 53 5 67-18 13-24 5-54-19-67zm-30-122c-60 0-113 34-139 84-14-6-28-10-43-10-20-1-36 6-48 12-26-51-79-86-140-86-87 0-158 70-158 157s71 158 158 158 157-71 157-158v-2c5-1 9-4 12-8 1 0 8-6 18-6 9 0 19 6 26 12v4c0 87 71 158 157 158s158-71 158-158-71-157-158-157zM315 541c-50 0-90-40-90-90 0-49 40-90 90-90s90 41 90 90c0 50-41 90-90 90zm370 0c-49 0-90-40-90-90 0-49 41-90 90-90s90 41 90 90c0 50-40 90-90 90z"/></svg>
Copied!