Google Settings Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Google 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/341246.svg" alt="Google Settings icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341246.svg" alt="Google Settings icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341246.svg" alt="Google Settings icon" :width="24" :height="24" />
CSS background
.icon-google-settings {
background-image: url('https://proicons.com/icon/341246.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M19.69,2.5a1.09,1.09,0,0,0-1.06.9l-.8,5.7a15.6,15.6,0,0,0-3.64,2.12L8.84,9.06a1.07,1.07,0,0,0-1.31.46L3.23,17a1.09,1.09,0,0,0,.25,1.38L8,21.9A18.53,18.53,0,0,0,7.87,24,18.21,18.21,0,0,0,8,26.1L3.48,29.65A1.09,1.09,0,0,0,3.23,31l4.3,7.45a1.06,1.06,0,0,0,1.31.46l5.35-2.16a16.28,16.28,0,0,0,3.64,2.12l.8,5.7a1.09,1.09,0,0,0,1.06.9H28.3a1.09,1.09,0,0,0,1.06-.9l.8-5.7a15.4,15.4,0,0,0,3.64-2.12l5.35,2.16a1.06,1.06,0,0,0,1.31-.46L44.76,31a1.09,1.09,0,0,0-.25-1.38L40,26.1a14.77,14.77,0,0,0,0-4.2l4.55-3.55A1.09,1.09,0,0,0,44.77,17L40.48,9.52a1.08,1.08,0,0,0-1.32-.46l-5.35,2.16A16.43,16.43,0,0,0,30.18,9.1l-.81-5.7a1.11,1.11,0,0,0-1.07-.9ZM24.13,24H33a8.88,8.88,0,0,1-8.83,9.09,9.09,9.09,0,1,1,4.5-17"/></svg>
Copied!