syringe icon

syringe-line-duotone from Solar by 480 Design · Line Duotone · Medicine · CC-BY-4.0 Attribution required.

Name
syringe-line-duotone
Set
Solar
Style
Line Duotone
Category
Medicine
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More medicine icons from Solar

Use the syringe icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M20.0002 6.90909L18.5456 5.45455L17.0911 4M6.18201 17.8182C4.1737 15.8099 4.1737 12.5538 6.18201 10.5455L10.4648 6.26263C11.2185 5.50893 11.5954 5.13208 12.0239 4.97611C12.4784 4.8107 12.9766 4.8107 13.431 4.97611C13.8595 5.13208 14.2364 5.50893 14.9901 6.26263L17.7376 9.0101C18.4913 9.7638 18.8681 10.1406 19.0241 10.5692C19.1895 11.0236 19.1895 11.5218 19.0241 11.9763C18.8681 12.4048 18.4913 12.7817 17.7376 13.5354L13.4547 17.8182C11.4464 19.8265 8.19032 19.8265 6.18201 17.8182Z"/><path d="M17.0911 14.1819L9.81836 6.90918"/><path d="M6.18182 17.8184L4 20.0002" opacity=".5"/><path d="M16.3633 7.63641L18.5451 5.45459" opacity=".5"/><path d="M14.9093 16.3639L12.0239 13.4785M13.2729 18.0002L11.627 16.3543" opacity=".5"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarSyringeLineDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path d="M20.0002 6.90909L18.5456 5.45455L17.0911 4M6.18201 17.8182C4.1737 15.8099 4.1737 12.5538 6.18201 10.5455L10.4648 6.26263C11.2185 5.50893 11.5954 5.13208 12.0239 4.97611C12.4784 4.8107 12.9766 4.8107 13.431 4.97611C13.8595 5.13208 14.2364 5.50893 14.9901 6.26263L17.7376 9.0101C18.4913 9.7638 18.8681 10.1406 19.0241 10.5692C19.1895 11.0236 19.1895 11.5218 19.0241 11.9763C18.8681 12.4048 18.4913 12.7817 17.7376 13.5354L13.4547 17.8182C11.4464 19.8265 8.19032 19.8265 6.18201 17.8182Z"/><path d="M17.0911 14.1819L9.81836 6.90918"/><path d="M6.18182 17.8184L4 20.0002" opacity=".5"/><path d="M16.3633 7.63641L18.5451 5.45459" opacity=".5"/><path d="M14.9093 16.3639L12.0239 13.4785M13.2729 18.0002L11.627 16.3543" opacity=".5"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M20.0002 6.90909L18.5456 5.45455L17.0911 4M6.18201 17.8182C4.1737 15.8099 4.1737 12.5538 6.18201 10.5455L10.4648 6.26263C11.2185 5.50893 11.5954 5.13208 12.0239 4.97611C12.4784 4.8107 12.9766 4.8107 13.431 4.97611C13.8595 5.13208 14.2364 5.50893 14.9901 6.26263L17.7376 9.0101C18.4913 9.7638 18.8681 10.1406 19.0241 10.5692C19.1895 11.0236 19.1895 11.5218 19.0241 11.9763C18.8681 12.4048 18.4913 12.7817 17.7376 13.5354L13.4547 17.8182C11.4464 19.8265 8.19032 19.8265 6.18201 17.8182Z"/><path d="M17.0911 14.1819L9.81836 6.90918"/><path d="M6.18182 17.8184L4 20.0002" opacity=".5"/><path d="M16.3633 7.63641L18.5451 5.45459" opacity=".5"/><path d="M14.9093 16.3639L12.0239 13.4785M13.2729 18.0002L11.627 16.3543" opacity=".5"/></g></svg>
</template>

CSS

.icon-syringe-line-duotone {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M20.0002%206.90909L18.5456%205.45455L17.0911%204M6.18201%2017.8182C4.1737%2015.8099%204.1737%2012.5538%206.18201%2010.5455L10.4648%206.26263C11.2185%205.50893%2011.5954%205.13208%2012.0239%204.97611C12.4784%204.8107%2012.9766%204.8107%2013.431%204.97611C13.8595%205.13208%2014.2364%205.50893%2014.9901%206.26263L17.7376%209.0101C18.4913%209.7638%2018.8681%2010.1406%2019.0241%2010.5692C19.1895%2011.0236%2019.1895%2011.5218%2019.0241%2011.9763C18.8681%2012.4048%2018.4913%2012.7817%2017.7376%2013.5354L13.4547%2017.8182C11.4464%2019.8265%208.19032%2019.8265%206.18201%2017.8182Z%22%2F%3E%3Cpath%20d%3D%22M17.0911%2014.1819L9.81836%206.90918%22%2F%3E%3Cpath%20d%3D%22M6.18182%2017.8184L4%2020.0002%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M16.3633%207.63641L18.5451%205.45459%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M14.9093%2016.3639L12.0239%2013.4785M13.2729%2018.0002L11.627%2016.3543%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M20.0002%206.90909L18.5456%205.45455L17.0911%204M6.18201%2017.8182C4.1737%2015.8099%204.1737%2012.5538%206.18201%2010.5455L10.4648%206.26263C11.2185%205.50893%2011.5954%205.13208%2012.0239%204.97611C12.4784%204.8107%2012.9766%204.8107%2013.431%204.97611C13.8595%205.13208%2014.2364%205.50893%2014.9901%206.26263L17.7376%209.0101C18.4913%209.7638%2018.8681%2010.1406%2019.0241%2010.5692C19.1895%2011.0236%2019.1895%2011.5218%2019.0241%2011.9763C18.8681%2012.4048%2018.4913%2012.7817%2017.7376%2013.5354L13.4547%2017.8182C11.4464%2019.8265%208.19032%2019.8265%206.18201%2017.8182Z%22%2F%3E%3Cpath%20d%3D%22M17.0911%2014.1819L9.81836%206.90918%22%2F%3E%3Cpath%20d%3D%22M6.18182%2017.8184L4%2020.0002%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M16.3633%207.63641L18.5451%205.45459%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M14.9093%2016.3639L12.0239%2013.4785M13.2729%2018.0002L11.627%2016.3543%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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