Prix Carburant Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Prix Carburant 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/346183.svg" alt="Prix Carburant icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346183.svg" alt="Prix Carburant icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346183.svg" alt="Prix Carburant icon" :width="24" :height="24" />
CSS background
.icon-prix-carburant {
background-image: url('https://proicons.com/icon/346183.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;}</style></defs><path class="c" d="M39.5599,5.0083c-.8163-.3224-1.9697.405-2.2396.7512-1.0689,1.3709-1.9313,2.896-2.2768,4.7003-.638,3.3324.5779,7.0618,1.7538,10.6686.828,2.5399,1.61,4.9389,1.61,6.8452,0,1.662-.7074,2.5588-1.3731,2.5588-.5975,0-1.2268-.7778-1.2268-2.2645,0-1.8339.0062-7.1616-4.2617-7.8687V7.9585c0-.6502-.4782-1.1038-1.1284-1.1038h-1.5207v-1.2509c0-.6502-.4782-1.1038-1.1284-1.1038h-11.9208c-.6502,0-1.2264.4536-1.2264,1.1038v1.2509h-1.2755c-.6502,0-1.2264.4536-1.2264,1.1038v30.5377h-2.4529c-.6502,0-1.2264.4536-1.2264,1.1038v2.6491c0,.6502.5762,1.2509,1.2264,1.2509h24.4302c.6502,0,1.1284-.6007,1.1284-1.2509v-2.6491c0-.6502-.4782-1.1038-1.1284-1.1038h-2.5509v-18.097M28.8967,19.0698c0,.6502-.5272,1.1774-1.1774,1.1774h-11.9208c-.6502,0-1.1774-.5272-1.1774-1.1774v-8.3887c0-.6502.5272-1.1774,1.1774-1.1774h11.9208c.6502,0,1.1774.5272,1.1774,1.1774v8.3887ZM36.4067,7.797s1.3742,2.6724,1.1902,3.8347c-.1839,1.1623-1.3257,2.4893-2.2785,2.7328"/></svg>
Copied!