round troubleshoot icon
round-troubleshoot from Google Material Icons by Material Design Authors · Baseline · Action · Apache-2.0 Free for personal and commercial use.
- Name
- round-troubleshoot
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Action
- Viewbox
- 24×24
- License
- Apache 2.0
More action icons from Google Material Icons
baseline-123baseline-3d-rotationbaseline-abcbaseline-accessibilitybaseline-accessibility-newbaseline-accessiblebaseline-accessible-forwardbaseline-account-balancebaseline-account-balance-walletbaseline-account-boxbaseline-account-circlebaseline-add-cardbaseline-add-homebaseline-add-shopping-cartbaseline-add-taskbaseline-add-to-drivebaseline-addchartbaseline-admin-panel-settingsbaseline-ads-clickbaseline-alarmbaseline-alarm-addbaseline-alarm-offbaseline-alarm-onbaseline-all-inbox
Use the round troubleshoot icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21.29 19.88l-3.98-3.98a7.93 7.93 0 0 0 1.58-6.2c-.54-3.41-3.33-6.14-6.75-6.62C7.57 2.44 3.61 5.69 3.07 10h2.02a6.01 6.01 0 0 1 6.85-4.93c2.61.4 4.7 2.57 5.02 5.2A6.01 6.01 0 0 1 11 17c-2.42 0-4.5-1.44-5.45-3.5H3.4C4.45 16.69 7.46 19 11 19c1.85 0 3.55-.63 4.9-1.69l3.98 3.98a.996.996 0 1 0 1.41-1.41"/><path fill="currentColor" d="m8.43 9.69l1.03 4.47c.11.49.55.84 1.05.84c.46 0 .87-.3 1.02-.74l1.01-3.04l.69 1.66c.16.37.52.62.92.62h.58c.41 0 .75-.34.75-.75s-.34-.75-.75-.75h-.23l-.97-2.34c-.17-.4-.56-.66-1-.66h-.05c-.46 0-.87.3-1.02.74l-.88 2.63l-1.04-4.54C9.43 7.35 8.99 7 8.49 7c-.47 0-.89.31-1.03.76L6.45 11h-4.7c-.41 0-.75.34-.75.75s.34.75.75.75h5.07c.44 0 .82-.28.95-.7z"/></svg>
React
import type { SVGProps } from "react";
export function IcRoundTroubleshoot(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="m21.29 19.88l-3.98-3.98a7.93 7.93 0 0 0 1.58-6.2c-.54-3.41-3.33-6.14-6.75-6.62C7.57 2.44 3.61 5.69 3.07 10h2.02a6.01 6.01 0 0 1 6.85-4.93c2.61.4 4.7 2.57 5.02 5.2A6.01 6.01 0 0 1 11 17c-2.42 0-4.5-1.44-5.45-3.5H3.4C4.45 16.69 7.46 19 11 19c1.85 0 3.55-.63 4.9-1.69l3.98 3.98a.996.996 0 1 0 1.41-1.41"/><path fill="currentColor" d="m8.43 9.69l1.03 4.47c.11.49.55.84 1.05.84c.46 0 .87-.3 1.02-.74l1.01-3.04l.69 1.66c.16.37.52.62.92.62h.58c.41 0 .75-.34.75-.75s-.34-.75-.75-.75h-.23l-.97-2.34c-.17-.4-.56-.66-1-.66h-.05c-.46 0-.87.3-1.02.74l-.88 2.63l-1.04-4.54C9.43 7.35 8.99 7 8.49 7c-.47 0-.89.31-1.03.76L6.45 11h-4.7c-.41 0-.75.34-.75.75s.34.75.75.75h5.07c.44 0 .82-.28.95-.7z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21.29 19.88l-3.98-3.98a7.93 7.93 0 0 0 1.58-6.2c-.54-3.41-3.33-6.14-6.75-6.62C7.57 2.44 3.61 5.69 3.07 10h2.02a6.01 6.01 0 0 1 6.85-4.93c2.61.4 4.7 2.57 5.02 5.2A6.01 6.01 0 0 1 11 17c-2.42 0-4.5-1.44-5.45-3.5H3.4C4.45 16.69 7.46 19 11 19c1.85 0 3.55-.63 4.9-1.69l3.98 3.98a.996.996 0 1 0 1.41-1.41"/><path fill="currentColor" d="m8.43 9.69l1.03 4.47c.11.49.55.84 1.05.84c.46 0 .87-.3 1.02-.74l1.01-3.04l.69 1.66c.16.37.52.62.92.62h.58c.41 0 .75-.34.75-.75s-.34-.75-.75-.75h-.23l-.97-2.34c-.17-.4-.56-.66-1-.66h-.05c-.46 0-.87.3-1.02.74l-.88 2.63l-1.04-4.54C9.43 7.35 8.99 7 8.49 7c-.47 0-.89.31-1.03.76L6.45 11h-4.7c-.41 0-.75.34-.75.75s.34.75.75.75h5.07c.44 0 .82-.28.95-.7z"/></svg> </template>
CSS
.icon-round-troubleshoot {
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%22m21.29%2019.88l-3.98-3.98a7.93%207.93%200%200%200%201.58-6.2c-.54-3.41-3.33-6.14-6.75-6.62C7.57%202.44%203.61%205.69%203.07%2010h2.02a6.01%206.01%200%200%201%206.85-4.93c2.61.4%204.7%202.57%205.02%205.2A6.01%206.01%200%200%201%2011%2017c-2.42%200-4.5-1.44-5.45-3.5H3.4C4.45%2016.69%207.46%2019%2011%2019c1.85%200%203.55-.63%204.9-1.69l3.98%203.98a.996.996%200%201%200%201.41-1.41%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m8.43%209.69l1.03%204.47c.11.49.55.84%201.05.84c.46%200%20.87-.3%201.02-.74l1.01-3.04l.69%201.66c.16.37.52.62.92.62h.58c.41%200%20.75-.34.75-.75s-.34-.75-.75-.75h-.23l-.97-2.34c-.17-.4-.56-.66-1-.66h-.05c-.46%200-.87.3-1.02.74l-.88%202.63l-1.04-4.54C9.43%207.35%208.99%207%208.49%207c-.47%200-.89.31-1.03.76L6.45%2011h-4.7c-.41%200-.75.34-.75.75s.34.75.75.75h5.07c.44%200%20.82-.28.95-.7z%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%22m21.29%2019.88l-3.98-3.98a7.93%207.93%200%200%200%201.58-6.2c-.54-3.41-3.33-6.14-6.75-6.62C7.57%202.44%203.61%205.69%203.07%2010h2.02a6.01%206.01%200%200%201%206.85-4.93c2.61.4%204.7%202.57%205.02%205.2A6.01%206.01%200%200%201%2011%2017c-2.42%200-4.5-1.44-5.45-3.5H3.4C4.45%2016.69%207.46%2019%2011%2019c1.85%200%203.55-.63%204.9-1.69l3.98%203.98a.996.996%200%201%200%201.41-1.41%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m8.43%209.69l1.03%204.47c.11.49.55.84%201.05.84c.46%200%20.87-.3%201.02-.74l1.01-3.04l.69%201.66c.16.37.52.62.92.62h.58c.41%200%20.75-.34.75-.75s-.34-.75-.75-.75h-.23l-.97-2.34c-.17-.4-.56-.66-1-.66h-.05c-.46%200-.87.3-1.02.74l-.88%202.63l-1.04-4.54C9.43%207.35%208.99%207%208.49%207c-.47%200-.89.31-1.03.76L6.45%2011h-4.7c-.41%200-.75.34-.75.75s.34.75.75.75h5.07c.44%200%20.82-.28.95-.7z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-troubleshoot.svg?color=%231a73e8&size=48