smiling-face from Fluent Emoji High Contrast by Microsoft Corporation · Default · Smileys & Emotion · MIT Free for personal and commercial use.

Name
smiling-face
Set
Fluent Emoji High Contrast
Style
Default
Category
Smileys & Emotion
Viewbox
32×32
License
MIT

The same emoji in other sets

More smileys & emotion icons from Fluent Emoji High Contrast

Use the smiling face emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M5 16c0-.73.587-1.37 1.464-1.718a2 2 0 0 0 3.071 0C10.414 14.63 11 15.27 11 16c0 .395-.171.762-.467 1.072a2 2 0 0 0-2.26.92A5 5 0 0 1 8 18c-1.657 0-3-.895-3-2m18.2 1.4c.22.166.397.368.528.592Q23.863 18 24 18c1.657 0 3-.895 3-2c0-.73-.587-1.37-1.465-1.719a2 2 0 0 1-3.071 0C21.587 14.632 21 15.27 21 16c0 .395.171.762.467 1.072a2 2 0 0 1 1.733.328M6.974 9.658c.144-.43.502-1.108 1.095-1.67C8.654 7.433 9.452 7 10.5 7a.5.5 0 0 0 0-1c-1.351 0-2.386.567-3.118 1.262c-.724.688-1.166 1.51-1.355 2.08a.5.5 0 0 0 .948.316m16.955-1.67c.594.562.952 1.24 1.096 1.67a.5.5 0 1 0 .948-.316c-.19-.57-.63-1.392-1.355-2.08C23.887 6.567 22.852 6 21.5 6a.5.5 0 0 0 0 1c1.048 0 1.846.433 2.43.988M8.982 13.19c.048-.246.158-.55.367-.777c.18-.196.498-.413 1.15-.413c.643 0 .97.222 1.158.429c.218.24.323.545.358.742a1 1 0 0 0 1.97-.342a3.54 3.54 0 0 0-.85-1.747C12.563 10.452 11.696 10 10.5 10c-1.184 0-2.047.431-2.624 1.06c-.548.596-.769 1.293-.858 1.75a1 1 0 1 0 1.964.38m11 0c.048-.246.158-.55.367-.777c.18-.196.498-.413 1.151-.413c.642 0 .969.222 1.157.429c.219.24.324.545.358.742a1 1 0 0 0 1.97-.342a3.54 3.54 0 0 0-.85-1.747C23.563 10.452 22.696 10 21.5 10c-1.184 0-2.047.431-2.624 1.06c-.548.596-.769 1.293-.857 1.75a1 1 0 1 0 1.963.38M10.8 18.4a1 1 0 1 0-1.6 1.2c.659.878 2.938 2.9 6.8 2.9s6.142-2.022 6.8-2.9a1 1 0 0 0-1.6-1.2c-.341.455-2.062 2.1-5.2 2.1s-4.858-1.645-5.2-2.1"/><path d="M15.999 1C11.095 1 7.313 2.654 4.763 5.423C2.226 8.178 1 11.938 1 15.999s1.226 7.82 3.763 10.576c2.55 2.769 6.332 4.423 11.236 4.423s8.686-1.654 11.235-4.423c2.537-2.755 3.764-6.515 3.764-10.576S29.77 8.178 27.234 5.423C24.684 2.654 20.903 1 16 1M3 15.999c0-3.67 1.106-6.91 3.235-9.221C8.35 4.48 11.568 3 15.999 3s7.648 1.48 9.764 3.778c2.129 2.311 3.235 5.55 3.235 9.22s-1.106 6.91-3.235 9.222c-2.116 2.298-5.333 3.778-9.764 3.778s-7.648-1.48-9.764-3.778C4.105 22.91 3 19.67 3 16"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiHighContrastSmilingFace(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M5 16c0-.73.587-1.37 1.464-1.718a2 2 0 0 0 3.071 0C10.414 14.63 11 15.27 11 16c0 .395-.171.762-.467 1.072a2 2 0 0 0-2.26.92A5 5 0 0 1 8 18c-1.657 0-3-.895-3-2m18.2 1.4c.22.166.397.368.528.592Q23.863 18 24 18c1.657 0 3-.895 3-2c0-.73-.587-1.37-1.465-1.719a2 2 0 0 1-3.071 0C21.587 14.632 21 15.27 21 16c0 .395.171.762.467 1.072a2 2 0 0 1 1.733.328M6.974 9.658c.144-.43.502-1.108 1.095-1.67C8.654 7.433 9.452 7 10.5 7a.5.5 0 0 0 0-1c-1.351 0-2.386.567-3.118 1.262c-.724.688-1.166 1.51-1.355 2.08a.5.5 0 0 0 .948.316m16.955-1.67c.594.562.952 1.24 1.096 1.67a.5.5 0 1 0 .948-.316c-.19-.57-.63-1.392-1.355-2.08C23.887 6.567 22.852 6 21.5 6a.5.5 0 0 0 0 1c1.048 0 1.846.433 2.43.988M8.982 13.19c.048-.246.158-.55.367-.777c.18-.196.498-.413 1.15-.413c.643 0 .97.222 1.158.429c.218.24.323.545.358.742a1 1 0 0 0 1.97-.342a3.54 3.54 0 0 0-.85-1.747C12.563 10.452 11.696 10 10.5 10c-1.184 0-2.047.431-2.624 1.06c-.548.596-.769 1.293-.858 1.75a1 1 0 1 0 1.964.38m11 0c.048-.246.158-.55.367-.777c.18-.196.498-.413 1.151-.413c.642 0 .969.222 1.157.429c.219.24.324.545.358.742a1 1 0 0 0 1.97-.342a3.54 3.54 0 0 0-.85-1.747C23.563 10.452 22.696 10 21.5 10c-1.184 0-2.047.431-2.624 1.06c-.548.596-.769 1.293-.857 1.75a1 1 0 1 0 1.963.38M10.8 18.4a1 1 0 1 0-1.6 1.2c.659.878 2.938 2.9 6.8 2.9s6.142-2.022 6.8-2.9a1 1 0 0 0-1.6-1.2c-.341.455-2.062 2.1-5.2 2.1s-4.858-1.645-5.2-2.1"/><path d="M15.999 1C11.095 1 7.313 2.654 4.763 5.423C2.226 8.178 1 11.938 1 15.999s1.226 7.82 3.763 10.576c2.55 2.769 6.332 4.423 11.236 4.423s8.686-1.654 11.235-4.423c2.537-2.755 3.764-6.515 3.764-10.576S29.77 8.178 27.234 5.423C24.684 2.654 20.903 1 16 1M3 15.999c0-3.67 1.106-6.91 3.235-9.221C8.35 4.48 11.568 3 15.999 3s7.648 1.48 9.764 3.778c2.129 2.311 3.235 5.55 3.235 9.22s-1.106 6.91-3.235 9.222c-2.116 2.298-5.333 3.778-9.764 3.778s-7.648-1.48-9.764-3.778C4.105 22.91 3 19.67 3 16"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M5 16c0-.73.587-1.37 1.464-1.718a2 2 0 0 0 3.071 0C10.414 14.63 11 15.27 11 16c0 .395-.171.762-.467 1.072a2 2 0 0 0-2.26.92A5 5 0 0 1 8 18c-1.657 0-3-.895-3-2m18.2 1.4c.22.166.397.368.528.592Q23.863 18 24 18c1.657 0 3-.895 3-2c0-.73-.587-1.37-1.465-1.719a2 2 0 0 1-3.071 0C21.587 14.632 21 15.27 21 16c0 .395.171.762.467 1.072a2 2 0 0 1 1.733.328M6.974 9.658c.144-.43.502-1.108 1.095-1.67C8.654 7.433 9.452 7 10.5 7a.5.5 0 0 0 0-1c-1.351 0-2.386.567-3.118 1.262c-.724.688-1.166 1.51-1.355 2.08a.5.5 0 0 0 .948.316m16.955-1.67c.594.562.952 1.24 1.096 1.67a.5.5 0 1 0 .948-.316c-.19-.57-.63-1.392-1.355-2.08C23.887 6.567 22.852 6 21.5 6a.5.5 0 0 0 0 1c1.048 0 1.846.433 2.43.988M8.982 13.19c.048-.246.158-.55.367-.777c.18-.196.498-.413 1.15-.413c.643 0 .97.222 1.158.429c.218.24.323.545.358.742a1 1 0 0 0 1.97-.342a3.54 3.54 0 0 0-.85-1.747C12.563 10.452 11.696 10 10.5 10c-1.184 0-2.047.431-2.624 1.06c-.548.596-.769 1.293-.858 1.75a1 1 0 1 0 1.964.38m11 0c.048-.246.158-.55.367-.777c.18-.196.498-.413 1.151-.413c.642 0 .969.222 1.157.429c.219.24.324.545.358.742a1 1 0 0 0 1.97-.342a3.54 3.54 0 0 0-.85-1.747C23.563 10.452 22.696 10 21.5 10c-1.184 0-2.047.431-2.624 1.06c-.548.596-.769 1.293-.857 1.75a1 1 0 1 0 1.963.38M10.8 18.4a1 1 0 1 0-1.6 1.2c.659.878 2.938 2.9 6.8 2.9s6.142-2.022 6.8-2.9a1 1 0 0 0-1.6-1.2c-.341.455-2.062 2.1-5.2 2.1s-4.858-1.645-5.2-2.1"/><path d="M15.999 1C11.095 1 7.313 2.654 4.763 5.423C2.226 8.178 1 11.938 1 15.999s1.226 7.82 3.763 10.576c2.55 2.769 6.332 4.423 11.236 4.423s8.686-1.654 11.235-4.423c2.537-2.755 3.764-6.515 3.764-10.576S29.77 8.178 27.234 5.423C24.684 2.654 20.903 1 16 1M3 15.999c0-3.67 1.106-6.91 3.235-9.221C8.35 4.48 11.568 3 15.999 3s7.648 1.48 9.764 3.778c2.129 2.311 3.235 5.55 3.235 9.22s-1.106 6.91-3.235 9.222c-2.116 2.298-5.333 3.778-9.764 3.778s-7.648-1.48-9.764-3.778C4.105 22.91 3 19.67 3 16"/></g></svg>
</template>

