smiley nervous icon
smiley-nervous-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- smiley-nervous-thin
- Set
- Phosphor
- Style
- Thin
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Related icons in Phosphor
Use the smiley nervous icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M128 28a100 100 0 1 0 100 100A100.11 100.11 0 0 0 128 28m0 192a92 92 0 1 1 92-92a92.1 92.1 0 0 1-92 92M84 108a8 8 0 1 1 8 8a8 8 0 0 1-8-8m72 0a8 8 0 1 1 8 8a8 8 0 0 1-8-8m24 60a4 4 0 0 1-4 4c-8 0-12-5.32-15.2-9.6c-3.07-4.09-5-6.4-8.8-6.4s-5.73 2.31-8.8 6.4c-3.2 4.28-7.2 9.6-15.2 9.6s-12-5.32-15.2-9.6c-3.07-4.09-5-6.4-8.8-6.4s-5.73 2.31-8.8 6.4C92 166.68 88 172 80 172a4 4 0 0 1 0-8c3.81 0 5.73-2.31 8.8-6.4C92 153.32 96 148 104 148s12 5.32 15.2 9.6c3.07 4.09 5 6.4 8.8 6.4s5.73-2.31 8.8-6.4c3.2-4.28 7.2-9.6 15.2-9.6s12 5.32 15.2 9.6c3.07 4.09 5 6.4 8.8 6.4a4 4 0 0 1 4 4"/></svg>
React
import type { SVGProps } from "react";
export function PhSmileyNervousThin(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M128 28a100 100 0 1 0 100 100A100.11 100.11 0 0 0 128 28m0 192a92 92 0 1 1 92-92a92.1 92.1 0 0 1-92 92M84 108a8 8 0 1 1 8 8a8 8 0 0 1-8-8m72 0a8 8 0 1 1 8 8a8 8 0 0 1-8-8m24 60a4 4 0 0 1-4 4c-8 0-12-5.32-15.2-9.6c-3.07-4.09-5-6.4-8.8-6.4s-5.73 2.31-8.8 6.4c-3.2 4.28-7.2 9.6-15.2 9.6s-12-5.32-15.2-9.6c-3.07-4.09-5-6.4-8.8-6.4s-5.73 2.31-8.8 6.4C92 166.68 88 172 80 172a4 4 0 0 1 0-8c3.81 0 5.73-2.31 8.8-6.4C92 153.32 96 148 104 148s12 5.32 15.2 9.6c3.07 4.09 5 6.4 8.8 6.4s5.73-2.31 8.8-6.4c3.2-4.28 7.2-9.6 15.2-9.6s12 5.32 15.2 9.6c3.07 4.09 5 6.4 8.8 6.4a4 4 0 0 1 4 4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M128 28a100 100 0 1 0 100 100A100.11 100.11 0 0 0 128 28m0 192a92 92 0 1 1 92-92a92.1 92.1 0 0 1-92 92M84 108a8 8 0 1 1 8 8a8 8 0 0 1-8-8m72 0a8 8 0 1 1 8 8a8 8 0 0 1-8-8m24 60a4 4 0 0 1-4 4c-8 0-12-5.32-15.2-9.6c-3.07-4.09-5-6.4-8.8-6.4s-5.73 2.31-8.8 6.4c-3.2 4.28-7.2 9.6-15.2 9.6s-12-5.32-15.2-9.6c-3.07-4.09-5-6.4-8.8-6.4s-5.73 2.31-8.8 6.4C92 166.68 88 172 80 172a4 4 0 0 1 0-8c3.81 0 5.73-2.31 8.8-6.4C92 153.32 96 148 104 148s12 5.32 15.2 9.6c3.07 4.09 5 6.4 8.8 6.4s5.73-2.31 8.8-6.4c3.2-4.28 7.2-9.6 15.2-9.6s12 5.32 15.2 9.6c3.07 4.09 5 6.4 8.8 6.4a4 4 0 0 1 4 4"/></svg> </template>
CSS
.icon-smiley-nervous-thin {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M128%2028a100%20100%200%201%200%20100%20100A100.11%20100.11%200%200%200%20128%2028m0%20192a92%2092%200%201%201%2092-92a92.1%2092.1%200%200%201-92%2092M84%20108a8%208%200%201%201%208%208a8%208%200%200%201-8-8m72%200a8%208%200%201%201%208%208a8%208%200%200%201-8-8m24%2060a4%204%200%200%201-4%204c-8%200-12-5.32-15.2-9.6c-3.07-4.09-5-6.4-8.8-6.4s-5.73%202.31-8.8%206.4c-3.2%204.28-7.2%209.6-15.2%209.6s-12-5.32-15.2-9.6c-3.07-4.09-5-6.4-8.8-6.4s-5.73%202.31-8.8%206.4C92%20166.68%2088%20172%2080%20172a4%204%200%200%201%200-8c3.81%200%205.73-2.31%208.8-6.4C92%20153.32%2096%20148%20104%20148s12%205.32%2015.2%209.6c3.07%204.09%205%206.4%208.8%206.4s5.73-2.31%208.8-6.4c3.2-4.28%207.2-9.6%2015.2-9.6s12%205.32%2015.2%209.6c3.07%204.09%205%206.4%208.8%206.4a4%204%200%200%201%204%204%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M128%2028a100%20100%200%201%200%20100%20100A100.11%20100.11%200%200%200%20128%2028m0%20192a92%2092%200%201%201%2092-92a92.1%2092.1%200%200%201-92%2092M84%20108a8%208%200%201%201%208%208a8%208%200%200%201-8-8m72%200a8%208%200%201%201%208%208a8%208%200%200%201-8-8m24%2060a4%204%200%200%201-4%204c-8%200-12-5.32-15.2-9.6c-3.07-4.09-5-6.4-8.8-6.4s-5.73%202.31-8.8%206.4c-3.2%204.28-7.2%209.6-15.2%209.6s-12-5.32-15.2-9.6c-3.07-4.09-5-6.4-8.8-6.4s-5.73%202.31-8.8%206.4C92%20166.68%2088%20172%2080%20172a4%204%200%200%201%200-8c3.81%200%205.73-2.31%208.8-6.4C92%20153.32%2096%20148%20104%20148s12%205.32%2015.2%209.6c3.07%204.09%205%206.4%208.8%206.4s5.73-2.31%208.8-6.4c3.2-4.28%207.2-9.6%2015.2-9.6s12%205.32%2015.2%209.6c3.07%204.09%205%206.4%208.8%206.4a4%204%200%200%201%204%204%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/smiley-nervous-thin.svg?color=%231a73e8&size=48