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

Name
worm
Set
Font Awesome Solid
Style
Solid
Viewbox
640×640
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 640 640"><path fill="currentColor" d="M320 160c0-53 43-96 96-96h38.4c49.5 0 89.6 40.1 89.6 89.6V440c0 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-48V360c0-75.1 60.9-136 136-136s136 60.9 136 136v80c0 22.1 17.9 40 40 40s40-17.9 40-40V256h-32c-53 0-96-43-96-96m144-8c0-13.3-10.7-24-24-24s-24 10.7-24 24s10.7 24 24 24s24-10.7 24-24"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidWorm(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320 160c0-53 43-96 96-96h38.4c49.5 0 89.6 40.1 89.6 89.6V440c0 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-48V360c0-75.1 60.9-136 136-136s136 60.9 136 136v80c0 22.1 17.9 40 40 40s40-17.9 40-40V256h-32c-53 0-96-43-96-96m144-8c0-13.3-10.7-24-24-24s-24 10.7-24 24s10.7 24 24 24s24-10.7 24-24"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320 160c0-53 43-96 96-96h38.4c49.5 0 89.6 40.1 89.6 89.6V440c0 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-48V360c0-75.1 60.9-136 136-136s136 60.9 136 136v80c0 22.1 17.9 40 40 40s40-17.9 40-40V256h-32c-53 0-96-43-96-96m144-8c0-13.3-10.7-24-24-24s-24 10.7-24 24s10.7 24 24 24s24-10.7 24-24"/></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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M320%20160c0-53%2043-96%2096-96h38.4c49.5%200%2089.6%2040.1%2089.6%2089.6V440c0%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-48V360c0-75.1%2060.9-136%20136-136s136%2060.9%20136%20136v80c0%2022.1%2017.9%2040%2040%2040s40-17.9%2040-40V256h-32c-53%200-96-43-96-96m144-8c0-13.3-10.7-24-24-24s-24%2010.7-24%2024s10.7%2024%2024%2024s24-10.7%2024-24%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M320%20160c0-53%2043-96%2096-96h38.4c49.5%200%2089.6%2040.1%2089.6%2089.6V440c0%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-48V360c0-75.1%2060.9-136%20136-136s136%2060.9%20136%20136v80c0%2022.1%2017.9%2040%2040%2040s40-17.9%2040-40V256h-32c-53%200-96-43-96-96m144-8c0-13.3-10.7-24-24-24s-24%2010.7-24%2024s10.7%2024%2024%2024s24-10.7%2024-24%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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