troubleshoot icon
troubleshoot-rounded from Material Symbols by Google · Rounded · Business · Apache-2.0 Free for personal and commercial use.
- Name
- troubleshoot-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Business
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- troubleshoot-outline-rounded
1 other variant in Material Symbols
The same icon in other sets
More business icons from Material Symbols
Use the troubleshoot icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 18q-1.575 0-2.937-.55t-2.413-1.5q-.3-.275-.275-.662t.35-.663t.75-.262t.75.287q.8.65 1.738 1T11 16q2.5 0 4.25-1.75T17 10t-1.75-4.25T11 4Q8.925 4 7.338 5.25T5.225 8.425q-.125.425-.45.75t-.75.325t-.687-.337t-.163-.763q.575-2.75 2.738-4.575T11 2q3.35 0 5.675 2.325T19 10q0 1.4-.45 2.638T17.3 14.9l4 4q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-4-4q-1.025.8-2.262 1.25T11 18m-.325-6.65l.925-2.875q.075-.2.238-.337T12.225 8h.6q.2 0 .35.1t.25.275L14.75 11q.325 0 .538.213t.212.537t-.213.538t-.537.212h-.45q-.2 0-.387-.112t-.288-.313l-.975-1.925l-1.1 3.375q-.075.225-.25.35t-.4.125h-.45q-.225 0-.412-.137t-.263-.363L8.35 8.8L7.225 12q-.075.225-.262.363t-.438.137H2.75q-.325 0-.537-.213T2 11.75t.213-.537T2.75 11H6l1.475-4.275q.075-.225.263-.35t.412-.125h.475q.25 0 .425.15t.25.375z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsTroubleshootRounded(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="M11 18q-1.575 0-2.937-.55t-2.413-1.5q-.3-.275-.275-.662t.35-.663t.75-.262t.75.287q.8.65 1.738 1T11 16q2.5 0 4.25-1.75T17 10t-1.75-4.25T11 4Q8.925 4 7.338 5.25T5.225 8.425q-.125.425-.45.75t-.75.325t-.687-.337t-.163-.763q.575-2.75 2.738-4.575T11 2q3.35 0 5.675 2.325T19 10q0 1.4-.45 2.638T17.3 14.9l4 4q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-4-4q-1.025.8-2.262 1.25T11 18m-.325-6.65l.925-2.875q.075-.2.238-.337T12.225 8h.6q.2 0 .35.1t.25.275L14.75 11q.325 0 .538.213t.212.537t-.213.538t-.537.212h-.45q-.2 0-.387-.112t-.288-.313l-.975-1.925l-1.1 3.375q-.075.225-.25.35t-.4.125h-.45q-.225 0-.412-.137t-.263-.363L8.35 8.8L7.225 12q-.075.225-.262.363t-.438.137H2.75q-.325 0-.537-.213T2 11.75t.213-.537T2.75 11H6l1.475-4.275q.075-.225.263-.35t.412-.125h.475q.25 0 .425.15t.25.375z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 18q-1.575 0-2.937-.55t-2.413-1.5q-.3-.275-.275-.662t.35-.663t.75-.262t.75.287q.8.65 1.738 1T11 16q2.5 0 4.25-1.75T17 10t-1.75-4.25T11 4Q8.925 4 7.338 5.25T5.225 8.425q-.125.425-.45.75t-.75.325t-.687-.337t-.163-.763q.575-2.75 2.738-4.575T11 2q3.35 0 5.675 2.325T19 10q0 1.4-.45 2.638T17.3 14.9l4 4q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-4-4q-1.025.8-2.262 1.25T11 18m-.325-6.65l.925-2.875q.075-.2.238-.337T12.225 8h.6q.2 0 .35.1t.25.275L14.75 11q.325 0 .538.213t.212.537t-.213.538t-.537.212h-.45q-.2 0-.387-.112t-.288-.313l-.975-1.925l-1.1 3.375q-.075.225-.25.35t-.4.125h-.45q-.225 0-.412-.137t-.263-.363L8.35 8.8L7.225 12q-.075.225-.262.363t-.438.137H2.75q-.325 0-.537-.213T2 11.75t.213-.537T2.75 11H6l1.475-4.275q.075-.225.263-.35t.412-.125h.475q.25 0 .425.15t.25.375z"/></svg> </template>
CSS
.icon-troubleshoot-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%22M11%2018q-1.575%200-2.937-.55t-2.413-1.5q-.3-.275-.275-.662t.35-.663t.75-.262t.75.287q.8.65%201.738%201T11%2016q2.5%200%204.25-1.75T17%2010t-1.75-4.25T11%204Q8.925%204%207.338%205.25T5.225%208.425q-.125.425-.45.75t-.75.325t-.687-.337t-.163-.763q.575-2.75%202.738-4.575T11%202q3.35%200%205.675%202.325T19%2010q0%201.4-.45%202.638T17.3%2014.9l4%204q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-4-4q-1.025.8-2.262%201.25T11%2018m-.325-6.65l.925-2.875q.075-.2.238-.337T12.225%208h.6q.2%200%20.35.1t.25.275L14.75%2011q.325%200%20.538.213t.212.537t-.213.538t-.537.212h-.45q-.2%200-.387-.112t-.288-.313l-.975-1.925l-1.1%203.375q-.075.225-.25.35t-.4.125h-.45q-.225%200-.412-.137t-.263-.363L8.35%208.8L7.225%2012q-.075.225-.262.363t-.438.137H2.75q-.325%200-.537-.213T2%2011.75t.213-.537T2.75%2011H6l1.475-4.275q.075-.225.263-.35t.412-.125h.475q.25%200%20.425.15t.25.375z%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%22M11%2018q-1.575%200-2.937-.55t-2.413-1.5q-.3-.275-.275-.662t.35-.663t.75-.262t.75.287q.8.65%201.738%201T11%2016q2.5%200%204.25-1.75T17%2010t-1.75-4.25T11%204Q8.925%204%207.338%205.25T5.225%208.425q-.125.425-.45.75t-.75.325t-.687-.337t-.163-.763q.575-2.75%202.738-4.575T11%202q3.35%200%205.675%202.325T19%2010q0%201.4-.45%202.638T17.3%2014.9l4%204q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-4-4q-1.025.8-2.262%201.25T11%2018m-.325-6.65l.925-2.875q.075-.2.238-.337T12.225%208h.6q.2%200%20.35.1t.25.275L14.75%2011q.325%200%20.538.213t.212.537t-.213.538t-.537.212h-.45q-.2%200-.387-.112t-.288-.313l-.975-1.925l-1.1%203.375q-.075.225-.25.35t-.4.125h-.45q-.225%200-.412-.137t-.263-.363L8.35%208.8L7.225%2012q-.075.225-.262.363t-.438.137H2.75q-.325%200-.537-.213T2%2011.75t.213-.537T2.75%2011H6l1.475-4.275q.075-.225.263-.35t.412-.125h.475q.25%200%20.425.15t.25.375z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/troubleshoot-rounded.svg?color=%231a73e8&size=48