Emoji Web Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Web 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/339976.svg" alt="Emoji Web icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339976.svg" alt="Emoji Web icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339976.svg" alt="Emoji Web icon" :width="24" :height="24" />
CSS background
.icon-emoji-web {
background-image: url('https://proicons.com/icon/339976.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m24.0402,42.5c10.2152,0,18.4598-8.2848,18.4598-18.5402,0-10.2152-8.2446-18.4598-18.4598-18.4598C13.7848,5.5,5.5,13.7446,5.5,23.9598c0,10.2554,8.2848,18.5402,18.5402,18.5402Z"/><line class="b" x1="40.0518" y1="14.7501" x2="7.9603" y2="14.7501"/><line class="b" x1="40.1551" y1="33.0252" x2="7.8569" y2="33.0252"/><line class="b" x1="5.6001" y1="24" x2="42.3999" y2="24"/><line class="b" x1="24.0402" y1="5.5" x2="24.0402" y2="42.5"/><path class="b" d="m24.0201,42.5c5.1076,0,9.2299-8.2848,9.2299-18.5402,0-10.2152-4.1223-18.4598-9.2299-18.4598-5.1277,0-9.2701,8.2446-9.2701,18.4598,0,10.2554,4.1424,18.5402,9.2701,18.5402Z"/></svg>
Copied!