staff snake icon
staff-snake from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- staff-snake
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Viewbox
- 384×512
- License
- CC BY 4.0
The same icon in other sets
Related icons in Font Awesome 6 Solid
Use the staff snake icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 384 512"><path fill="currentColor" d="m222.6 43.2l-.1 4.8H288c53 0 96 43 96 96s-43 96-96 96h-40v-80h40c8.8 0 16-7.2 16-16s-7.2-16-16-16h-68l-4.5 144H256c53 0 96 43 96 96s-43 96-96 96h-16v-80h16c8.8 0 16-7.2 16-16s-7.2-16-16-16h-43l-3.1 99.5l-1.4 43.5v1c-.3 8.9-7.6 16-16.5 16s-16.2-7.1-16.5-16v-1l-1-31H136c-22.1 0-40-17.9-40-40s17.9-40 40-40h36l-1-32h-19c-53 0-96-43-96-96c0-47.6 34.6-87.1 80-94.7V256c0 8.8 7.2 16 16 16h16.5L164 128h-41.4c-9 18.9-28.3 32-50.6 32H56c-30.9 0-56-25.1-56-56s25.1-56 56-56h105.5l-.1-4.8L161 32v-1.9c.5-16.6 14.1-30 31-30s30.5 13.4 31 30V32zM64 112a16 16 0 1 0 0-32a16 16 0 1 0 0 32"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidStaffSnake(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 384 512"><path fill="currentColor" d="m222.6 43.2l-.1 4.8H288c53 0 96 43 96 96s-43 96-96 96h-40v-80h40c8.8 0 16-7.2 16-16s-7.2-16-16-16h-68l-4.5 144H256c53 0 96 43 96 96s-43 96-96 96h-16v-80h16c8.8 0 16-7.2 16-16s-7.2-16-16-16h-43l-3.1 99.5l-1.4 43.5v1c-.3 8.9-7.6 16-16.5 16s-16.2-7.1-16.5-16v-1l-1-31H136c-22.1 0-40-17.9-40-40s17.9-40 40-40h36l-1-32h-19c-53 0-96-43-96-96c0-47.6 34.6-87.1 80-94.7V256c0 8.8 7.2 16 16 16h16.5L164 128h-41.4c-9 18.9-28.3 32-50.6 32H56c-30.9 0-56-25.1-56-56s25.1-56 56-56h105.5l-.1-4.8L161 32v-1.9c.5-16.6 14.1-30 31-30s30.5 13.4 31 30V32zM64 112a16 16 0 1 0 0-32a16 16 0 1 0 0 32"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 384 512"><path fill="currentColor" d="m222.6 43.2l-.1 4.8H288c53 0 96 43 96 96s-43 96-96 96h-40v-80h40c8.8 0 16-7.2 16-16s-7.2-16-16-16h-68l-4.5 144H256c53 0 96 43 96 96s-43 96-96 96h-16v-80h16c8.8 0 16-7.2 16-16s-7.2-16-16-16h-43l-3.1 99.5l-1.4 43.5v1c-.3 8.9-7.6 16-16.5 16s-16.2-7.1-16.5-16v-1l-1-31H136c-22.1 0-40-17.9-40-40s17.9-40 40-40h36l-1-32h-19c-53 0-96-43-96-96c0-47.6 34.6-87.1 80-94.7V256c0 8.8 7.2 16 16 16h16.5L164 128h-41.4c-9 18.9-28.3 32-50.6 32H56c-30.9 0-56-25.1-56-56s25.1-56 56-56h105.5l-.1-4.8L161 32v-1.9c.5-16.6 14.1-30 31-30s30.5 13.4 31 30V32zM64 112a16 16 0 1 0 0-32a16 16 0 1 0 0 32"/></svg> </template>
CSS
.icon-staff-snake {
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%20384%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m222.6%2043.2l-.1%204.8H288c53%200%2096%2043%2096%2096s-43%2096-96%2096h-40v-80h40c8.8%200%2016-7.2%2016-16s-7.2-16-16-16h-68l-4.5%20144H256c53%200%2096%2043%2096%2096s-43%2096-96%2096h-16v-80h16c8.8%200%2016-7.2%2016-16s-7.2-16-16-16h-43l-3.1%2099.5l-1.4%2043.5v1c-.3%208.9-7.6%2016-16.5%2016s-16.2-7.1-16.5-16v-1l-1-31H136c-22.1%200-40-17.9-40-40s17.9-40%2040-40h36l-1-32h-19c-53%200-96-43-96-96c0-47.6%2034.6-87.1%2080-94.7V256c0%208.8%207.2%2016%2016%2016h16.5L164%20128h-41.4c-9%2018.9-28.3%2032-50.6%2032H56c-30.9%200-56-25.1-56-56s25.1-56%2056-56h105.5l-.1-4.8L161%2032v-1.9c.5-16.6%2014.1-30%2031-30s30.5%2013.4%2031%2030V32zM64%20112a16%2016%200%201%200%200-32a16%2016%200%201%200%200%2032%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%20384%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m222.6%2043.2l-.1%204.8H288c53%200%2096%2043%2096%2096s-43%2096-96%2096h-40v-80h40c8.8%200%2016-7.2%2016-16s-7.2-16-16-16h-68l-4.5%20144H256c53%200%2096%2043%2096%2096s-43%2096-96%2096h-16v-80h16c8.8%200%2016-7.2%2016-16s-7.2-16-16-16h-43l-3.1%2099.5l-1.4%2043.5v1c-.3%208.9-7.6%2016-16.5%2016s-16.2-7.1-16.5-16v-1l-1-31H136c-22.1%200-40-17.9-40-40s17.9-40%2040-40h36l-1-32h-19c-53%200-96-43-96-96c0-47.6%2034.6-87.1%2080-94.7V256c0%208.8%207.2%2016%2016%2016h16.5L164%20128h-41.4c-9%2018.9-28.3%2032-50.6%2032H56c-30.9%200-56-25.1-56-56s25.1-56%2056-56h105.5l-.1-4.8L161%2032v-1.9c.5-16.6%2014.1-30%2031-30s30.5%2013.4%2031%2030V32zM64%20112a16%2016%200%201%200%200-32a16%2016%200%201%200%200%2032%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/staff-snake.svg?color=%231a73e8&size=48