worried face emoji

worried-face from Twitter Emoji by Twitter · Default · Smileys & Emotion · CC-BY-4.0 Attribution required.

Name
worried-face
Set
Twitter Emoji
Style
Default
Category
Smileys & Emotion
Viewbox
36×36
License
CC BY 4.0

The same emoji in other sets

More smileys & emotion icons from Twitter Emoji

Use the worried face emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#ffcc4d" d="M36 18c0 9.941-8.059 18-18 18S0 27.941 0 18S8.059 0 18 0s18 8.059 18 18"/><path fill="#664500" d="M23.485 28.879C23.474 28.835 22.34 24.5 18 24.5s-5.474 4.335-5.485 4.379a.5.5 0 0 0 .232.544a.51.51 0 0 0 .596-.06c.009-.008 1.013-.863 4.657-.863c3.59 0 4.617.83 4.656.863a.5.5 0 0 0 .829-.484M29 12c-5.554 0-7.802-4.367-7.895-4.553a1 1 0 0 1 1.787-.899C22.967 6.694 24.713 10 29 10a1 1 0 1 1 0 2M7 12a1 1 0 0 1 0-2c5.083 0 5.996-3.12 6.033-3.253a1.007 1.007 0 0 1 1.219-.709c.53.139.851.673.718 1.205C14.921 7.437 13.704 12 7 12"/><ellipse cx="12" cy="16.5" fill="#664500" rx="2.5" ry="3.5"/><ellipse cx="24" cy="16.5" fill="#664500" rx="2.5" ry="3.5"/></svg>

React

import type { SVGProps } from "react";

export function TwemojiWorriedFace(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#ffcc4d" d="M36 18c0 9.941-8.059 18-18 18S0 27.941 0 18S8.059 0 18 0s18 8.059 18 18"/><path fill="#664500" d="M23.485 28.879C23.474 28.835 22.34 24.5 18 24.5s-5.474 4.335-5.485 4.379a.5.5 0 0 0 .232.544a.51.51 0 0 0 .596-.06c.009-.008 1.013-.863 4.657-.863c3.59 0 4.617.83 4.656.863a.5.5 0 0 0 .829-.484M29 12c-5.554 0-7.802-4.367-7.895-4.553a1 1 0 0 1 1.787-.899C22.967 6.694 24.713 10 29 10a1 1 0 1 1 0 2M7 12a1 1 0 0 1 0-2c5.083 0 5.996-3.12 6.033-3.253a1.007 1.007 0 0 1 1.219-.709c.53.139.851.673.718 1.205C14.921 7.437 13.704 12 7 12"/><ellipse cx="12" cy="16.5" fill="#664500" rx="2.5" ry="3.5"/><ellipse cx="24" cy="16.5" fill="#664500" rx="2.5" ry="3.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#ffcc4d" d="M36 18c0 9.941-8.059 18-18 18S0 27.941 0 18S8.059 0 18 0s18 8.059 18 18"/><path fill="#664500" d="M23.485 28.879C23.474 28.835 22.34 24.5 18 24.5s-5.474 4.335-5.485 4.379a.5.5 0 0 0 .232.544a.51.51 0 0 0 .596-.06c.009-.008 1.013-.863 4.657-.863c3.59 0 4.617.83 4.656.863a.5.5 0 0 0 .829-.484M29 12c-5.554 0-7.802-4.367-7.895-4.553a1 1 0 0 1 1.787-.899C22.967 6.694 24.713 10 29 10a1 1 0 1 1 0 2M7 12a1 1 0 0 1 0-2c5.083 0 5.996-3.12 6.033-3.253a1.007 1.007 0 0 1 1.219-.709c.53.139.851.673.718 1.205C14.921 7.437 13.704 12 7 12"/><ellipse cx="12" cy="16.5" fill="#664500" rx="2.5" ry="3.5"/><ellipse cx="24" cy="16.5" fill="#664500" rx="2.5" ry="3.5"/></svg>
</template>

CSS

.icon-worried-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%2036%2036%22%3E%3Cpath%20fill%3D%22%23ffcc4d%22%20d%3D%22M36%2018c0%209.941-8.059%2018-18%2018S0%2027.941%200%2018S8.059%200%2018%200s18%208.059%2018%2018%22%2F%3E%3Cpath%20fill%3D%22%23664500%22%20d%3D%22M23.485%2028.879C23.474%2028.835%2022.34%2024.5%2018%2024.5s-5.474%204.335-5.485%204.379a.5.5%200%200%200%20.232.544a.51.51%200%200%200%20.596-.06c.009-.008%201.013-.863%204.657-.863c3.59%200%204.617.83%204.656.863a.5.5%200%200%200%20.829-.484M29%2012c-5.554%200-7.802-4.367-7.895-4.553a1%201%200%200%201%201.787-.899C22.967%206.694%2024.713%2010%2029%2010a1%201%200%201%201%200%202M7%2012a1%201%200%200%201%200-2c5.083%200%205.996-3.12%206.033-3.253a1.007%201.007%200%200%201%201.219-.709c.53.139.851.673.718%201.205C14.921%207.437%2013.704%2012%207%2012%22%2F%3E%3Cellipse%20cx%3D%2212%22%20cy%3D%2216.5%22%20fill%3D%22%23664500%22%20rx%3D%222.5%22%20ry%3D%223.5%22%2F%3E%3Cellipse%20cx%3D%2224%22%20cy%3D%2216.5%22%20fill%3D%22%23664500%22%20rx%3D%222.5%22%20ry%3D%223.5%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%2036%2036%22%3E%3Cpath%20fill%3D%22%23ffcc4d%22%20d%3D%22M36%2018c0%209.941-8.059%2018-18%2018S0%2027.941%200%2018S8.059%200%2018%200s18%208.059%2018%2018%22%2F%3E%3Cpath%20fill%3D%22%23664500%22%20d%3D%22M23.485%2028.879C23.474%2028.835%2022.34%2024.5%2018%2024.5s-5.474%204.335-5.485%204.379a.5.5%200%200%200%20.232.544a.51.51%200%200%200%20.596-.06c.009-.008%201.013-.863%204.657-.863c3.59%200%204.617.83%204.656.863a.5.5%200%200%200%20.829-.484M29%2012c-5.554%200-7.802-4.367-7.895-4.553a1%201%200%200%201%201.787-.899C22.967%206.694%2024.713%2010%2029%2010a1%201%200%201%201%200%202M7%2012a1%201%200%200%201%200-2c5.083%200%205.996-3.12%206.033-3.253a1.007%201.007%200%200%201%201.219-.709c.53.139.851.673.718%201.205C14.921%207.437%2013.704%2012%207%2012%22%2F%3E%3Cellipse%20cx%3D%2212%22%20cy%3D%2216.5%22%20fill%3D%22%23664500%22%20rx%3D%222.5%22%20ry%3D%223.5%22%2F%3E%3Cellipse%20cx%3D%2224%22%20cy%3D%2216.5%22%20fill%3D%22%23664500%22%20rx%3D%222.5%22%20ry%3D%223.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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