bug-report-outline-rounded from Material Symbols Light by Google · Outline Rounded · Actions · Apache-2.0 Free for personal and commercial use.

Name
bug-report-outline-rounded
Set
Material Symbols Light
Style
Outline Rounded
Category
Actions
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols Light

The same icon in other sets

More actions icons from Material Symbols Light

Use the bug report icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 20q-1.356 0-2.493-.666q-1.138-.665-1.822-1.834H5.5q-.213 0-.356-.144T5 16.999t.144-.356t.356-.143h1.754q-.229-.73-.241-1.487Q7 14.257 7 13.5H5.5q-.213 0-.356-.144T5 12.999t.144-.356t.356-.143H7q0-.77-.007-1.529q-.007-.76.26-1.471H5.5q-.213 0-.356-.144T5 8.999t.144-.356T5.5 8.5h2.185q.369-.652.912-1.161q.544-.51 1.234-.828L8.367 5.042q-.14-.13-.14-.327q0-.196.15-.345q.136-.137.33-.137t.335.14L10.82 6.15q.585-.167 1.175-.167t1.175.167l1.827-1.783q.131-.14.327-.14t.346.15q.137.137.137.33t-.14.335l-1.47 1.47q.69.317 1.22.824t.9 1.164H18.5q.213 0 .356.144t.144.357t-.144.356t-.356.143h-1.754q.268.712.26 1.474Q17 11.737 17 12.5h1.5q.213 0 .356.144t.144.357t-.144.356t-.356.143H17q0 .75-.012 1.51t-.242 1.49H18.5q.213 0 .356.144t.144.357t-.144.356t-.356.143h-2.184q-.685 1.17-1.823 1.835T12 20m0-1q1.65 0 2.825-1.175T16 15v-4q0-1.65-1.175-2.825T12 7T9.175 8.175T8 11v4q0 1.65 1.175 2.825T12 19m-1.192-3.5h2.384q.213 0 .357-.144t.143-.357t-.143-.356t-.357-.143h-2.384q-.213 0-.356.144t-.144.357t.144.356t.356.143m0-4h2.384q.213 0 .357-.144t.143-.357t-.143-.356t-.357-.143h-2.384q-.213 0-.356.144t-.144.357t.144.356t.356.143M12 13"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightBugReportOutlineRounded(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 20q-1.356 0-2.493-.666q-1.138-.665-1.822-1.834H5.5q-.213 0-.356-.144T5 16.999t.144-.356t.356-.143h1.754q-.229-.73-.241-1.487Q7 14.257 7 13.5H5.5q-.213 0-.356-.144T5 12.999t.144-.356t.356-.143H7q0-.77-.007-1.529q-.007-.76.26-1.471H5.5q-.213 0-.356-.144T5 8.999t.144-.356T5.5 8.5h2.185q.369-.652.912-1.161q.544-.51 1.234-.828L8.367 5.042q-.14-.13-.14-.327q0-.196.15-.345q.136-.137.33-.137t.335.14L10.82 6.15q.585-.167 1.175-.167t1.175.167l1.827-1.783q.131-.14.327-.14t.346.15q.137.137.137.33t-.14.335l-1.47 1.47q.69.317 1.22.824t.9 1.164H18.5q.213 0 .356.144t.144.357t-.144.356t-.356.143h-1.754q.268.712.26 1.474Q17 11.737 17 12.5h1.5q.213 0 .356.144t.144.357t-.144.356t-.356.143H17q0 .75-.012 1.51t-.242 1.49H18.5q.213 0 .356.144t.144.357t-.144.356t-.356.143h-2.184q-.685 1.17-1.823 1.835T12 20m0-1q1.65 0 2.825-1.175T16 15v-4q0-1.65-1.175-2.825T12 7T9.175 8.175T8 11v4q0 1.65 1.175 2.825T12 19m-1.192-3.5h2.384q.213 0 .357-.144t.143-.357t-.143-.356t-.357-.143h-2.384q-.213 0-.356.144t-.144.357t.144.356t.356.143m0-4h2.384q.213 0 .357-.144t.143-.357t-.143-.356t-.357-.143h-2.384q-.213 0-.356.144t-.144.357t.144.356t.356.143M12 13"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 20q-1.356 0-2.493-.666q-1.138-.665-1.822-1.834H5.5q-.213 0-.356-.144T5 16.999t.144-.356t.356-.143h1.754q-.229-.73-.241-1.487Q7 14.257 7 13.5H5.5q-.213 0-.356-.144T5 12.999t.144-.356t.356-.143H7q0-.77-.007-1.529q-.007-.76.26-1.471H5.5q-.213 0-.356-.144T5 8.999t.144-.356T5.5 8.5h2.185q.369-.652.912-1.161q.544-.51 1.234-.828L8.367 5.042q-.14-.13-.14-.327q0-.196.15-.345q.136-.137.33-.137t.335.14L10.82 6.15q.585-.167 1.175-.167t1.175.167l1.827-1.783q.131-.14.327-.14t.346.15q.137.137.137.33t-.14.335l-1.47 1.47q.69.317 1.22.824t.9 1.164H18.5q.213 0 .356.144t.144.357t-.144.356t-.356.143h-1.754q.268.712.26 1.474Q17 11.737 17 12.5h1.5q.213 0 .356.144t.144.357t-.144.356t-.356.143H17q0 .75-.012 1.51t-.242 1.49H18.5q.213 0 .356.144t.144.357t-.144.356t-.356.143h-2.184q-.685 1.17-1.823 1.835T12 20m0-1q1.65 0 2.825-1.175T16 15v-4q0-1.65-1.175-2.825T12 7T9.175 8.175T8 11v4q0 1.65 1.175 2.825T12 19m-1.192-3.5h2.384q.213 0 .357-.144t.143-.357t-.143-.356t-.357-.143h-2.384q-.213 0-.356.144t-.144.357t.144.356t.356.143m0-4h2.384q.213 0 .357-.144t.143-.357t-.143-.356t-.357-.143h-2.384q-.213 0-.356.144t-.144.357t.144.356t.356.143M12 13"/></svg>
</template>

