gas can icon
gas-can-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- gas-can-light
- Set
- Phosphor
- Style
- Light
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Related icons in Phosphor
Use the gas can icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M200 26h-76.69a13.94 13.94 0 0 0-9.9 4.1l-11.75 11.76L89.9 30.1a14 14 0 0 0-19.8 0l-24 24a14 14 0 0 0 0 19.8l11.76 11.76L46.1 97.41a13.94 13.94 0 0 0-4.1 9.9V216a14 14 0 0 0 14 14h144a14 14 0 0 0 14-14V40a14 14 0 0 0-14-14M54.59 65.41a2 2 0 0 1 0-2.82l24-24a2 2 0 0 1 2.82 0l11.76 11.75l-26.83 26.83ZM202 216a2 2 0 0 1-2 2H56a2 2 0 0 1-2-2V107.31a2 2 0 0 1 .59-1.41l16-16l35.31-35.31l16-16a2 2 0 0 1 1.41-.59H200a2 2 0 0 1 2 2ZM182 64a6 6 0 0 1-6 6h-40a6 6 0 0 1 0-12h40a6 6 0 0 1 6 6m-2.4 60.8L138 156l41.6 31.2a6 6 0 1 1-7.2 9.6L128 163.5l-44.4 33.3a6 6 0 0 1-7.2-9.6L118 156l-41.6-31.2a6 6 0 0 1 7.2-9.6l44.4 33.3l44.4-33.3a6 6 0 1 1 7.2 9.6"/></svg>
React
import type { SVGProps } from "react";
export function PhGasCanLight(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M200 26h-76.69a13.94 13.94 0 0 0-9.9 4.1l-11.75 11.76L89.9 30.1a14 14 0 0 0-19.8 0l-24 24a14 14 0 0 0 0 19.8l11.76 11.76L46.1 97.41a13.94 13.94 0 0 0-4.1 9.9V216a14 14 0 0 0 14 14h144a14 14 0 0 0 14-14V40a14 14 0 0 0-14-14M54.59 65.41a2 2 0 0 1 0-2.82l24-24a2 2 0 0 1 2.82 0l11.76 11.75l-26.83 26.83ZM202 216a2 2 0 0 1-2 2H56a2 2 0 0 1-2-2V107.31a2 2 0 0 1 .59-1.41l16-16l35.31-35.31l16-16a2 2 0 0 1 1.41-.59H200a2 2 0 0 1 2 2ZM182 64a6 6 0 0 1-6 6h-40a6 6 0 0 1 0-12h40a6 6 0 0 1 6 6m-2.4 60.8L138 156l41.6 31.2a6 6 0 1 1-7.2 9.6L128 163.5l-44.4 33.3a6 6 0 0 1-7.2-9.6L118 156l-41.6-31.2a6 6 0 0 1 7.2-9.6l44.4 33.3l44.4-33.3a6 6 0 1 1 7.2 9.6"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M200 26h-76.69a13.94 13.94 0 0 0-9.9 4.1l-11.75 11.76L89.9 30.1a14 14 0 0 0-19.8 0l-24 24a14 14 0 0 0 0 19.8l11.76 11.76L46.1 97.41a13.94 13.94 0 0 0-4.1 9.9V216a14 14 0 0 0 14 14h144a14 14 0 0 0 14-14V40a14 14 0 0 0-14-14M54.59 65.41a2 2 0 0 1 0-2.82l24-24a2 2 0 0 1 2.82 0l11.76 11.75l-26.83 26.83ZM202 216a2 2 0 0 1-2 2H56a2 2 0 0 1-2-2V107.31a2 2 0 0 1 .59-1.41l16-16l35.31-35.31l16-16a2 2 0 0 1 1.41-.59H200a2 2 0 0 1 2 2ZM182 64a6 6 0 0 1-6 6h-40a6 6 0 0 1 0-12h40a6 6 0 0 1 6 6m-2.4 60.8L138 156l41.6 31.2a6 6 0 1 1-7.2 9.6L128 163.5l-44.4 33.3a6 6 0 0 1-7.2-9.6L118 156l-41.6-31.2a6 6 0 0 1 7.2-9.6l44.4 33.3l44.4-33.3a6 6 0 1 1 7.2 9.6"/></svg> </template>
CSS
.icon-gas-can-light {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M200%2026h-76.69a13.94%2013.94%200%200%200-9.9%204.1l-11.75%2011.76L89.9%2030.1a14%2014%200%200%200-19.8%200l-24%2024a14%2014%200%200%200%200%2019.8l11.76%2011.76L46.1%2097.41a13.94%2013.94%200%200%200-4.1%209.9V216a14%2014%200%200%200%2014%2014h144a14%2014%200%200%200%2014-14V40a14%2014%200%200%200-14-14M54.59%2065.41a2%202%200%200%201%200-2.82l24-24a2%202%200%200%201%202.82%200l11.76%2011.75l-26.83%2026.83ZM202%20216a2%202%200%200%201-2%202H56a2%202%200%200%201-2-2V107.31a2%202%200%200%201%20.59-1.41l16-16l35.31-35.31l16-16a2%202%200%200%201%201.41-.59H200a2%202%200%200%201%202%202ZM182%2064a6%206%200%200%201-6%206h-40a6%206%200%200%201%200-12h40a6%206%200%200%201%206%206m-2.4%2060.8L138%20156l41.6%2031.2a6%206%200%201%201-7.2%209.6L128%20163.5l-44.4%2033.3a6%206%200%200%201-7.2-9.6L118%20156l-41.6-31.2a6%206%200%200%201%207.2-9.6l44.4%2033.3l44.4-33.3a6%206%200%201%201%207.2%209.6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M200%2026h-76.69a13.94%2013.94%200%200%200-9.9%204.1l-11.75%2011.76L89.9%2030.1a14%2014%200%200%200-19.8%200l-24%2024a14%2014%200%200%200%200%2019.8l11.76%2011.76L46.1%2097.41a13.94%2013.94%200%200%200-4.1%209.9V216a14%2014%200%200%200%2014%2014h144a14%2014%200%200%200%2014-14V40a14%2014%200%200%200-14-14M54.59%2065.41a2%202%200%200%201%200-2.82l24-24a2%202%200%200%201%202.82%200l11.76%2011.75l-26.83%2026.83ZM202%20216a2%202%200%200%201-2%202H56a2%202%200%200%201-2-2V107.31a2%202%200%200%201%20.59-1.41l16-16l35.31-35.31l16-16a2%202%200%200%201%201.41-.59H200a2%202%200%200%201%202%202ZM182%2064a6%206%200%200%201-6%206h-40a6%206%200%200%201%200-12h40a6%206%200%200%201%206%206m-2.4%2060.8L138%20156l41.6%2031.2a6%206%200%201%201-7.2%209.6L128%20163.5l-44.4%2033.3a6%206%200%200%201-7.2-9.6L118%20156l-41.6-31.2a6%206%200%200%201%207.2-9.6l44.4%2033.3l44.4-33.3a6%206%200%201%201%207.2%209.6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/gas-can-light.svg?color=%231a73e8&size=48