Smiles Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Smiles 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/347523.svg" alt="Smiles icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347523.svg" alt="Smiles icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347523.svg" alt="Smiles icon" :width="24" :height="24" />
CSS background
.icon-smiles {
background-image: url('https://proicons.com/icon/347523.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;}.c{fill:#fff;stroke-width:0px;}</style></defs><path class="b" d="M34.342,23.893c-.0028-1.2135-.9885-2.1952-2.202-2.193h0c-1.2139-.0022-2.1998.9801-2.202,2.194h0v.713h4.404"/><path class="b" d="M36.168,27.024c.402.336.836.49,1.81.49h.495c.804,0,1.455-.65,1.455-1.453h0c0-.803-.651-1.454-1.455-1.454h-.988c-.804,0-1.456-.65-1.456-1.453h0c0-.803.652-1.454,1.456-1.454h.494c.974,0,1.409.154,1.81.49"/><path class="b" d="M34.053,26.407c-.393.6853-1.123,1.1077-1.913,1.107-.82,0-1.534-.446-1.914-1.107"/><path class="b" d="M29.938,23.894c0-1.212.986-2.194,2.202-2.194h0c1.216,0,2.202.982,2.202,2.194v.713h-4.404"/><path class="b" d="M27.412,18.738v7.68c0,.605.493,1.096,1.101,1.096h.33"/><path class="b" d="M8.456,27.024c.402.336.836.49,1.811.49h.494c.804,0,1.456-.65,1.456-1.453h0c0-.803-.652-1.454-1.456-1.454h-.988c-.804,0-1.455-.65-1.455-1.453h0c0-.803.651-1.454,1.455-1.454h.494c.975,0,1.41.154,1.811.49"/><path class="c" d="M25.8125,19.012c-.0011.4148-.3363.7505-.7495.7505-.4136.0005-.7494-.3353-.7505-.7505.0016-.4144.3367-.7495.7495-.7495.4132-.0005.7489.3347.7505.7495Z"/><line class="b" x1="25.063" y1="21.7" x2="25.063" y2="27.514"/><path class="b" d="M18.47,23.894c0-1.212.986-2.194,2.202-2.194h0c1.216,0,2.202.982,2.202,2.194v3.62"/><line class="b" x1="14.066" y1="21.7" x2="14.066" y2="27.514"/><path class="b" d="M14.066,23.894c0-1.212.986-2.194,2.202-2.194h0c1.216,0,2.202.982,2.202,2.194v3.62"/><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!