worm from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.

Name
worm
Set
Font Awesome 6 Solid
Style
Regular
Viewbox
512×512
License
CC BY 4.0

The same icon in other sets

Use the worm icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M256 96c0-53 43-96 96-96h38.4C439.9 0 480 40.1 480 89.6V376c0 75.1-60.9 136-136 136s-136-60.9-136-136v-80c0-22.1-17.9-40-40-40s-40 17.9-40 40v168c0 26.5-21.5 48-48 48s-48-21.5-48-48V296c0-75.1 60.9-136 136-136s136 60.9 136 136v80c0 22.1 17.9 40 40 40s40-17.9 40-40V192h-32c-53 0-96-43-96-96m144-8a24 24 0 1 0-48 0a24 24 0 1 0 48 0"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidWorm(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M256 96c0-53 43-96 96-96h38.4C439.9 0 480 40.1 480 89.6V376c0 75.1-60.9 136-136 136s-136-60.9-136-136v-80c0-22.1-17.9-40-40-40s-40 17.9-40 40v168c0 26.5-21.5 48-48 48s-48-21.5-48-48V296c0-75.1 60.9-136 136-136s136 60.9 136 136v80c0 22.1 17.9 40 40 40s40-17.9 40-40V192h-32c-53 0-96-43-96-96m144-8a24 24 0 1 0-48 0a24 24 0 1 0 48 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M256 96c0-53 43-96 96-96h38.4C439.9 0 480 40.1 480 89.6V376c0 75.1-60.9 136-136 136s-136-60.9-136-136v-80c0-22.1-17.9-40-40-40s-40 17.9-40 40v168c0 26.5-21.5 48-48 48s-48-21.5-48-48V296c0-75.1 60.9-136 136-136s136 60.9 136 136v80c0 22.1 17.9 40 40 40s40-17.9 40-40V192h-32c-53 0-96-43-96-96m144-8a24 24 0 1 0-48 0a24 24 0 1 0 48 0"/></svg>
</template>

CSS

.icon-worm {
  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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M256%2096c0-53%2043-96%2096-96h38.4C439.9%200%20480%2040.1%20480%2089.6V376c0%2075.1-60.9%20136-136%20136s-136-60.9-136-136v-80c0-22.1-17.9-40-40-40s-40%2017.9-40%2040v168c0%2026.5-21.5%2048-48%2048s-48-21.5-48-48V296c0-75.1%2060.9-136%20136-136s136%2060.9%20136%20136v80c0%2022.1%2017.9%2040%2040%2040s40-17.9%2040-40V192h-32c-53%200-96-43-96-96m144-8a24%2024%200%201%200-48%200a24%2024%200%201%200%2048%200%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M256%2096c0-53%2043-96%2096-96h38.4C439.9%200%20480%2040.1%20480%2089.6V376c0%2075.1-60.9%20136-136%20136s-136-60.9-136-136v-80c0-22.1-17.9-40-40-40s-40%2017.9-40%2040v168c0%2026.5-21.5%2048-48%2048s-48-21.5-48-48V296c0-75.1%2060.9-136%20136-136s136%2060.9%20136%20136v80c0%2022.1%2017.9%2040%2040%2040s40-17.9%2040-40V192h-32c-53%200-96-43-96-96m144-8a24%2024%200%201%200-48%200a24%2024%200%201%200%2048%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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