CSS

.icon-smiling-face {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M5%2016c0-.73.587-1.37%201.464-1.718a2%202%200%200%200%203.071%200C10.414%2014.63%2011%2015.27%2011%2016c0%20.395-.171.762-.467%201.072a2%202%200%200%200-2.26.92A5%205%200%200%201%208%2018c-1.657%200-3-.895-3-2m18.2%201.4c.22.166.397.368.528.592Q23.863%2018%2024%2018c1.657%200%203-.895%203-2c0-.73-.587-1.37-1.465-1.719a2%202%200%200%201-3.071%200C21.587%2014.632%2021%2015.27%2021%2016c0%20.395.171.762.467%201.072a2%202%200%200%201%201.733.328M6.974%209.658c.144-.43.502-1.108%201.095-1.67C8.654%207.433%209.452%207%2010.5%207a.5.5%200%200%200%200-1c-1.351%200-2.386.567-3.118%201.262c-.724.688-1.166%201.51-1.355%202.08a.5.5%200%200%200%20.948.316m16.955-1.67c.594.562.952%201.24%201.096%201.67a.5.5%200%201%200%20.948-.316c-.19-.57-.63-1.392-1.355-2.08C23.887%206.567%2022.852%206%2021.5%206a.5.5%200%200%200%200%201c1.048%200%201.846.433%202.43.988M8.982%2013.19c.048-.246.158-.55.367-.777c.18-.196.498-.413%201.15-.413c.643%200%20.97.222%201.158.429c.218.24.323.545.358.742a1%201%200%200%200%201.97-.342a3.54%203.54%200%200%200-.85-1.747C12.563%2010.452%2011.696%2010%2010.5%2010c-1.184%200-2.047.431-2.624%201.06c-.548.596-.769%201.293-.858%201.75a1%201%200%201%200%201.964.38m11%200c.048-.246.158-.55.367-.777c.18-.196.498-.413%201.151-.413c.642%200%20.969.222%201.157.429c.219.24.324.545.358.742a1%201%200%200%200%201.97-.342a3.54%203.54%200%200%200-.85-1.747C23.563%2010.452%2022.696%2010%2021.5%2010c-1.184%200-2.047.431-2.624%201.06c-.548.596-.769%201.293-.857%201.75a1%201%200%201%200%201.963.38M10.8%2018.4a1%201%200%201%200-1.6%201.2c.659.878%202.938%202.9%206.8%202.9s6.142-2.022%206.8-2.9a1%201%200%200%200-1.6-1.2c-.341.455-2.062%202.1-5.2%202.1s-4.858-1.645-5.2-2.1%22%2F%3E%3Cpath%20d%3D%22M15.999%201C11.095%201%207.313%202.654%204.763%205.423C2.226%208.178%201%2011.938%201%2015.999s1.226%207.82%203.763%2010.576c2.55%202.769%206.332%204.423%2011.236%204.423s8.686-1.654%2011.235-4.423c2.537-2.755%203.764-6.515%203.764-10.576S29.77%208.178%2027.234%205.423C24.684%202.654%2020.903%201%2016%201M3%2015.999c0-3.67%201.106-6.91%203.235-9.221C8.35%204.48%2011.568%203%2015.999%203s7.648%201.48%209.764%203.778c2.129%202.311%203.235%205.55%203.235%209.22s-1.106%206.91-3.235%209.222c-2.116%202.298-5.333%203.778-9.764%203.778s-7.648-1.48-9.764-3.778C4.105%2022.91%203%2019.67%203%2016%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M5%2016c0-.73.587-1.37%201.464-1.718a2%202%200%200%200%203.071%200C10.414%2014.63%2011%2015.27%2011%2016c0%20.395-.171.762-.467%201.072a2%202%200%200%200-2.26.92A5%205%200%200%201%208%2018c-1.657%200-3-.895-3-2m18.2%201.4c.22.166.397.368.528.592Q23.863%2018%2024%2018c1.657%200%203-.895%203-2c0-.73-.587-1.37-1.465-1.719a2%202%200%200%201-3.071%200C21.587%2014.632%2021%2015.27%2021%2016c0%20.395.171.762.467%201.072a2%202%200%200%201%201.733.328M6.974%209.658c.144-.43.502-1.108%201.095-1.67C8.654%207.433%209.452%207%2010.5%207a.5.5%200%200%200%200-1c-1.351%200-2.386.567-3.118%201.262c-.724.688-1.166%201.51-1.355%202.08a.5.5%200%200%200%20.948.316m16.955-1.67c.594.562.952%201.24%201.096%201.67a.5.5%200%201%200%20.948-.316c-.19-.57-.63-1.392-1.355-2.08C23.887%206.567%2022.852%206%2021.5%206a.5.5%200%200%200%200%201c1.048%200%201.846.433%202.43.988M8.982%2013.19c.048-.246.158-.55.367-.777c.18-.196.498-.413%201.15-.413c.643%200%20.97.222%201.158.429c.218.24.323.545.358.742a1%201%200%200%200%201.97-.342a3.54%203.54%200%200%200-.85-1.747C12.563%2010.452%2011.696%2010%2010.5%2010c-1.184%200-2.047.431-2.624%201.06c-.548.596-.769%201.293-.858%201.75a1%201%200%201%200%201.964.38m11%200c.048-.246.158-.55.367-.777c.18-.196.498-.413%201.151-.413c.642%200%20.969.222%201.157.429c.219.24.324.545.358.742a1%201%200%200%200%201.97-.342a3.54%203.54%200%200%200-.85-1.747C23.563%2010.452%2022.696%2010%2021.5%2010c-1.184%200-2.047.431-2.624%201.06c-.548.596-.769%201.293-.857%201.75a1%201%200%201%200%201.963.38M10.8%2018.4a1%201%200%201%200-1.6%201.2c.659.878%202.938%202.9%206.8%202.9s6.142-2.022%206.8-2.9a1%201%200%200%200-1.6-1.2c-.341.455-2.062%202.1-5.2%202.1s-4.858-1.645-5.2-2.1%22%2F%3E%3Cpath%20d%3D%22M15.999%201C11.095%201%207.313%202.654%204.763%205.423C2.226%208.178%201%2011.938%201%2015.999s1.226%207.82%203.763%2010.576c2.55%202.769%206.332%204.423%2011.236%204.423s8.686-1.654%2011.235-4.423c2.537-2.755%203.764-6.515%203.764-10.576S29.77%208.178%2027.234%205.423C24.684%202.654%2020.903%201%2016%201M3%2015.999c0-3.67%201.106-6.91%203.235-9.221C8.35%204.48%2011.568%203%2015.999%203s7.648%201.48%209.764%203.778c2.129%202.311%203.235%205.55%203.235%209.22s-1.106%206.91-3.235%209.222c-2.116%202.298-5.333%203.778-9.764%203.778s-7.648-1.48-9.764-3.778C4.105%2022.91%203%2019.67%203%2016%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/smiling-face.svg?color=%231a73e8&size=48