frown open solid icon

frown-open-solid from Line Awesome by Icons8 · Line · Emoji · Apache-2.0 Free for personal and commercial use.

Name
frown-open-solid
Set
Line Awesome
Style
Line
Category
Emoji
Viewbox
32×32
License
Apache 2.0

More emoji icons from Line Awesome

Use the frown open solid icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 4C9.383 4 4 9.383 4 16s5.383 12 12 12s12-5.383 12-12S22.617 4 16 4m0 2c5.535 0 10 4.465 10 10s-4.465 10-10 10S6 21.535 6 16S10.465 6 16 6m-4.5 5c-.828 0-1.5 1.121-1.5 2.5s.672 2.5 1.5 2.5s1.5-1.121 1.5-2.5s-.672-2.5-1.5-2.5m9 0c-.828 0-1.5 1.121-1.5 2.5s.672 2.5 1.5 2.5s1.5-1.121 1.5-2.5s-.672-2.5-1.5-2.5M16 17c-2.293 0-4 1.855-4 4c0 .988.355 1.973 1.156 2.469S14.844 24 16 24s2.043-.035 2.844-.531S20 21.989 20 21c0-2.145-1.707-4-4-4m0 2c1.293 0 2 .828 2 2c0 .668-.04.691-.188.781S17.055 22 16 22s-1.664-.129-1.813-.219c-.148-.09-.187-.113-.187-.781c0-1.172.707-2 2-2"/></svg>

React

import type { SVGProps } from "react";

export function LaFrownOpenSolid(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 4C9.383 4 4 9.383 4 16s5.383 12 12 12s12-5.383 12-12S22.617 4 16 4m0 2c5.535 0 10 4.465 10 10s-4.465 10-10 10S6 21.535 6 16S10.465 6 16 6m-4.5 5c-.828 0-1.5 1.121-1.5 2.5s.672 2.5 1.5 2.5s1.5-1.121 1.5-2.5s-.672-2.5-1.5-2.5m9 0c-.828 0-1.5 1.121-1.5 2.5s.672 2.5 1.5 2.5s1.5-1.121 1.5-2.5s-.672-2.5-1.5-2.5M16 17c-2.293 0-4 1.855-4 4c0 .988.355 1.973 1.156 2.469S14.844 24 16 24s2.043-.035 2.844-.531S20 21.989 20 21c0-2.145-1.707-4-4-4m0 2c1.293 0 2 .828 2 2c0 .668-.04.691-.188.781S17.055 22 16 22s-1.664-.129-1.813-.219c-.148-.09-.187-.113-.187-.781c0-1.172.707-2 2-2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 4C9.383 4 4 9.383 4 16s5.383 12 12 12s12-5.383 12-12S22.617 4 16 4m0 2c5.535 0 10 4.465 10 10s-4.465 10-10 10S6 21.535 6 16S10.465 6 16 6m-4.5 5c-.828 0-1.5 1.121-1.5 2.5s.672 2.5 1.5 2.5s1.5-1.121 1.5-2.5s-.672-2.5-1.5-2.5m9 0c-.828 0-1.5 1.121-1.5 2.5s.672 2.5 1.5 2.5s1.5-1.121 1.5-2.5s-.672-2.5-1.5-2.5M16 17c-2.293 0-4 1.855-4 4c0 .988.355 1.973 1.156 2.469S14.844 24 16 24s2.043-.035 2.844-.531S20 21.989 20 21c0-2.145-1.707-4-4-4m0 2c1.293 0 2 .828 2 2c0 .668-.04.691-.188.781S17.055 22 16 22s-1.664-.129-1.813-.219c-.148-.09-.187-.113-.187-.781c0-1.172.707-2 2-2"/></svg>
</template>

CSS

.icon-frown-open-solid {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%204C9.383%204%204%209.383%204%2016s5.383%2012%2012%2012s12-5.383%2012-12S22.617%204%2016%204m0%202c5.535%200%2010%204.465%2010%2010s-4.465%2010-10%2010S6%2021.535%206%2016S10.465%206%2016%206m-4.5%205c-.828%200-1.5%201.121-1.5%202.5s.672%202.5%201.5%202.5s1.5-1.121%201.5-2.5s-.672-2.5-1.5-2.5m9%200c-.828%200-1.5%201.121-1.5%202.5s.672%202.5%201.5%202.5s1.5-1.121%201.5-2.5s-.672-2.5-1.5-2.5M16%2017c-2.293%200-4%201.855-4%204c0%20.988.355%201.973%201.156%202.469S14.844%2024%2016%2024s2.043-.035%202.844-.531S20%2021.989%2020%2021c0-2.145-1.707-4-4-4m0%202c1.293%200%202%20.828%202%202c0%20.668-.04.691-.188.781S17.055%2022%2016%2022s-1.664-.129-1.813-.219c-.148-.09-.187-.113-.187-.781c0-1.172.707-2%202-2%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%204C9.383%204%204%209.383%204%2016s5.383%2012%2012%2012s12-5.383%2012-12S22.617%204%2016%204m0%202c5.535%200%2010%204.465%2010%2010s-4.465%2010-10%2010S6%2021.535%206%2016S10.465%206%2016%206m-4.5%205c-.828%200-1.5%201.121-1.5%202.5s.672%202.5%201.5%202.5s1.5-1.121%201.5-2.5s-.672-2.5-1.5-2.5m9%200c-.828%200-1.5%201.121-1.5%202.5s.672%202.5%201.5%202.5s1.5-1.121%201.5-2.5s-.672-2.5-1.5-2.5M16%2017c-2.293%200-4%201.855-4%204c0%20.988.355%201.973%201.156%202.469S14.844%2024%2016%2024s2.043-.035%202.844-.531S20%2021.989%2020%2021c0-2.145-1.707-4-4-4m0%202c1.293%200%202%20.828%202%202c0%20.668-.04.691-.188.781S17.055%2022%2016%2022s-1.664-.129-1.813-.219c-.148-.09-.187-.113-.187-.781c0-1.172.707-2%202-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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