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

Name
frame-bug-rounded
Set
Material Symbols Light
Style
Rounded
Category
UI Actions
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More ui actions icons from Material Symbols Light

Use the frame bug 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-.357-.143T5 17t.143-.357t.357-.143h1.754q-.229-.73-.241-1.49Q7 14.25 7 13.5H5.5q-.213 0-.357-.143T5 13t.143-.357t.357-.143H7q0-.77-.007-1.529q-.007-.76.26-1.471H5.5q-.213 0-.357-.143T5 9t.143-.357T5.5 8.5h2.185q.369-.652.912-1.161q.544-.51 1.234-.828L8.367 5.042q-.14-.14-.14-.332q0-.19.146-.337q.14-.14.335-.14t.334.14L10.82 6.15q.585-.167 1.175-.167t1.175.167l1.827-1.783q.14-.14.332-.14q.191 0 .338.146q.14.14.14.335t-.14.334l-1.47 1.47q.69.317 1.22.824t.9 1.164H18.5q.214 0 .357.143T19 9t-.143.357t-.357.143h-1.754q.268.712.26 1.471Q17 11.731 17 12.5h1.5q.214 0 .357.143T19 13t-.143.357t-.357.143H17q0 .75-.012 1.51t-.242 1.49H18.5q.214 0 .357.143T19 17t-.143.357t-.357.143h-2.184q-.685 1.17-1.823 1.835T12 20m-1.192-4.5h2.384q.214 0 .357-.143t.143-.357t-.143-.357t-.357-.143h-2.384q-.214 0-.357.143t-.143.357t.143.357t.357.143m0-4h2.384q.214 0 .357-.143t.143-.357t-.143-.357t-.357-.143h-2.384q-.214 0-.357.143t-.143.357t.143.357t.357.143M2.5 6q-.213 0-.357-.143T2 5.5V3.616q0-.691.463-1.153T3.616 2H5.5q.214 0 .357.143T6 2.5t-.143.357T5.5 3H3.616q-.232 0-.424.192T3 3.616V5.5q0 .214-.143.357T2.5 6m1.116 16q-.691 0-1.153-.462T2 20.385V18.5q0-.213.143-.357T2.5 18t.357.143T3 18.5v1.885q0 .23.192.423t.423.192H5.5q.214 0 .357.143T6 21.5t-.143.357T5.5 22zm16.769 0H18.5q-.213 0-.357-.143T18 21.5t.143-.357T18.5 21h1.885q.23 0 .423-.192t.192-.424V18.5q0-.213.143-.357T21.5 18t.357.143t.143.357v1.885q0 .69-.462 1.152T20.385 22m.758-16.143Q21 5.713 21 5.5V3.616q0-.232-.192-.424T20.385 3H18.5q-.213 0-.357-.143T18 2.5t.143-.357T18.5 2h1.885q.69 0 1.152.463T22 3.616V5.5q0 .214-.143.357T21.5 6t-.357-.143"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightFrameBugRounded(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-.357-.143T5 17t.143-.357t.357-.143h1.754q-.229-.73-.241-1.49Q7 14.25 7 13.5H5.5q-.213 0-.357-.143T5 13t.143-.357t.357-.143H7q0-.77-.007-1.529q-.007-.76.26-1.471H5.5q-.213 0-.357-.143T5 9t.143-.357T5.5 8.5h2.185q.369-.652.912-1.161q.544-.51 1.234-.828L8.367 5.042q-.14-.14-.14-.332q0-.19.146-.337q.14-.14.335-.14t.334.14L10.82 6.15q.585-.167 1.175-.167t1.175.167l1.827-1.783q.14-.14.332-.14q.191 0 .338.146q.14.14.14.335t-.14.334l-1.47 1.47q.69.317 1.22.824t.9 1.164H18.5q.214 0 .357.143T19 9t-.143.357t-.357.143h-1.754q.268.712.26 1.471Q17 11.731 17 12.5h1.5q.214 0 .357.143T19 13t-.143.357t-.357.143H17q0 .75-.012 1.51t-.242 1.49H18.5q.214 0 .357.143T19 17t-.143.357t-.357.143h-2.184q-.685 1.17-1.823 1.835T12 20m-1.192-4.5h2.384q.214 0 .357-.143t.143-.357t-.143-.357t-.357-.143h-2.384q-.214 0-.357.143t-.143.357t.143.357t.357.143m0-4h2.384q.214 0 .357-.143t.143-.357t-.143-.357t-.357-.143h-2.384q-.214 0-.357.143t-.143.357t.143.357t.357.143M2.5 6q-.213 0-.357-.143T2 5.5V3.616q0-.691.463-1.153T3.616 2H5.5q.214 0 .357.143T6 2.5t-.143.357T5.5 3H3.616q-.232 0-.424.192T3 3.616V5.5q0 .214-.143.357T2.5 6m1.116 16q-.691 0-1.153-.462T2 20.385V18.5q0-.213.143-.357T2.5 18t.357.143T3 18.5v1.885q0 .23.192.423t.423.192H5.5q.214 0 .357.143T6 21.5t-.143.357T5.5 22zm16.769 0H18.5q-.213 0-.357-.143T18 21.5t.143-.357T18.5 21h1.885q.23 0 .423-.192t.192-.424V18.5q0-.213.143-.357T21.5 18t.357.143t.143.357v1.885q0 .69-.462 1.152T20.385 22m.758-16.143Q21 5.713 21 5.5V3.616q0-.232-.192-.424T20.385 3H18.5q-.213 0-.357-.143T18 2.5t.143-.357T18.5 2h1.885q.69 0 1.152.463T22 3.616V5.5q0 .214-.143.357T21.5 6t-.357-.143"/></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-.357-.143T5 17t.143-.357t.357-.143h1.754q-.229-.73-.241-1.49Q7 14.25 7 13.5H5.5q-.213 0-.357-.143T5 13t.143-.357t.357-.143H7q0-.77-.007-1.529q-.007-.76.26-1.471H5.5q-.213 0-.357-.143T5 9t.143-.357T5.5 8.5h2.185q.369-.652.912-1.161q.544-.51 1.234-.828L8.367 5.042q-.14-.14-.14-.332q0-.19.146-.337q.14-.14.335-.14t.334.14L10.82 6.15q.585-.167 1.175-.167t1.175.167l1.827-1.783q.14-.14.332-.14q.191 0 .338.146q.14.14.14.335t-.14.334l-1.47 1.47q.69.317 1.22.824t.9 1.164H18.5q.214 0 .357.143T19 9t-.143.357t-.357.143h-1.754q.268.712.26 1.471Q17 11.731 17 12.5h1.5q.214 0 .357.143T19 13t-.143.357t-.357.143H17q0 .75-.012 1.51t-.242 1.49H18.5q.214 0 .357.143T19 17t-.143.357t-.357.143h-2.184q-.685 1.17-1.823 1.835T12 20m-1.192-4.5h2.384q.214 0 .357-.143t.143-.357t-.143-.357t-.357-.143h-2.384q-.214 0-.357.143t-.143.357t.143.357t.357.143m0-4h2.384q.214 0 .357-.143t.143-.357t-.143-.357t-.357-.143h-2.384q-.214 0-.357.143t-.143.357t.143.357t.357.143M2.5 6q-.213 0-.357-.143T2 5.5V3.616q0-.691.463-1.153T3.616 2H5.5q.214 0 .357.143T6 2.5t-.143.357T5.5 3H3.616q-.232 0-.424.192T3 3.616V5.5q0 .214-.143.357T2.5 6m1.116 16q-.691 0-1.153-.462T2 20.385V18.5q0-.213.143-.357T2.5 18t.357.143T3 18.5v1.885q0 .23.192.423t.423.192H5.5q.214 0 .357.143T6 21.5t-.143.357T5.5 22zm16.769 0H18.5q-.213 0-.357-.143T18 21.5t.143-.357T18.5 21h1.885q.23 0 .423-.192t.192-.424V18.5q0-.213.143-.357T21.5 18t.357.143t.143.357v1.885q0 .69-.462 1.152T20.385 22m.758-16.143Q21 5.713 21 5.5V3.616q0-.232-.192-.424T20.385 3H18.5q-.213 0-.357-.143T18 2.5t.143-.357T18.5 2h1.885q.69 0 1.152.463T22 3.616V5.5q0 .214-.143.357T21.5 6t-.357-.143"/></svg>
</template>

