bug-linear from Solar by 480 Design · Linear · IT · CC-BY-4.0 Attribution required.

Name
bug-linear
Set
Solar
Style
Linear
Category
IT
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More it icons from Solar

Use the bug 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-width="1.5"><path d="M19 15V11.9375C19 9.76288 17.2371 8 15.0625 8H8.9375C6.76288 8 5 9.76288 5 11.9375V15C5 18.866 8.13401 22 12 22C15.866 22 19 18.866 19 15Z"/><path d="M16.5 8.5V7.5C16.5 5.01472 14.4853 3 12 3C9.51472 3 7.5 5.01472 7.5 7.5V8.5"/><path stroke-linecap="round" d="M19 14H22"/><path stroke-linecap="round" d="M5 14H2"/><path stroke-linecap="round" d="M14.5 3.5L17 2"/><path stroke-linecap="round" d="M9.5 3.5L7 2"/><path stroke-linecap="round" d="M20.5 20.0002L18.5 19.2002"/><path stroke-linecap="round" d="M20.5 7.9998L18.5 8.7998"/><path stroke-linecap="round" d="M3.5 20.0002L5.5 19.2002"/><path stroke-linecap="round" d="M3.5 7.9998L5.5 8.7998"/><path stroke-linecap="round" d="M12 21.5V15"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarBugLinear(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" strokeWidth="1.5"><path d="M19 15V11.9375C19 9.76288 17.2371 8 15.0625 8H8.9375C6.76288 8 5 9.76288 5 11.9375V15C5 18.866 8.13401 22 12 22C15.866 22 19 18.866 19 15Z"/><path d="M16.5 8.5V7.5C16.5 5.01472 14.4853 3 12 3C9.51472 3 7.5 5.01472 7.5 7.5V8.5"/><path strokeLinecap="round" d="M19 14H22"/><path strokeLinecap="round" d="M5 14H2"/><path strokeLinecap="round" d="M14.5 3.5L17 2"/><path strokeLinecap="round" d="M9.5 3.5L7 2"/><path strokeLinecap="round" d="M20.5 20.0002L18.5 19.2002"/><path strokeLinecap="round" d="M20.5 7.9998L18.5 8.7998"/><path strokeLinecap="round" d="M3.5 20.0002L5.5 19.2002"/><path strokeLinecap="round" d="M3.5 7.9998L5.5 8.7998"/><path strokeLinecap="round" d="M12 21.5V15"/></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-width="1.5"><path d="M19 15V11.9375C19 9.76288 17.2371 8 15.0625 8H8.9375C6.76288 8 5 9.76288 5 11.9375V15C5 18.866 8.13401 22 12 22C15.866 22 19 18.866 19 15Z"/><path d="M16.5 8.5V7.5C16.5 5.01472 14.4853 3 12 3C9.51472 3 7.5 5.01472 7.5 7.5V8.5"/><path stroke-linecap="round" d="M19 14H22"/><path stroke-linecap="round" d="M5 14H2"/><path stroke-linecap="round" d="M14.5 3.5L17 2"/><path stroke-linecap="round" d="M9.5 3.5L7 2"/><path stroke-linecap="round" d="M20.5 20.0002L18.5 19.2002"/><path stroke-linecap="round" d="M20.5 7.9998L18.5 8.7998"/><path stroke-linecap="round" d="M3.5 20.0002L5.5 19.2002"/><path stroke-linecap="round" d="M3.5 7.9998L5.5 8.7998"/><path stroke-linecap="round" d="M12 21.5V15"/></g></svg>
</template>

CSS

.icon-bug-linear {
  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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M19%2015V11.9375C19%209.76288%2017.2371%208%2015.0625%208H8.9375C6.76288%208%205%209.76288%205%2011.9375V15C5%2018.866%208.13401%2022%2012%2022C15.866%2022%2019%2018.866%2019%2015Z%22%2F%3E%3Cpath%20d%3D%22M16.5%208.5V7.5C16.5%205.01472%2014.4853%203%2012%203C9.51472%203%207.5%205.01472%207.5%207.5V8.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M19%2014H22%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M5%2014H2%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M14.5%203.5L17%202%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M9.5%203.5L7%202%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M20.5%2020.0002L18.5%2019.2002%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M20.5%207.9998L18.5%208.7998%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M3.5%2020.0002L5.5%2019.2002%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M3.5%207.9998L5.5%208.7998%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%2021.5V15%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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M19%2015V11.9375C19%209.76288%2017.2371%208%2015.0625%208H8.9375C6.76288%208%205%209.76288%205%2011.9375V15C5%2018.866%208.13401%2022%2012%2022C15.866%2022%2019%2018.866%2019%2015Z%22%2F%3E%3Cpath%20d%3D%22M16.5%208.5V7.5C16.5%205.01472%2014.4853%203%2012%203C9.51472%203%207.5%205.01472%207.5%207.5V8.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M19%2014H22%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M5%2014H2%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M14.5%203.5L17%202%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M9.5%203.5L7%202%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M20.5%2020.0002L18.5%2019.2002%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M20.5%207.9998L18.5%208.7998%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M3.5%2020.0002L5.5%2019.2002%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M3.5%207.9998L5.5%208.7998%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%2021.5V15%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/bug-linear.svg?color=%231a73e8&size=48