angry bird icon
angry-bird from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- angry-bird
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Use the angry bird icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M18.5 9.19C16.988 7.372 14.787 6 12.5 6c-4.142 0-8 4.5-8 8c0 4.142 3.858 7 8 7c.506 0 1.009-.043 1.5-.125"/><path stroke-linejoin="round" d="m13 8.5l4.706 1.5L21 8m-.391 9.13H22l-1.863-1.543c-1.307-1.083-1.96-1.624-2.73-1.585c-.771.04-1.355.645-2.524 1.855l-.137.141c-.483.501-.725.752-.744 1.047a1 1 0 0 0 .005.152c.038.294.295.53.81 1.005c1.299 1.196 1.948 1.794 2.71 1.798q.196 0 .386-.035c.746-.142 1.256-.846 2.275-2.253zm0 0h-2.782M13 6c-.267-1-1.44-3-4-3m2 3c-.5-.523-2-1.412-4-.784M2 11l2 3l-2 1"/><path d="M13.125 12H13m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0Zm6.875 0H20m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0Z"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsAngryBird(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path d="M18.5 9.19C16.988 7.372 14.787 6 12.5 6c-4.142 0-8 4.5-8 8c0 4.142 3.858 7 8 7c.506 0 1.009-.043 1.5-.125"/><path strokeLinejoin="round" d="m13 8.5l4.706 1.5L21 8m-.391 9.13H22l-1.863-1.543c-1.307-1.083-1.96-1.624-2.73-1.585c-.771.04-1.355.645-2.524 1.855l-.137.141c-.483.501-.725.752-.744 1.047a1 1 0 0 0 .005.152c.038.294.295.53.81 1.005c1.299 1.196 1.948 1.794 2.71 1.798q.196 0 .386-.035c.746-.142 1.256-.846 2.275-2.253zm0 0h-2.782M13 6c-.267-1-1.44-3-4-3m2 3c-.5-.523-2-1.412-4-.784M2 11l2 3l-2 1"/><path d="M13.125 12H13m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0Zm6.875 0H20m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M18.5 9.19C16.988 7.372 14.787 6 12.5 6c-4.142 0-8 4.5-8 8c0 4.142 3.858 7 8 7c.506 0 1.009-.043 1.5-.125"/><path stroke-linejoin="round" d="m13 8.5l4.706 1.5L21 8m-.391 9.13H22l-1.863-1.543c-1.307-1.083-1.96-1.624-2.73-1.585c-.771.04-1.355.645-2.524 1.855l-.137.141c-.483.501-.725.752-.744 1.047a1 1 0 0 0 .005.152c.038.294.295.53.81 1.005c1.299 1.196 1.948 1.794 2.71 1.798q.196 0 .386-.035c.746-.142 1.256-.846 2.275-2.253zm0 0h-2.782M13 6c-.267-1-1.44-3-4-3m2 3c-.5-.523-2-1.412-4-.784M2 11l2 3l-2 1"/><path d="M13.125 12H13m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0Zm6.875 0H20m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0Z"/></g></svg> </template>
CSS
.icon-angry-bird {
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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M18.5%209.19C16.988%207.372%2014.787%206%2012.5%206c-4.142%200-8%204.5-8%208c0%204.142%203.858%207%208%207c.506%200%201.009-.043%201.5-.125%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m13%208.5l4.706%201.5L21%208m-.391%209.13H22l-1.863-1.543c-1.307-1.083-1.96-1.624-2.73-1.585c-.771.04-1.355.645-2.524%201.855l-.137.141c-.483.501-.725.752-.744%201.047a1%201%200%200%200%20.005.152c.038.294.295.53.81%201.005c1.299%201.196%201.948%201.794%202.71%201.798q.196%200%20.386-.035c.746-.142%201.256-.846%202.275-2.253zm0%200h-2.782M13%206c-.267-1-1.44-3-4-3m2%203c-.5-.523-2-1.412-4-.784M2%2011l2%203l-2%201%22%2F%3E%3Cpath%20d%3D%22M13.125%2012H13m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200Zm6.875%200H20m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200Z%22%2F%3E%3C%2Fg%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M18.5%209.19C16.988%207.372%2014.787%206%2012.5%206c-4.142%200-8%204.5-8%208c0%204.142%203.858%207%208%207c.506%200%201.009-.043%201.5-.125%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m13%208.5l4.706%201.5L21%208m-.391%209.13H22l-1.863-1.543c-1.307-1.083-1.96-1.624-2.73-1.585c-.771.04-1.355.645-2.524%201.855l-.137.141c-.483.501-.725.752-.744%201.047a1%201%200%200%200%20.005.152c.038.294.295.53.81%201.005c1.299%201.196%201.948%201.794%202.71%201.798q.196%200%20.386-.035c.746-.142%201.256-.846%202.275-2.253zm0%200h-2.782M13%206c-.267-1-1.44-3-4-3m2%203c-.5-.523-2-1.412-4-.784M2%2011l2%203l-2%201%22%2F%3E%3Cpath%20d%3D%22M13.125%2012H13m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200Zm6.875%200H20m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/angry-bird.svg?color=%231a73e8&size=48