face frown icon

face-frown-filled from Reicon by REICON · Filled · Faces · MIT Free for personal and commercial use.

Name
face-frown-filled
Set
Reicon
Style
Filled
Category
Faces
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

All face frown icons →

More faces icons from Reicon

Use the face frown icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><g clip-path="url(#SVGBgS7qSkY18)"><path fill="currentColor" fill-rule="evenodd" d="M.25 12C.25 5.51 5.51.25 12 .25S23.75 5.51 23.75 12S18.49 23.75 12 23.75S.25 18.49.25 12M9 11.25c.575 0 .894-.447 1.024-.707c.153-.306.226-.676.226-1.043s-.073-.737-.226-1.043c-.13-.26-.449-.707-1.024-.707s-.894.447-1.024.707A2.4 2.4 0 0 0 7.75 9.5c0 .367.073.737.226 1.043c.13.26.449.707 1.024.707M7.55 17.6a.75.75 0 0 0 1.05-.15a4.24 4.24 0 0 1 3.4-1.7a4.24 4.24 0 0 1 3.4 1.7a.75.75 0 1 0 1.2-.901A5.74 5.74 0 0 0 12 14.25a5.74 5.74 0 0 0-4.6 2.299a.75.75 0 0 0 .15 1.05m8.474-7.058c-.13.261-.449.708-1.024.708s-.894-.447-1.024-.707A2.4 2.4 0 0 1 13.75 9.5c0-.367.073-.737.226-1.043c.13-.26.449-.707 1.024-.707s.894.447 1.024.707c.153.306.226.676.226 1.043s-.073.737-.226 1.043" clip-rule="evenodd"/></g><defs><clipPath id="SVGBgS7qSkY18"><path fill="currentColor" d="M0 0h24v24H0z"/></clipPath></defs></g></svg>

React

import type { SVGProps } from "react";

export function ReiconFaceFrownFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><g clipPath="url(#SVGBgS7qSkY18)"><path fill="currentColor" fillRule="evenodd" d="M.25 12C.25 5.51 5.51.25 12 .25S23.75 5.51 23.75 12S18.49 23.75 12 23.75S.25 18.49.25 12M9 11.25c.575 0 .894-.447 1.024-.707c.153-.306.226-.676.226-1.043s-.073-.737-.226-1.043c-.13-.26-.449-.707-1.024-.707s-.894.447-1.024.707A2.4 2.4 0 0 0 7.75 9.5c0 .367.073.737.226 1.043c.13.26.449.707 1.024.707M7.55 17.6a.75.75 0 0 0 1.05-.15a4.24 4.24 0 0 1 3.4-1.7a4.24 4.24 0 0 1 3.4 1.7a.75.75 0 1 0 1.2-.901A5.74 5.74 0 0 0 12 14.25a5.74 5.74 0 0 0-4.6 2.299a.75.75 0 0 0 .15 1.05m8.474-7.058c-.13.261-.449.708-1.024.708s-.894-.447-1.024-.707A2.4 2.4 0 0 1 13.75 9.5c0-.367.073-.737.226-1.043c.13-.26.449-.707 1.024-.707s.894.447 1.024.707c.153.306.226.676.226 1.043s-.073.737-.226 1.043" clipRule="evenodd"/></g><defs><clipPath id="SVGBgS7qSkY18"><path fill="currentColor" d="M0 0h24v24H0z"/></clipPath></defs></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><g clip-path="url(#SVGBgS7qSkY18)"><path fill="currentColor" fill-rule="evenodd" d="M.25 12C.25 5.51 5.51.25 12 .25S23.75 5.51 23.75 12S18.49 23.75 12 23.75S.25 18.49.25 12M9 11.25c.575 0 .894-.447 1.024-.707c.153-.306.226-.676.226-1.043s-.073-.737-.226-1.043c-.13-.26-.449-.707-1.024-.707s-.894.447-1.024.707A2.4 2.4 0 0 0 7.75 9.5c0 .367.073.737.226 1.043c.13.26.449.707 1.024.707M7.55 17.6a.75.75 0 0 0 1.05-.15a4.24 4.24 0 0 1 3.4-1.7a4.24 4.24 0 0 1 3.4 1.7a.75.75 0 1 0 1.2-.901A5.74 5.74 0 0 0 12 14.25a5.74 5.74 0 0 0-4.6 2.299a.75.75 0 0 0 .15 1.05m8.474-7.058c-.13.261-.449.708-1.024.708s-.894-.447-1.024-.707A2.4 2.4 0 0 1 13.75 9.5c0-.367.073-.737.226-1.043c.13-.26.449-.707 1.024-.707s.894.447 1.024.707c.153.306.226.676.226 1.043s-.073.737-.226 1.043" clip-rule="evenodd"/></g><defs><clipPath id="SVGBgS7qSkY18"><path fill="currentColor" d="M0 0h24v24H0z"/></clipPath></defs></g></svg>
</template>

CSS

.icon-face-frown-filled {
  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%3Cg%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23SVGBgS7qSkY18)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M.25%2012C.25%205.51%205.51.25%2012%20.25S23.75%205.51%2023.75%2012S18.49%2023.75%2012%2023.75S.25%2018.49.25%2012M9%2011.25c.575%200%20.894-.447%201.024-.707c.153-.306.226-.676.226-1.043s-.073-.737-.226-1.043c-.13-.26-.449-.707-1.024-.707s-.894.447-1.024.707A2.4%202.4%200%200%200%207.75%209.5c0%20.367.073.737.226%201.043c.13.26.449.707%201.024.707M7.55%2017.6a.75.75%200%200%200%201.05-.15a4.24%204.24%200%200%201%203.4-1.7a4.24%204.24%200%200%201%203.4%201.7a.75.75%200%201%200%201.2-.901A5.74%205.74%200%200%200%2012%2014.25a5.74%205.74%200%200%200-4.6%202.299a.75.75%200%200%200%20.15%201.05m8.474-7.058c-.13.261-.449.708-1.024.708s-.894-.447-1.024-.707A2.4%202.4%200%200%201%2013.75%209.5c0-.367.073-.737.226-1.043c.13-.26.449-.707%201.024-.707s.894.447%201.024.707c.153.306.226.676.226%201.043s-.073.737-.226%201.043%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22SVGBgS7qSkY18%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%200h24v24H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23SVGBgS7qSkY18)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M.25%2012C.25%205.51%205.51.25%2012%20.25S23.75%205.51%2023.75%2012S18.49%2023.75%2012%2023.75S.25%2018.49.25%2012M9%2011.25c.575%200%20.894-.447%201.024-.707c.153-.306.226-.676.226-1.043s-.073-.737-.226-1.043c-.13-.26-.449-.707-1.024-.707s-.894.447-1.024.707A2.4%202.4%200%200%200%207.75%209.5c0%20.367.073.737.226%201.043c.13.26.449.707%201.024.707M7.55%2017.6a.75.75%200%200%200%201.05-.15a4.24%204.24%200%200%201%203.4-1.7a4.24%204.24%200%200%201%203.4%201.7a.75.75%200%201%200%201.2-.901A5.74%205.74%200%200%200%2012%2014.25a5.74%205.74%200%200%200-4.6%202.299a.75.75%200%200%200%20.15%201.05m8.474-7.058c-.13.261-.449.708-1.024.708s-.894-.447-1.024-.707A2.4%202.4%200%200%201%2013.75%209.5c0-.367.073-.737.226-1.043c.13-.26.449-.707%201.024-.707s.894.447%201.024.707c.153.306.226.676.226%201.043s-.073.737-.226%201.043%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22SVGBgS7qSkY18%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%200h24v24H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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