front fog lights icon
front-fog-lights-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- front-fog-lights-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
Related icons in MingCute Icon
Use the front fog lights icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.219 3.377a1 1 0 0 1 1.562 1.25l-.537.671a1.8 1.8 0 0 0-.257.43l1.642-.655a1 1 0 0 1 .742 1.857l-2.007.802c.584.73.864 1.623.835 2.512l.43-.171a1 1 0 0 1 .742 1.857l-2.235.894a1.83 1.83 0 0 0 .1 2.25q.174.205.315.43l1.078-.431a1 1 0 0 1 .742 1.857l-1.22.487a3.82 3.82 0 0 1-.832 2.538l-.538.672a1.001 1.001 0 0 1-1.562-1.25l.537-.67q.161-.204.256-.434l-1.64.657a1.001 1.001 0 0 1-.743-1.857l2.005-.803a3.82 3.82 0 0 1-.835-2.512l-.428.172a1.001 1.001 0 0 1-.742-1.857l2.236-.896a1.826 1.826 0 0 0-.1-2.246a4 4 0 0 1-.318-.433l-1.076.432a1 1 0 0 1-.742-1.857l1.219-.489a3.82 3.82 0 0 1 .834-2.535zm5.013 4.053c.33-3.195 3.633-4.695 6.38-3.474l.225.1a8.695 8.695 0 0 1 0 15.89l-.224.1c-2.748 1.22-6.051-.28-6.381-3.474a45 45 0 0 1-.232-4.57c0-1.731.097-3.27.232-4.572"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteFrontFogLightsFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.219 3.377a1 1 0 0 1 1.562 1.25l-.537.671a1.8 1.8 0 0 0-.257.43l1.642-.655a1 1 0 0 1 .742 1.857l-2.007.802c.584.73.864 1.623.835 2.512l.43-.171a1 1 0 0 1 .742 1.857l-2.235.894a1.83 1.83 0 0 0 .1 2.25q.174.205.315.43l1.078-.431a1 1 0 0 1 .742 1.857l-1.22.487a3.82 3.82 0 0 1-.832 2.538l-.538.672a1.001 1.001 0 0 1-1.562-1.25l.537-.67q.161-.204.256-.434l-1.64.657a1.001 1.001 0 0 1-.743-1.857l2.005-.803a3.82 3.82 0 0 1-.835-2.512l-.428.172a1.001 1.001 0 0 1-.742-1.857l2.236-.896a1.826 1.826 0 0 0-.1-2.246a4 4 0 0 1-.318-.433l-1.076.432a1 1 0 0 1-.742-1.857l1.219-.489a3.82 3.82 0 0 1 .834-2.535zm5.013 4.053c.33-3.195 3.633-4.695 6.38-3.474l.225.1a8.695 8.695 0 0 1 0 15.89l-.224.1c-2.748 1.22-6.051-.28-6.381-3.474a45 45 0 0 1-.232-4.57c0-1.731.097-3.27.232-4.572"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.219 3.377a1 1 0 0 1 1.562 1.25l-.537.671a1.8 1.8 0 0 0-.257.43l1.642-.655a1 1 0 0 1 .742 1.857l-2.007.802c.584.73.864 1.623.835 2.512l.43-.171a1 1 0 0 1 .742 1.857l-2.235.894a1.83 1.83 0 0 0 .1 2.25q.174.205.315.43l1.078-.431a1 1 0 0 1 .742 1.857l-1.22.487a3.82 3.82 0 0 1-.832 2.538l-.538.672a1.001 1.001 0 0 1-1.562-1.25l.537-.67q.161-.204.256-.434l-1.64.657a1.001 1.001 0 0 1-.743-1.857l2.005-.803a3.82 3.82 0 0 1-.835-2.512l-.428.172a1.001 1.001 0 0 1-.742-1.857l2.236-.896a1.826 1.826 0 0 0-.1-2.246a4 4 0 0 1-.318-.433l-1.076.432a1 1 0 0 1-.742-1.857l1.219-.489a3.82 3.82 0 0 1 .834-2.535zm5.013 4.053c.33-3.195 3.633-4.695 6.38-3.474l.225.1a8.695 8.695 0 0 1 0 15.89l-.224.1c-2.748 1.22-6.051-.28-6.381-3.474a45 45 0 0 1-.232-4.57c0-1.731.097-3.27.232-4.572"/></svg> </template>
CSS
.icon-front-fog-lights-fill {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.219%203.377a1%201%200%200%201%201.562%201.25l-.537.671a1.8%201.8%200%200%200-.257.43l1.642-.655a1%201%200%200%201%20.742%201.857l-2.007.802c.584.73.864%201.623.835%202.512l.43-.171a1%201%200%200%201%20.742%201.857l-2.235.894a1.83%201.83%200%200%200%20.1%202.25q.174.205.315.43l1.078-.431a1%201%200%200%201%20.742%201.857l-1.22.487a3.82%203.82%200%200%201-.832%202.538l-.538.672a1.001%201.001%200%200%201-1.562-1.25l.537-.67q.161-.204.256-.434l-1.64.657a1.001%201.001%200%200%201-.743-1.857l2.005-.803a3.82%203.82%200%200%201-.835-2.512l-.428.172a1.001%201.001%200%200%201-.742-1.857l2.236-.896a1.826%201.826%200%200%200-.1-2.246a4%204%200%200%201-.318-.433l-1.076.432a1%201%200%200%201-.742-1.857l1.219-.489a3.82%203.82%200%200%201%20.834-2.535zm5.013%204.053c.33-3.195%203.633-4.695%206.38-3.474l.225.1a8.695%208.695%200%200%201%200%2015.89l-.224.1c-2.748%201.22-6.051-.28-6.381-3.474a45%2045%200%200%201-.232-4.57c0-1.731.097-3.27.232-4.572%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.219%203.377a1%201%200%200%201%201.562%201.25l-.537.671a1.8%201.8%200%200%200-.257.43l1.642-.655a1%201%200%200%201%20.742%201.857l-2.007.802c.584.73.864%201.623.835%202.512l.43-.171a1%201%200%200%201%20.742%201.857l-2.235.894a1.83%201.83%200%200%200%20.1%202.25q.174.205.315.43l1.078-.431a1%201%200%200%201%20.742%201.857l-1.22.487a3.82%203.82%200%200%201-.832%202.538l-.538.672a1.001%201.001%200%200%201-1.562-1.25l.537-.67q.161-.204.256-.434l-1.64.657a1.001%201.001%200%200%201-.743-1.857l2.005-.803a3.82%203.82%200%200%201-.835-2.512l-.428.172a1.001%201.001%200%200%201-.742-1.857l2.236-.896a1.826%201.826%200%200%200-.1-2.246a4%204%200%200%201-.318-.433l-1.076.432a1%201%200%200%201-.742-1.857l1.219-.489a3.82%203.82%200%200%201%20.834-2.535zm5.013%204.053c.33-3.195%203.633-4.695%206.38-3.474l.225.1a8.695%208.695%200%200%201%200%2015.89l-.224.1c-2.748%201.22-6.051-.28-6.381-3.474a45%2045%200%200%201-.232-4.57c0-1.731.097-3.27.232-4.572%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/front-fog-lights-fill.svg?color=%231a73e8&size=48