Reset Settings Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Reset Settings icon is commonly used in admin panels, user preferences and configuration pages. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/320618.svg" alt="Reset Settings icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320618.svg" alt="Reset Settings icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320618.svg" alt="Reset Settings icon" :width="24" :height="24" />
CSS background
.icon-reset-settings {
background-image: url('https://proicons.com/icon/320618.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="iso-8859-1"?> <!-- Generator: Adobe Illustrator 24.1.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve"> <path id="reset--settings_1_" d="M25.255,31.255l-0.51-0.51l3.386-3.385H16C8.633,27.36,2.64,21.367,2.64,14S8.633,0.64,16,0.64 S29.36,6.633,29.36,14h-0.72c0-6.97-5.67-12.64-12.64-12.64S3.36,7.03,3.36,14S9.03,26.64,16,26.64h12.131l-3.386-3.385l0.51-0.51 L29.509,27L25.255,31.255z M17.839,22.36h-3.677v-2.058L13.2,19.9l-1.457,1.457l-2.601-2.6l1.455-1.454l-0.396-0.965H8.14v-3.677 h2.056l0.403-0.962l-1.457-1.457l2.601-2.6l1.454,1.454L14.162,8.7V6.64h3.677v2.056l0.962,0.403l1.457-1.457l2.601,2.6 l-1.454,1.454l0.396,0.965h2.061v3.677h-2.057L21.403,17.3l1.457,1.457l-2.601,2.6l-1.454-1.454L17.839,20.3V22.36z M14.881,21.64 h2.237v-1.822l1.855-0.762l1.284,1.284l1.583-1.582l-1.291-1.289l0.775-1.85h1.814v-2.237h-1.822l-0.761-1.855l1.284-1.284 l-1.583-1.582L18.969,9.95l-1.851-0.774V7.36h-2.237v1.824l-1.855,0.76l-1.284-1.283l-1.582,1.582l1.289,1.289l-0.774,1.85H8.86 v2.237h1.823l0.761,1.855l-1.284,1.284l1.582,1.582l1.289-1.289l1.85,0.773C14.881,19.824,14.881,21.64,14.881,21.64z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!