bug pause icon
bug-pause-outline from Material Design Icons by Pictogrammers · Outline · Apache-2.0 Free for personal and commercial use.
- Name
- bug-pause-outline
- Set
- Material Design Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Material Design Icons
Related icons in Material Design Icons
Use the bug pause icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 7h-2.81c-.45-.8-1.07-1.5-1.82-2L16 3.41L14.59 2l-2.17 2.17a6 6 0 0 0-2.83 0L7.41 2L6 3.41L7.62 5c-.75.5-1.36 1.21-1.81 2H3v2h2.09c-.06.33-.09.66-.09 1v1H3v2h2v1c0 .34.03.67.09 1H3v2h2.81A6 6 0 0 0 13 19.65V19c0-.57.09-1.14.25-1.69c-.66.45-1.45.69-2.25.69c-2.21 0-4-1.79-4-4v-4c0-2.21 1.79-4 4-4s4 1.79 4 4v4c0 .19 0 .39-.05.58c.59-.54 1.29-.96 2.05-1.23V13h2v-2h-2v-1c0-.34-.03-.67-.09-1H19zm-6 2v2H9V9zm0 4v2H9v-2zm7 3h2v6h-2m-4-6h2v6h-2z"/></svg>
React
import type { SVGProps } from "react";
export function MdiBugPauseOutline(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="M19 7h-2.81c-.45-.8-1.07-1.5-1.82-2L16 3.41L14.59 2l-2.17 2.17a6 6 0 0 0-2.83 0L7.41 2L6 3.41L7.62 5c-.75.5-1.36 1.21-1.81 2H3v2h2.09c-.06.33-.09.66-.09 1v1H3v2h2v1c0 .34.03.67.09 1H3v2h2.81A6 6 0 0 0 13 19.65V19c0-.57.09-1.14.25-1.69c-.66.45-1.45.69-2.25.69c-2.21 0-4-1.79-4-4v-4c0-2.21 1.79-4 4-4s4 1.79 4 4v4c0 .19 0 .39-.05.58c.59-.54 1.29-.96 2.05-1.23V13h2v-2h-2v-1c0-.34-.03-.67-.09-1H19zm-6 2v2H9V9zm0 4v2H9v-2zm7 3h2v6h-2m-4-6h2v6h-2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 7h-2.81c-.45-.8-1.07-1.5-1.82-2L16 3.41L14.59 2l-2.17 2.17a6 6 0 0 0-2.83 0L7.41 2L6 3.41L7.62 5c-.75.5-1.36 1.21-1.81 2H3v2h2.09c-.06.33-.09.66-.09 1v1H3v2h2v1c0 .34.03.67.09 1H3v2h2.81A6 6 0 0 0 13 19.65V19c0-.57.09-1.14.25-1.69c-.66.45-1.45.69-2.25.69c-2.21 0-4-1.79-4-4v-4c0-2.21 1.79-4 4-4s4 1.79 4 4v4c0 .19 0 .39-.05.58c.59-.54 1.29-.96 2.05-1.23V13h2v-2h-2v-1c0-.34-.03-.67-.09-1H19zm-6 2v2H9V9zm0 4v2H9v-2zm7 3h2v6h-2m-4-6h2v6h-2z"/></svg> </template>
CSS
.icon-bug-pause-outline {
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%22M19%207h-2.81c-.45-.8-1.07-1.5-1.82-2L16%203.41L14.59%202l-2.17%202.17a6%206%200%200%200-2.83%200L7.41%202L6%203.41L7.62%205c-.75.5-1.36%201.21-1.81%202H3v2h2.09c-.06.33-.09.66-.09%201v1H3v2h2v1c0%20.34.03.67.09%201H3v2h2.81A6%206%200%200%200%2013%2019.65V19c0-.57.09-1.14.25-1.69c-.66.45-1.45.69-2.25.69c-2.21%200-4-1.79-4-4v-4c0-2.21%201.79-4%204-4s4%201.79%204%204v4c0%20.19%200%20.39-.05.58c.59-.54%201.29-.96%202.05-1.23V13h2v-2h-2v-1c0-.34-.03-.67-.09-1H19zm-6%202v2H9V9zm0%204v2H9v-2zm7%203h2v6h-2m-4-6h2v6h-2z%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%22M19%207h-2.81c-.45-.8-1.07-1.5-1.82-2L16%203.41L14.59%202l-2.17%202.17a6%206%200%200%200-2.83%200L7.41%202L6%203.41L7.62%205c-.75.5-1.36%201.21-1.81%202H3v2h2.09c-.06.33-.09.66-.09%201v1H3v2h2v1c0%20.34.03.67.09%201H3v2h2.81A6%206%200%200%200%2013%2019.65V19c0-.57.09-1.14.25-1.69c-.66.45-1.45.69-2.25.69c-2.21%200-4-1.79-4-4v-4c0-2.21%201.79-4%204-4s4%201.79%204%204v4c0%20.19%200%20.39-.05.58c.59-.54%201.29-.96%202.05-1.23V13h2v-2h-2v-1c0-.34-.03-.67-.09-1H19zm-6%202v2H9V9zm0%204v2H9v-2zm7%203h2v6h-2m-4-6h2v6h-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/bug-pause-outline.svg?color=%231a73e8&size=48