Tomtom Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Tomtom 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/316363.svg" alt="Tomtom icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/316363.svg" alt="Tomtom icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/316363.svg" alt="Tomtom icon" :width="24" :height="24" />
CSS background
.icon-tomtom {
background-image: url('https://proicons.com/icon/316363.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>TomTom</title><path d="M12 12.584a4.325 4.325 0 0 1-4.32-4.32A4.325 4.325 0 0 1 12 3.944a4.325 4.325 0 0 1 4.32 4.32 4.325 4.325 0 0 1-4.32 4.32zM12 0C7.443 0 3.736 3.707 3.736 8.264c0 4.557 3.707 8.264 8.264 8.264 4.557 0 8.264-3.707 8.264-8.264C20.264 3.707 16.557 0 12 0m0 24 3.167-5.486H8.833Z"/></svg>
Copied!