CSS

.icon-bug-report-outline-rounded {
  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%22currentColor%22%20d%3D%22M12%2020q-1.356%200-2.493-.666q-1.138-.665-1.822-1.834H5.5q-.213%200-.356-.144T5%2016.999t.144-.356t.356-.143h1.754q-.229-.73-.241-1.487Q7%2014.257%207%2013.5H5.5q-.213%200-.356-.144T5%2012.999t.144-.356t.356-.143H7q0-.77-.007-1.529q-.007-.76.26-1.471H5.5q-.213%200-.356-.144T5%208.999t.144-.356T5.5%208.5h2.185q.369-.652.912-1.161q.544-.51%201.234-.828L8.367%205.042q-.14-.13-.14-.327q0-.196.15-.345q.136-.137.33-.137t.335.14L10.82%206.15q.585-.167%201.175-.167t1.175.167l1.827-1.783q.131-.14.327-.14t.346.15q.137.137.137.33t-.14.335l-1.47%201.47q.69.317%201.22.824t.9%201.164H18.5q.213%200%20.356.144t.144.357t-.144.356t-.356.143h-1.754q.268.712.26%201.474Q17%2011.737%2017%2012.5h1.5q.213%200%20.356.144t.144.357t-.144.356t-.356.143H17q0%20.75-.012%201.51t-.242%201.49H18.5q.213%200%20.356.144t.144.357t-.144.356t-.356.143h-2.184q-.685%201.17-1.823%201.835T12%2020m0-1q1.65%200%202.825-1.175T16%2015v-4q0-1.65-1.175-2.825T12%207T9.175%208.175T8%2011v4q0%201.65%201.175%202.825T12%2019m-1.192-3.5h2.384q.213%200%20.357-.144t.143-.357t-.143-.356t-.357-.143h-2.384q-.213%200-.356.144t-.144.357t.144.356t.356.143m0-4h2.384q.213%200%20.357-.144t.143-.357t-.143-.356t-.357-.143h-2.384q-.213%200-.356.144t-.144.357t.144.356t.356.143M12%2013%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%22currentColor%22%20d%3D%22M12%2020q-1.356%200-2.493-.666q-1.138-.665-1.822-1.834H5.5q-.213%200-.356-.144T5%2016.999t.144-.356t.356-.143h1.754q-.229-.73-.241-1.487Q7%2014.257%207%2013.5H5.5q-.213%200-.356-.144T5%2012.999t.144-.356t.356-.143H7q0-.77-.007-1.529q-.007-.76.26-1.471H5.5q-.213%200-.356-.144T5%208.999t.144-.356T5.5%208.5h2.185q.369-.652.912-1.161q.544-.51%201.234-.828L8.367%205.042q-.14-.13-.14-.327q0-.196.15-.345q.136-.137.33-.137t.335.14L10.82%206.15q.585-.167%201.175-.167t1.175.167l1.827-1.783q.131-.14.327-.14t.346.15q.137.137.137.33t-.14.335l-1.47%201.47q.69.317%201.22.824t.9%201.164H18.5q.213%200%20.356.144t.144.357t-.144.356t-.356.143h-1.754q.268.712.26%201.474Q17%2011.737%2017%2012.5h1.5q.213%200%20.356.144t.144.357t-.144.356t-.356.143H17q0%20.75-.012%201.51t-.242%201.49H18.5q.213%200%20.356.144t.144.357t-.144.356t-.356.143h-2.184q-.685%201.17-1.823%201.835T12%2020m0-1q1.65%200%202.825-1.175T16%2015v-4q0-1.65-1.175-2.825T12%207T9.175%208.175T8%2011v4q0%201.65%201.175%202.825T12%2019m-1.192-3.5h2.384q.213%200%20.357-.144t.143-.357t-.143-.356t-.357-.143h-2.384q-.213%200-.356.144t-.144.357t.144.356t.356.143m0-4h2.384q.213%200%20.357-.144t.143-.357t-.143-.356t-.357-.143h-2.384q-.213%200-.356.144t-.144.357t.144.356t.356.143M12%2013%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/bug-report-outline-rounded.svg?color=%231a73e8&size=48