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

Name
syringe
Set
Font Awesome 6 Solid
Style
Regular
Category
Medical
Viewbox
512×512
License
CC BY 4.0

The same icon in other sets

More medical icons from Font Awesome 6 Solid

Use the syringe icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="m441 7l32 32l32 32c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-15-15l-38.2 38.1l55 55c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-72-72L295 73c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l55 55L422.1 56L407 41c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0zM210.3 155.7l61.1-61.1c.3.3.6.7 1 1l16 16l56 56l56 56l16 16l1 1l-191 191a55.92 55.92 0 0 1-39.6 16.4H98l-57 57c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l57-57v-88.8c0-14.9 5.9-29.1 16.4-39.6l43.3-43.3l57 57c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-57-57l41.4-41.4l57 57c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-57-57z"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidSyringe(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="m441 7l32 32l32 32c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-15-15l-38.2 38.1l55 55c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-72-72L295 73c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l55 55L422.1 56L407 41c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0zM210.3 155.7l61.1-61.1c.3.3.6.7 1 1l16 16l56 56l56 56l16 16l1 1l-191 191a55.92 55.92 0 0 1-39.6 16.4H98l-57 57c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l57-57v-88.8c0-14.9 5.9-29.1 16.4-39.6l43.3-43.3l57 57c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-57-57l41.4-41.4l57 57c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-57-57z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="m441 7l32 32l32 32c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-15-15l-38.2 38.1l55 55c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-72-72L295 73c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l55 55L422.1 56L407 41c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0zM210.3 155.7l61.1-61.1c.3.3.6.7 1 1l16 16l56 56l56 56l16 16l1 1l-191 191a55.92 55.92 0 0 1-39.6 16.4H98l-57 57c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l57-57v-88.8c0-14.9 5.9-29.1 16.4-39.6l43.3-43.3l57 57c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-57-57l41.4-41.4l57 57c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-57-57z"/></svg>
</template>

CSS

.icon-syringe {
  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%22m441%207l32%2032l32%2032c9.4%209.4%209.4%2024.6%200%2033.9s-24.6%209.4-33.9%200l-15-15l-38.2%2038.1l55%2055c9.4%209.4%209.4%2024.6%200%2033.9s-24.6%209.4-33.9%200l-72-72L295%2073c-9.4-9.4-9.4-24.6%200-33.9s24.6-9.4%2033.9%200l55%2055L422.1%2056L407%2041c-9.4-9.4-9.4-24.6%200-33.9s24.6-9.4%2033.9%200zM210.3%20155.7l61.1-61.1c.3.3.6.7%201%201l16%2016l56%2056l56%2056l16%2016l1%201l-191%20191a55.92%2055.92%200%200%201-39.6%2016.4H98l-57%2057c-9.4%209.4-24.6%209.4-33.9%200s-9.4-24.6%200-33.9l57-57v-88.8c0-14.9%205.9-29.1%2016.4-39.6l43.3-43.3l57%2057c6.2%206.2%2016.4%206.2%2022.6%200s6.2-16.4%200-22.6l-57-57l41.4-41.4l57%2057c6.2%206.2%2016.4%206.2%2022.6%200s6.2-16.4%200-22.6l-57-57z%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%22m441%207l32%2032l32%2032c9.4%209.4%209.4%2024.6%200%2033.9s-24.6%209.4-33.9%200l-15-15l-38.2%2038.1l55%2055c9.4%209.4%209.4%2024.6%200%2033.9s-24.6%209.4-33.9%200l-72-72L295%2073c-9.4-9.4-9.4-24.6%200-33.9s24.6-9.4%2033.9%200l55%2055L422.1%2056L407%2041c-9.4-9.4-9.4-24.6%200-33.9s24.6-9.4%2033.9%200zM210.3%20155.7l61.1-61.1c.3.3.6.7%201%201l16%2016l56%2056l56%2056l16%2016l1%201l-191%20191a55.92%2055.92%200%200%201-39.6%2016.4H98l-57%2057c-9.4%209.4-24.6%209.4-33.9%200s-9.4-24.6%200-33.9l57-57v-88.8c0-14.9%205.9-29.1%2016.4-39.6l43.3-43.3l57%2057c6.2%206.2%2016.4%206.2%2022.6%200s6.2-16.4%200-22.6l-57-57l41.4-41.4l57%2057c6.2%206.2%2016.4%206.2%2022.6%200s6.2-16.4%200-22.6l-57-57z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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