smiley angry icon
smiley-angry-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- smiley-angry-light
- Set
- Phosphor
- Style
- Light
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Related icons in Phosphor
Use the smiley angry icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M92 150a10 10 0 1 1 10-10a10 10 0 0 1-10 10m72-20a10 10 0 1 0 10 10a10 10 0 0 0-10-10m66-2A102 102 0 1 1 128 26a102.12 102.12 0 0 1 102 102m-12 0a90 90 0 1 0-90 90a90.1 90.1 0 0 0 90-90m-45.33-45L128 112.79L83.33 83a6 6 0 0 0-6.66 10l48 32a6 6 0 0 0 6.66 0l48-32a6 6 0 1 0-6.66-10m-17.35 96c-8.13-5.4-15.88-9-27.32-9s-19.19 3.6-27.32 9a6 6 0 0 0 6.64 10c6.67-4.43 12.19-7 20.68-7s14 2.57 20.68 7a5.94 5.94 0 0 0 3.31 1a6 6 0 0 0 3.33-11"/></svg>
React
import type { SVGProps } from "react";
export function PhSmileyAngryLight(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="M92 150a10 10 0 1 1 10-10a10 10 0 0 1-10 10m72-20a10 10 0 1 0 10 10a10 10 0 0 0-10-10m66-2A102 102 0 1 1 128 26a102.12 102.12 0 0 1 102 102m-12 0a90 90 0 1 0-90 90a90.1 90.1 0 0 0 90-90m-45.33-45L128 112.79L83.33 83a6 6 0 0 0-6.66 10l48 32a6 6 0 0 0 6.66 0l48-32a6 6 0 1 0-6.66-10m-17.35 96c-8.13-5.4-15.88-9-27.32-9s-19.19 3.6-27.32 9a6 6 0 0 0 6.64 10c6.67-4.43 12.19-7 20.68-7s14 2.57 20.68 7a5.94 5.94 0 0 0 3.31 1a6 6 0 0 0 3.33-11"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M92 150a10 10 0 1 1 10-10a10 10 0 0 1-10 10m72-20a10 10 0 1 0 10 10a10 10 0 0 0-10-10m66-2A102 102 0 1 1 128 26a102.12 102.12 0 0 1 102 102m-12 0a90 90 0 1 0-90 90a90.1 90.1 0 0 0 90-90m-45.33-45L128 112.79L83.33 83a6 6 0 0 0-6.66 10l48 32a6 6 0 0 0 6.66 0l48-32a6 6 0 1 0-6.66-10m-17.35 96c-8.13-5.4-15.88-9-27.32-9s-19.19 3.6-27.32 9a6 6 0 0 0 6.64 10c6.67-4.43 12.19-7 20.68-7s14 2.57 20.68 7a5.94 5.94 0 0 0 3.31 1a6 6 0 0 0 3.33-11"/></svg> </template>
CSS
.icon-smiley-angry-light {
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%22M92%20150a10%2010%200%201%201%2010-10a10%2010%200%200%201-10%2010m72-20a10%2010%200%201%200%2010%2010a10%2010%200%200%200-10-10m66-2A102%20102%200%201%201%20128%2026a102.12%20102.12%200%200%201%20102%20102m-12%200a90%2090%200%201%200-90%2090a90.1%2090.1%200%200%200%2090-90m-45.33-45L128%20112.79L83.33%2083a6%206%200%200%200-6.66%2010l48%2032a6%206%200%200%200%206.66%200l48-32a6%206%200%201%200-6.66-10m-17.35%2096c-8.13-5.4-15.88-9-27.32-9s-19.19%203.6-27.32%209a6%206%200%200%200%206.64%2010c6.67-4.43%2012.19-7%2020.68-7s14%202.57%2020.68%207a5.94%205.94%200%200%200%203.31%201a6%206%200%200%200%203.33-11%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%22M92%20150a10%2010%200%201%201%2010-10a10%2010%200%200%201-10%2010m72-20a10%2010%200%201%200%2010%2010a10%2010%200%200%200-10-10m66-2A102%20102%200%201%201%20128%2026a102.12%20102.12%200%200%201%20102%20102m-12%200a90%2090%200%201%200-90%2090a90.1%2090.1%200%200%200%2090-90m-45.33-45L128%20112.79L83.33%2083a6%206%200%200%200-6.66%2010l48%2032a6%206%200%200%200%206.66%200l48-32a6%206%200%201%200-6.66-10m-17.35%2096c-8.13-5.4-15.88-9-27.32-9s-19.19%203.6-27.32%209a6%206%200%200%200%206.64%2010c6.67-4.43%2012.19-7%2020.68-7s14%202.57%2020.68%207a5.94%205.94%200%200%200%203.31%201a6%206%200%200%200%203.33-11%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/smiley-angry-light.svg?color=%231a73e8&size=48