CSS

.icon-frame-bug-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-.357-.143T5%2017t.143-.357t.357-.143h1.754q-.229-.73-.241-1.49Q7%2014.25%207%2013.5H5.5q-.213%200-.357-.143T5%2013t.143-.357t.357-.143H7q0-.77-.007-1.529q-.007-.76.26-1.471H5.5q-.213%200-.357-.143T5%209t.143-.357T5.5%208.5h2.185q.369-.652.912-1.161q.544-.51%201.234-.828L8.367%205.042q-.14-.14-.14-.332q0-.19.146-.337q.14-.14.335-.14t.334.14L10.82%206.15q.585-.167%201.175-.167t1.175.167l1.827-1.783q.14-.14.332-.14q.191%200%20.338.146q.14.14.14.335t-.14.334l-1.47%201.47q.69.317%201.22.824t.9%201.164H18.5q.214%200%20.357.143T19%209t-.143.357t-.357.143h-1.754q.268.712.26%201.471Q17%2011.731%2017%2012.5h1.5q.214%200%20.357.143T19%2013t-.143.357t-.357.143H17q0%20.75-.012%201.51t-.242%201.49H18.5q.214%200%20.357.143T19%2017t-.143.357t-.357.143h-2.184q-.685%201.17-1.823%201.835T12%2020m-1.192-4.5h2.384q.214%200%20.357-.143t.143-.357t-.143-.357t-.357-.143h-2.384q-.214%200-.357.143t-.143.357t.143.357t.357.143m0-4h2.384q.214%200%20.357-.143t.143-.357t-.143-.357t-.357-.143h-2.384q-.214%200-.357.143t-.143.357t.143.357t.357.143M2.5%206q-.213%200-.357-.143T2%205.5V3.616q0-.691.463-1.153T3.616%202H5.5q.214%200%20.357.143T6%202.5t-.143.357T5.5%203H3.616q-.232%200-.424.192T3%203.616V5.5q0%20.214-.143.357T2.5%206m1.116%2016q-.691%200-1.153-.462T2%2020.385V18.5q0-.213.143-.357T2.5%2018t.357.143T3%2018.5v1.885q0%20.23.192.423t.423.192H5.5q.214%200%20.357.143T6%2021.5t-.143.357T5.5%2022zm16.769%200H18.5q-.213%200-.357-.143T18%2021.5t.143-.357T18.5%2021h1.885q.23%200%20.423-.192t.192-.424V18.5q0-.213.143-.357T21.5%2018t.357.143t.143.357v1.885q0%20.69-.462%201.152T20.385%2022m.758-16.143Q21%205.713%2021%205.5V3.616q0-.232-.192-.424T20.385%203H18.5q-.213%200-.357-.143T18%202.5t.143-.357T18.5%202h1.885q.69%200%201.152.463T22%203.616V5.5q0%20.214-.143.357T21.5%206t-.357-.143%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-.357-.143T5%2017t.143-.357t.357-.143h1.754q-.229-.73-.241-1.49Q7%2014.25%207%2013.5H5.5q-.213%200-.357-.143T5%2013t.143-.357t.357-.143H7q0-.77-.007-1.529q-.007-.76.26-1.471H5.5q-.213%200-.357-.143T5%209t.143-.357T5.5%208.5h2.185q.369-.652.912-1.161q.544-.51%201.234-.828L8.367%205.042q-.14-.14-.14-.332q0-.19.146-.337q.14-.14.335-.14t.334.14L10.82%206.15q.585-.167%201.175-.167t1.175.167l1.827-1.783q.14-.14.332-.14q.191%200%20.338.146q.14.14.14.335t-.14.334l-1.47%201.47q.69.317%201.22.824t.9%201.164H18.5q.214%200%20.357.143T19%209t-.143.357t-.357.143h-1.754q.268.712.26%201.471Q17%2011.731%2017%2012.5h1.5q.214%200%20.357.143T19%2013t-.143.357t-.357.143H17q0%20.75-.012%201.51t-.242%201.49H18.5q.214%200%20.357.143T19%2017t-.143.357t-.357.143h-2.184q-.685%201.17-1.823%201.835T12%2020m-1.192-4.5h2.384q.214%200%20.357-.143t.143-.357t-.143-.357t-.357-.143h-2.384q-.214%200-.357.143t-.143.357t.143.357t.357.143m0-4h2.384q.214%200%20.357-.143t.143-.357t-.143-.357t-.357-.143h-2.384q-.214%200-.357.143t-.143.357t.143.357t.357.143M2.5%206q-.213%200-.357-.143T2%205.5V3.616q0-.691.463-1.153T3.616%202H5.5q.214%200%20.357.143T6%202.5t-.143.357T5.5%203H3.616q-.232%200-.424.192T3%203.616V5.5q0%20.214-.143.357T2.5%206m1.116%2016q-.691%200-1.153-.462T2%2020.385V18.5q0-.213.143-.357T2.5%2018t.357.143T3%2018.5v1.885q0%20.23.192.423t.423.192H5.5q.214%200%20.357.143T6%2021.5t-.143.357T5.5%2022zm16.769%200H18.5q-.213%200-.357-.143T18%2021.5t.143-.357T18.5%2021h1.885q.23%200%20.423-.192t.192-.424V18.5q0-.213.143-.357T21.5%2018t.357.143t.143.357v1.885q0%20.69-.462%201.152T20.385%2022m.758-16.143Q21%205.713%2021%205.5V3.616q0-.232-.192-.424T20.385%203H18.5q-.213%200-.357-.143T18%202.5t.143-.357T18.5%202h1.885q.69%200%201.152.463T22%203.616V5.5q0%20.214-.143.357T21.5%206t-.357-.143%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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