face smile icon

face-smile from Prime Icons by PrimeTek · Regular · MIT Free for personal and commercial use.

Name
face-smile
Set
Prime Icons
Style
Regular
Viewbox
24×24
License
MIT

The same icon in other sets

Use the face smile icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M4.5 12a7.5 7.5 0 1 1 15 0a7.5 7.5 0 0 1-15 0M12 3a9 9 0 1 0 0 18a9 9 0 0 0 0-18m-2.75 7.5a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5M16 9.25a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0m-7.3 4.476l-.004-.008a.75.75 0 0 0-1.391.56L8 14c-.696.278-.696.279-.696.28l.001.002l.002.004l.004.011a2 2 0 0 0 .063.138a5.3 5.3 0 0 0 .97 1.345c.74.739 1.922 1.47 3.656 1.47s2.917-.731 3.655-1.47a5.2 5.2 0 0 0 .785-1.003a5 5 0 0 0 .249-.48l.004-.011l.002-.004v-.002h.001c0-.001 0-.002-.696-.28l.696.278a.75.75 0 0 0-1.39-.56l-.004.008l-.025.054a3.8 3.8 0 0 1-.682.94c-.512.511-1.33 1.03-2.595 1.03s-2.083-.519-2.595-1.03a3.8 3.8 0 0 1-.681-.94z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function PrimeFaceSmile(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M4.5 12a7.5 7.5 0 1 1 15 0a7.5 7.5 0 0 1-15 0M12 3a9 9 0 1 0 0 18a9 9 0 0 0 0-18m-2.75 7.5a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5M16 9.25a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0m-7.3 4.476l-.004-.008a.75.75 0 0 0-1.391.56L8 14c-.696.278-.696.279-.696.28l.001.002l.002.004l.004.011a2 2 0 0 0 .063.138a5.3 5.3 0 0 0 .97 1.345c.74.739 1.922 1.47 3.656 1.47s2.917-.731 3.655-1.47a5.2 5.2 0 0 0 .785-1.003a5 5 0 0 0 .249-.48l.004-.011l.002-.004v-.002h.001c0-.001 0-.002-.696-.28l.696.278a.75.75 0 0 0-1.39-.56l-.004.008l-.025.054a3.8 3.8 0 0 1-.682.94c-.512.511-1.33 1.03-2.595 1.03s-2.083-.519-2.595-1.03a3.8 3.8 0 0 1-.681-.94z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M4.5 12a7.5 7.5 0 1 1 15 0a7.5 7.5 0 0 1-15 0M12 3a9 9 0 1 0 0 18a9 9 0 0 0 0-18m-2.75 7.5a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5M16 9.25a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0m-7.3 4.476l-.004-.008a.75.75 0 0 0-1.391.56L8 14c-.696.278-.696.279-.696.28l.001.002l.002.004l.004.011a2 2 0 0 0 .063.138a5.3 5.3 0 0 0 .97 1.345c.74.739 1.922 1.47 3.656 1.47s2.917-.731 3.655-1.47a5.2 5.2 0 0 0 .785-1.003a5 5 0 0 0 .249-.48l.004-.011l.002-.004v-.002h.001c0-.001 0-.002-.696-.28l.696.278a.75.75 0 0 0-1.39-.56l-.004.008l-.025.054a3.8 3.8 0 0 1-.682.94c-.512.511-1.33 1.03-2.595 1.03s-2.083-.519-2.595-1.03a3.8 3.8 0 0 1-.681-.94z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-face-smile {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M4.5%2012a7.5%207.5%200%201%201%2015%200a7.5%207.5%200%200%201-15%200M12%203a9%209%200%201%200%200%2018a9%209%200%200%200%200-18m-2.75%207.5a1.25%201.25%200%201%200%200-2.5a1.25%201.25%200%200%200%200%202.5M16%209.25a1.25%201.25%200%201%201-2.5%200a1.25%201.25%200%200%201%202.5%200m-7.3%204.476l-.004-.008a.75.75%200%200%200-1.391.56L8%2014c-.696.278-.696.279-.696.28l.001.002l.002.004l.004.011a2%202%200%200%200%20.063.138a5.3%205.3%200%200%200%20.97%201.345c.74.739%201.922%201.47%203.656%201.47s2.917-.731%203.655-1.47a5.2%205.2%200%200%200%20.785-1.003a5%205%200%200%200%20.249-.48l.004-.011l.002-.004v-.002h.001c0-.001%200-.002-.696-.28l.696.278a.75.75%200%200%200-1.39-.56l-.004.008l-.025.054a3.8%203.8%200%200%201-.682.94c-.512.511-1.33%201.03-2.595%201.03s-2.083-.519-2.595-1.03a3.8%203.8%200%200%201-.681-.94z%22%20clip-rule%3D%22evenodd%22%2F%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M4.5%2012a7.5%207.5%200%201%201%2015%200a7.5%207.5%200%200%201-15%200M12%203a9%209%200%201%200%200%2018a9%209%200%200%200%200-18m-2.75%207.5a1.25%201.25%200%201%200%200-2.5a1.25%201.25%200%200%200%200%202.5M16%209.25a1.25%201.25%200%201%201-2.5%200a1.25%201.25%200%200%201%202.5%200m-7.3%204.476l-.004-.008a.75.75%200%200%200-1.391.56L8%2014c-.696.278-.696.279-.696.28l.001.002l.002.004l.004.011a2%202%200%200%200%20.063.138a5.3%205.3%200%200%200%20.97%201.345c.74.739%201.922%201.47%203.656%201.47s2.917-.731%203.655-1.47a5.2%205.2%200%200%200%20.785-1.003a5%205%200%200%200%20.249-.48l.004-.011l.002-.004v-.002h.001c0-.001%200-.002-.696-.28l.696.278a.75.75%200%200%200-1.39-.56l-.004.008l-.025.054a3.8%203.8%200%200%201-.682.94c-.512.511-1.33%201.03-2.595%201.03s-2.083-.519-2.595-1.03a3.8%203.8%200%200%201-.681-.94z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/prime/face-smile.svg?color=%231a73e8&size=48