Google Thermometer Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Google Thermometer icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/341250.svg" alt="Google Thermometer icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341250.svg" alt="Google Thermometer icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341250.svg" alt="Google Thermometer icon" :width="24" :height="24" />
CSS background
.icon-google-thermometer {
background-image: url('https://proicons.com/icon/341250.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}.d{fill:#fff;stroke-width:0px;}</style></defs><path class="c" d="m29.603,10.103c0-3.1943-2.673-5.7642-5.9042-5.5951-3.0297.1586-5.3016,2.8778-5.3019,5.9117l-.0013,14.9206c-.0001,1.6384-.4698,3.2535-1.4173,4.5901-1.3045,1.8402-1.9038,4.2154-1.4041,6.732.6528,3.288,3.2932,5.9606,6.5749,6.6446,5.5589,1.1586,10.4521-3.0533,10.4521-8.408,0-1.6217-.4488-3.1385-1.229-4.4331"/><line class="c" x1="24" y1="20.5718" x2="24" y2="27.2561"/><path class="c" d="m24,27.2561c0,2.9981,3.8337,4.0057,3.8337,7.6427,0,2.1173-1.7164,3.8337-3.8337,3.8337s-3.8337-1.7164-3.8337-3.8337c0-3.6371,3.8337-4.6446,3.8337-7.6427"/><circle class="d" cx="29.603" cy="15.2883" r=".75"/><circle class="d" cx="29.603" cy="20.5718" r=".75"/><circle class="d" cx="29.603" cy="25.8554" r=".75"/></svg>
Copied!