worm icon
worm from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- worm
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
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 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M6.5 19H5a2 2 0 1 1 0-4h2.5c.465 0 .697 0 .89-.038a2 2 0 0 0 1.572-1.572c.038-.193.038-.425.038-.89c0-1.394 0-2.09.115-2.67a6 6 0 0 1 4.714-4.715C15.41 5 16.107 5 17.5 5H19a2 2 0 1 1 0 4h-2.5c-.465 0-.697 0-.89.038a2 2 0 0 0-1.572 1.572c-.038.193-.038.425-.038.89c0 1.394 0 2.09-.115 2.67a6 6 0 0 1-4.714 4.715C8.59 19 7.894 19 6.5 19M17 9V5m-3 7h-4m-3 3v4m2.5-4.5L12 17m2.5-7.5L12 7"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsWorm(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M6.5 19H5a2 2 0 1 1 0-4h2.5c.465 0 .697 0 .89-.038a2 2 0 0 0 1.572-1.572c.038-.193.038-.425.038-.89c0-1.394 0-2.09.115-2.67a6 6 0 0 1 4.714-4.715C15.41 5 16.107 5 17.5 5H19a2 2 0 1 1 0 4h-2.5c-.465 0-.697 0-.89.038a2 2 0 0 0-1.572 1.572c-.038.193-.038.425-.038.89c0 1.394 0 2.09-.115 2.67a6 6 0 0 1-4.714 4.715C8.59 19 7.894 19 6.5 19M17 9V5m-3 7h-4m-3 3v4m2.5-4.5L12 17m2.5-7.5L12 7"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M6.5 19H5a2 2 0 1 1 0-4h2.5c.465 0 .697 0 .89-.038a2 2 0 0 0 1.572-1.572c.038-.193.038-.425.038-.89c0-1.394 0-2.09.115-2.67a6 6 0 0 1 4.714-4.715C15.41 5 16.107 5 17.5 5H19a2 2 0 1 1 0 4h-2.5c-.465 0-.697 0-.89.038a2 2 0 0 0-1.572 1.572c-.038.193-.038.425-.038.89c0 1.394 0 2.09-.115 2.67a6 6 0 0 1-4.714 4.715C8.59 19 7.894 19 6.5 19M17 9V5m-3 7h-4m-3 3v4m2.5-4.5L12 17m2.5-7.5L12 7"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M6.5%2019H5a2%202%200%201%201%200-4h2.5c.465%200%20.697%200%20.89-.038a2%202%200%200%200%201.572-1.572c.038-.193.038-.425.038-.89c0-1.394%200-2.09.115-2.67a6%206%200%200%201%204.714-4.715C15.41%205%2016.107%205%2017.5%205H19a2%202%200%201%201%200%204h-2.5c-.465%200-.697%200-.89.038a2%202%200%200%200-1.572%201.572c-.038.193-.038.425-.038.89c0%201.394%200%202.09-.115%202.67a6%206%200%200%201-4.714%204.715C8.59%2019%207.894%2019%206.5%2019M17%209V5m-3%207h-4m-3%203v4m2.5-4.5L12%2017m2.5-7.5L12%207%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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M6.5%2019H5a2%202%200%201%201%200-4h2.5c.465%200%20.697%200%20.89-.038a2%202%200%200%200%201.572-1.572c.038-.193.038-.425.038-.89c0-1.394%200-2.09.115-2.67a6%206%200%200%201%204.714-4.715C15.41%205%2016.107%205%2017.5%205H19a2%202%200%201%201%200%204h-2.5c-.465%200-.697%200-.89.038a2%202%200%200%200-1.572%201.572c-.038.193-.038.425-.038.89c0%201.394%200%202.09-.115%202.67a6%206%200%200%201-4.714%204.715C8.59%2019%207.894%2019%206.5%2019M17%209V5m-3%207h-4m-3%203v4m2.5-4.5L12%2017m2.5-7.5L12%207%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/worm.svg?color=%231a73e8&size=48