bug report icon
bug-report-outline-rounded from Material Symbols by Google · Outline Rounded · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- bug-report-outline-rounded
- Set
- Material Symbols
- Style
- Outline Rounded
- Category
- Actions
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols
The same icon in other sets
More actions icons from Material Symbols
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 21q-1.625 0-3.012-.8T6.8 18H5q-.425 0-.712-.288T4 17t.288-.712T5 16h1.1q-.075-.5-.088-1T6 14H5q-.425 0-.713-.288T4 13t.288-.712T5 12h1q0-.5.013-1t.087-1H5q-.425 0-.712-.288T4 9t.288-.712T5 8h1.8q.35-.575.788-1.075T8.6 6.05l-.925-.95Q7.4 4.825 7.4 4.413t.3-.713q.275-.275.7-.275t.7.275l1.45 1.45q.7-.225 1.425-.225t1.425.225l1.5-1.475q.275-.275.687-.275t.713.3q.275.275.275.7t-.275.7l-.95.95q.575.375 1.037.863T17.2 8H19q.425 0 .713.288T20 9t-.288.713T19 10h-1.1q.075.5.088 1T18 12h1q.425 0 .712.288T20 13t-.288.713T19 14h-1q0 .5-.012 1t-.088 1H19q.425 0 .713.288T20 17t-.288.713T19 18h-1.8q-.8 1.4-2.187 2.2T12 21m0-2q1.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-3h2q.425 0 .713-.288T14 15t-.288-.712T13 14h-2q-.425 0-.712.288T10 15t.288.713T11 16m0-4h2q.425 0 .713-.288T14 11t-.288-.712T13 10h-2q-.425 0-.712.288T10 11t.288.713T11 12m1 1"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsBugReportOutlineRounded(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 21q-1.625 0-3.012-.8T6.8 18H5q-.425 0-.712-.288T4 17t.288-.712T5 16h1.1q-.075-.5-.088-1T6 14H5q-.425 0-.713-.288T4 13t.288-.712T5 12h1q0-.5.013-1t.087-1H5q-.425 0-.712-.288T4 9t.288-.712T5 8h1.8q.35-.575.788-1.075T8.6 6.05l-.925-.95Q7.4 4.825 7.4 4.413t.3-.713q.275-.275.7-.275t.7.275l1.45 1.45q.7-.225 1.425-.225t1.425.225l1.5-1.475q.275-.275.687-.275t.713.3q.275.275.275.7t-.275.7l-.95.95q.575.375 1.037.863T17.2 8H19q.425 0 .713.288T20 9t-.288.713T19 10h-1.1q.075.5.088 1T18 12h1q.425 0 .712.288T20 13t-.288.713T19 14h-1q0 .5-.012 1t-.088 1H19q.425 0 .713.288T20 17t-.288.713T19 18h-1.8q-.8 1.4-2.187 2.2T12 21m0-2q1.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-3h2q.425 0 .713-.288T14 15t-.288-.712T13 14h-2q-.425 0-.712.288T10 15t.288.713T11 16m0-4h2q.425 0 .713-.288T14 11t-.288-.712T13 10h-2q-.425 0-.712.288T10 11t.288.713T11 12m1 1"/></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 21q-1.625 0-3.012-.8T6.8 18H5q-.425 0-.712-.288T4 17t.288-.712T5 16h1.1q-.075-.5-.088-1T6 14H5q-.425 0-.713-.288T4 13t.288-.712T5 12h1q0-.5.013-1t.087-1H5q-.425 0-.712-.288T4 9t.288-.712T5 8h1.8q.35-.575.788-1.075T8.6 6.05l-.925-.95Q7.4 4.825 7.4 4.413t.3-.713q.275-.275.7-.275t.7.275l1.45 1.45q.7-.225 1.425-.225t1.425.225l1.5-1.475q.275-.275.687-.275t.713.3q.275.275.275.7t-.275.7l-.95.95q.575.375 1.037.863T17.2 8H19q.425 0 .713.288T20 9t-.288.713T19 10h-1.1q.075.5.088 1T18 12h1q.425 0 .712.288T20 13t-.288.713T19 14h-1q0 .5-.012 1t-.088 1H19q.425 0 .713.288T20 17t-.288.713T19 18h-1.8q-.8 1.4-2.187 2.2T12 21m0-2q1.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-3h2q.425 0 .713-.288T14 15t-.288-.712T13 14h-2q-.425 0-.712.288T10 15t.288.713T11 16m0-4h2q.425 0 .713-.288T14 11t-.288-.712T13 10h-2q-.425 0-.712.288T10 11t.288.713T11 12m1 1"/></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%2021q-1.625%200-3.012-.8T6.8%2018H5q-.425%200-.712-.288T4%2017t.288-.712T5%2016h1.1q-.075-.5-.088-1T6%2014H5q-.425%200-.713-.288T4%2013t.288-.712T5%2012h1q0-.5.013-1t.087-1H5q-.425%200-.712-.288T4%209t.288-.712T5%208h1.8q.35-.575.788-1.075T8.6%206.05l-.925-.95Q7.4%204.825%207.4%204.413t.3-.713q.275-.275.7-.275t.7.275l1.45%201.45q.7-.225%201.425-.225t1.425.225l1.5-1.475q.275-.275.687-.275t.713.3q.275.275.275.7t-.275.7l-.95.95q.575.375%201.037.863T17.2%208H19q.425%200%20.713.288T20%209t-.288.713T19%2010h-1.1q.075.5.088%201T18%2012h1q.425%200%20.712.288T20%2013t-.288.713T19%2014h-1q0%20.5-.012%201t-.088%201H19q.425%200%20.713.288T20%2017t-.288.713T19%2018h-1.8q-.8%201.4-2.187%202.2T12%2021m0-2q1.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-3h2q.425%200%20.713-.288T14%2015t-.288-.712T13%2014h-2q-.425%200-.712.288T10%2015t.288.713T11%2016m0-4h2q.425%200%20.713-.288T14%2011t-.288-.712T13%2010h-2q-.425%200-.712.288T10%2011t.288.713T11%2012m1%201%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%2021q-1.625%200-3.012-.8T6.8%2018H5q-.425%200-.712-.288T4%2017t.288-.712T5%2016h1.1q-.075-.5-.088-1T6%2014H5q-.425%200-.713-.288T4%2013t.288-.712T5%2012h1q0-.5.013-1t.087-1H5q-.425%200-.712-.288T4%209t.288-.712T5%208h1.8q.35-.575.788-1.075T8.6%206.05l-.925-.95Q7.4%204.825%207.4%204.413t.3-.713q.275-.275.7-.275t.7.275l1.45%201.45q.7-.225%201.425-.225t1.425.225l1.5-1.475q.275-.275.687-.275t.713.3q.275.275.275.7t-.275.7l-.95.95q.575.375%201.037.863T17.2%208H19q.425%200%20.713.288T20%209t-.288.713T19%2010h-1.1q.075.5.088%201T18%2012h1q.425%200%20.712.288T20%2013t-.288.713T19%2014h-1q0%20.5-.012%201t-.088%201H19q.425%200%20.713.288T20%2017t-.288.713T19%2018h-1.8q-.8%201.4-2.187%202.2T12%2021m0-2q1.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-3h2q.425%200%20.713-.288T14%2015t-.288-.712T13%2014h-2q-.425%200-.712.288T10%2015t.288.713T11%2016m0-4h2q.425%200%20.713-.288T14%2011t-.288-.712T13%2010h-2q-.425%200-.712.288T10%2011t.288.713T11%2012m1%201%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/bug-report-outline-rounded.svg?color=%231a73e8&size=48