smiley frown icon

smiley-frown-16 from Octicons by GitHub · 16 · MIT Free for personal and commercial use.

Name
smiley-frown-16
Set
Octicons
Style
16
Viewbox
16×16
License
MIT

1 other variant in Octicons

Related icons in Octicons

Use the smiley frown icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 0a7.996 7.996 0 0 1 8 8a8 8 0 1 1-8-8m0 1.5a6.5 6.5 0 1 0 0 13a6.5 6.5 0 0 0 0-13m0 7.996a3.8 3.8 0 0 1 2.127.629q.289.195.53.445q.1.1.184.213l.015.019l.004.008l.002.002l.001.002v.001l-.07.05l.071-.05a.753.753 0 0 1-.175 1.046a.75.75 0 0 1-1.047-.175l-.007-.009a1.8 1.8 0 0 0-.35-.31c-.265-.179-.683-.371-1.285-.371s-1.021.192-1.285.37a1.8 1.8 0 0 0-.35.31l-.007.01a.747.747 0 0 1-1.038.174h-.001a.75.75 0 0 1-.183-1.044l.614.43l-.612-.432v-.002l.002-.002l.005-.007l.014-.02a3.3 3.3 0 0 1 .715-.657c.474-.322 1.18-.63 2.126-.63M5 6a1 1 0 1 1 0 1.998A1 1 0 0 1 5 6m6 0a1 1 0 1 1 0 1.998A1 1 0 0 1 11 6"/></svg>

React

import type { SVGProps } from "react";

export function OcticonSmileyFrown16(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 0a7.996 7.996 0 0 1 8 8a8 8 0 1 1-8-8m0 1.5a6.5 6.5 0 1 0 0 13a6.5 6.5 0 0 0 0-13m0 7.996a3.8 3.8 0 0 1 2.127.629q.289.195.53.445q.1.1.184.213l.015.019l.004.008l.002.002l.001.002v.001l-.07.05l.071-.05a.753.753 0 0 1-.175 1.046a.75.75 0 0 1-1.047-.175l-.007-.009a1.8 1.8 0 0 0-.35-.31c-.265-.179-.683-.371-1.285-.371s-1.021.192-1.285.37a1.8 1.8 0 0 0-.35.31l-.007.01a.747.747 0 0 1-1.038.174h-.001a.75.75 0 0 1-.183-1.044l.614.43l-.612-.432v-.002l.002-.002l.005-.007l.014-.02a3.3 3.3 0 0 1 .715-.657c.474-.322 1.18-.63 2.126-.63M5 6a1 1 0 1 1 0 1.998A1 1 0 0 1 5 6m6 0a1 1 0 1 1 0 1.998A1 1 0 0 1 11 6"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 0a7.996 7.996 0 0 1 8 8a8 8 0 1 1-8-8m0 1.5a6.5 6.5 0 1 0 0 13a6.5 6.5 0 0 0 0-13m0 7.996a3.8 3.8 0 0 1 2.127.629q.289.195.53.445q.1.1.184.213l.015.019l.004.008l.002.002l.001.002v.001l-.07.05l.071-.05a.753.753 0 0 1-.175 1.046a.75.75 0 0 1-1.047-.175l-.007-.009a1.8 1.8 0 0 0-.35-.31c-.265-.179-.683-.371-1.285-.371s-1.021.192-1.285.37a1.8 1.8 0 0 0-.35.31l-.007.01a.747.747 0 0 1-1.038.174h-.001a.75.75 0 0 1-.183-1.044l.614.43l-.612-.432v-.002l.002-.002l.005-.007l.014-.02a3.3 3.3 0 0 1 .715-.657c.474-.322 1.18-.63 2.126-.63M5 6a1 1 0 1 1 0 1.998A1 1 0 0 1 5 6m6 0a1 1 0 1 1 0 1.998A1 1 0 0 1 11 6"/></svg>
</template>

CSS

.icon-smiley-frown-16 {
  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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%200a7.996%207.996%200%200%201%208%208a8%208%200%201%201-8-8m0%201.5a6.5%206.5%200%201%200%200%2013a6.5%206.5%200%200%200%200-13m0%207.996a3.8%203.8%200%200%201%202.127.629q.289.195.53.445q.1.1.184.213l.015.019l.004.008l.002.002l.001.002v.001l-.07.05l.071-.05a.753.753%200%200%201-.175%201.046a.75.75%200%200%201-1.047-.175l-.007-.009a1.8%201.8%200%200%200-.35-.31c-.265-.179-.683-.371-1.285-.371s-1.021.192-1.285.37a1.8%201.8%200%200%200-.35.31l-.007.01a.747.747%200%200%201-1.038.174h-.001a.75.75%200%200%201-.183-1.044l.614.43l-.612-.432v-.002l.002-.002l.005-.007l.014-.02a3.3%203.3%200%200%201%20.715-.657c.474-.322%201.18-.63%202.126-.63M5%206a1%201%200%201%201%200%201.998A1%201%200%200%201%205%206m6%200a1%201%200%201%201%200%201.998A1%201%200%200%201%2011%206%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%200a7.996%207.996%200%200%201%208%208a8%208%200%201%201-8-8m0%201.5a6.5%206.5%200%201%200%200%2013a6.5%206.5%200%200%200%200-13m0%207.996a3.8%203.8%200%200%201%202.127.629q.289.195.53.445q.1.1.184.213l.015.019l.004.008l.002.002l.001.002v.001l-.07.05l.071-.05a.753.753%200%200%201-.175%201.046a.75.75%200%200%201-1.047-.175l-.007-.009a1.8%201.8%200%200%200-.35-.31c-.265-.179-.683-.371-1.285-.371s-1.021.192-1.285.37a1.8%201.8%200%200%200-.35.31l-.007.01a.747.747%200%200%201-1.038.174h-.001a.75.75%200%200%201-.183-1.044l.614.43l-.612-.432v-.002l.002-.002l.005-.007l.014-.02a3.3%203.3%200%200%201%20.715-.657c.474-.322%201.18-.63%202.126-.63M5%206a1%201%200%201%201%200%201.998A1%201%200%200%201%205%206m6%200a1%201%200%201%201%200%201.998A1%201%200%200%201%2011%206%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Smiley Frown 16 icon — Octicons · IconsDB