Carthrottle Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Carthrottle 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/313805.svg" alt="Carthrottle icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/313805.svg" alt="Carthrottle icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/313805.svg" alt="Carthrottle icon" :width="24" :height="24" />
CSS background
.icon-carthrottle {
background-image: url('https://proicons.com/icon/313805.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>Car Throttle</title><path d="M0 19.99h5.31l1-5.76h2.673L7.97 19.99h5.272l1.037-5.76h2.824l-1 5.76h7.584L21.9 17.029 24 4.01h-5.16l-.987 5.647h-2.86l.936-5.647H8.483l1.724 2.749-.487 2.898H6.996l.9-5.647H.35l1.76 2.774Z"/></svg>
Copied!