windshield defrost front icon
windshield-defrost-front-rounded from Material Symbols by Google · Rounded · Transit · Apache-2.0 Free for personal and commercial use.
- Name
- windshield-defrost-front-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Transit
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- windshield-defrost-front-outline-rounded
1 other variant in Material Symbols
The same icon in other sets
More transit icons from Material Symbols
agricultureairlinesairport-shuttleambulanceauto-towingauto-transmissionbike-dockbike-lanebike-scooterboat-busboat-railwaybus-alertbus-map-pinbus-railwaycable-carcar-crashcar-defrost-leftcar-defrost-low-leftcar-defrost-low-rightcar-defrost-mid-leftcar-defrost-mid-low-leftcar-defrost-mid-low-rightcar-defrost-mid-rightcar-defrost-right
Use the windshield defrost front icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 17q-.425.075-.763-.15t-.412-.65L1.05 6.7q-.075-.425.163-.788t.662-.487Q4.75 4.7 7.238 4.35T12 4t4.763.35t5.362 1.075q.425.125.663.488t.162.787l-1.775 9.5q-.075.425-.412.65T20 17t-.65-.4t-.15-.75l1.65-8.7q-2.6-.6-4.75-.875T12 6t-4.1.275t-4.75.875l1.65 8.7q.075.425-.15.75T4 17m12 .95q0-.35-.125-.675T15.5 16.7q-.525-.525-.812-1.213T14.4 14.05q0-.575.163-1.1t.462-1l.325-.5q.225-.35.638-.425t.762.15t.425.625t-.15.75l-.35.525q-.15.225-.213.463t-.062.512q0 .35.125.675t.375.575q.525.525.813 1.213T18 17.95q0 .575-.162 1.1t-.463 1l-.35.5q-.225.35-.625.425t-.75-.15t-.425-.625t.15-.75l.325-.525q.15-.225.225-.462T16 17.95m-4.2 0q0-.35-.125-.675T11.3 16.7q-.525-.525-.813-1.212T10.2 14.05q0-.575.163-1.1t.462-1l.325-.5q.225-.35.638-.425t.762.15t.425.625t-.15.75l-.35.525q-.15.225-.213.463t-.062.512q0 .35.125.675t.375.575q.525.525.813 1.213t.287 1.437q0 .575-.162 1.1t-.463 1l-.35.5q-.225.35-.625.425t-.75-.15t-.425-.625t.15-.75l.325-.525q.15-.225.225-.462t.075-.513m-4.175 0q0-.35-.138-.675T7.1 16.7q-.525-.525-.812-1.213T6 14.05q0-.575.15-1.1t.475-1l.35-.5q.225-.35.638-.425t.762.15t.425.625t-.15.75l-.35.525q-.15.2-.225.45T8 14.05q0 .35.125.675t.375.575q.525.525.813 1.213T9.6 17.95q0 .575-.162 1.1t-.463 1l-.325.5q-.225.35-.638.425t-.762-.15t-.425-.625t.15-.75l.35-.525q.15-.225.225-.462t.075-.513"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsWindshieldDefrostFrontRounded(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="M4 17q-.425.075-.763-.15t-.412-.65L1.05 6.7q-.075-.425.163-.788t.662-.487Q4.75 4.7 7.238 4.35T12 4t4.763.35t5.362 1.075q.425.125.663.488t.162.787l-1.775 9.5q-.075.425-.412.65T20 17t-.65-.4t-.15-.75l1.65-8.7q-2.6-.6-4.75-.875T12 6t-4.1.275t-4.75.875l1.65 8.7q.075.425-.15.75T4 17m12 .95q0-.35-.125-.675T15.5 16.7q-.525-.525-.812-1.213T14.4 14.05q0-.575.163-1.1t.462-1l.325-.5q.225-.35.638-.425t.762.15t.425.625t-.15.75l-.35.525q-.15.225-.213.463t-.062.512q0 .35.125.675t.375.575q.525.525.813 1.213T18 17.95q0 .575-.162 1.1t-.463 1l-.35.5q-.225.35-.625.425t-.75-.15t-.425-.625t.15-.75l.325-.525q.15-.225.225-.462T16 17.95m-4.2 0q0-.35-.125-.675T11.3 16.7q-.525-.525-.813-1.212T10.2 14.05q0-.575.163-1.1t.462-1l.325-.5q.225-.35.638-.425t.762.15t.425.625t-.15.75l-.35.525q-.15.225-.213.463t-.062.512q0 .35.125.675t.375.575q.525.525.813 1.213t.287 1.437q0 .575-.162 1.1t-.463 1l-.35.5q-.225.35-.625.425t-.75-.15t-.425-.625t.15-.75l.325-.525q.15-.225.225-.462t.075-.513m-4.175 0q0-.35-.138-.675T7.1 16.7q-.525-.525-.812-1.213T6 14.05q0-.575.15-1.1t.475-1l.35-.5q.225-.35.638-.425t.762.15t.425.625t-.15.75l-.35.525q-.15.2-.225.45T8 14.05q0 .35.125.675t.375.575q.525.525.813 1.213T9.6 17.95q0 .575-.162 1.1t-.463 1l-.325.5q-.225.35-.638.425t-.762-.15t-.425-.625t.15-.75l.35-.525q.15-.225.225-.462t.075-.513"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 17q-.425.075-.763-.15t-.412-.65L1.05 6.7q-.075-.425.163-.788t.662-.487Q4.75 4.7 7.238 4.35T12 4t4.763.35t5.362 1.075q.425.125.663.488t.162.787l-1.775 9.5q-.075.425-.412.65T20 17t-.65-.4t-.15-.75l1.65-8.7q-2.6-.6-4.75-.875T12 6t-4.1.275t-4.75.875l1.65 8.7q.075.425-.15.75T4 17m12 .95q0-.35-.125-.675T15.5 16.7q-.525-.525-.812-1.213T14.4 14.05q0-.575.163-1.1t.462-1l.325-.5q.225-.35.638-.425t.762.15t.425.625t-.15.75l-.35.525q-.15.225-.213.463t-.062.512q0 .35.125.675t.375.575q.525.525.813 1.213T18 17.95q0 .575-.162 1.1t-.463 1l-.35.5q-.225.35-.625.425t-.75-.15t-.425-.625t.15-.75l.325-.525q.15-.225.225-.462T16 17.95m-4.2 0q0-.35-.125-.675T11.3 16.7q-.525-.525-.813-1.212T10.2 14.05q0-.575.163-1.1t.462-1l.325-.5q.225-.35.638-.425t.762.15t.425.625t-.15.75l-.35.525q-.15.225-.213.463t-.062.512q0 .35.125.675t.375.575q.525.525.813 1.213t.287 1.437q0 .575-.162 1.1t-.463 1l-.35.5q-.225.35-.625.425t-.75-.15t-.425-.625t.15-.75l.325-.525q.15-.225.225-.462t.075-.513m-4.175 0q0-.35-.138-.675T7.1 16.7q-.525-.525-.812-1.213T6 14.05q0-.575.15-1.1t.475-1l.35-.5q.225-.35.638-.425t.762.15t.425.625t-.15.75l-.35.525q-.15.2-.225.45T8 14.05q0 .35.125.675t.375.575q.525.525.813 1.213T9.6 17.95q0 .575-.162 1.1t-.463 1l-.325.5q-.225.35-.638.425t-.762-.15t-.425-.625t.15-.75l.35-.525q.15-.225.225-.462t.075-.513"/></svg> </template>
CSS
.icon-windshield-defrost-front-rounded {
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%22M4%2017q-.425.075-.763-.15t-.412-.65L1.05%206.7q-.075-.425.163-.788t.662-.487Q4.75%204.7%207.238%204.35T12%204t4.763.35t5.362%201.075q.425.125.663.488t.162.787l-1.775%209.5q-.075.425-.412.65T20%2017t-.65-.4t-.15-.75l1.65-8.7q-2.6-.6-4.75-.875T12%206t-4.1.275t-4.75.875l1.65%208.7q.075.425-.15.75T4%2017m12%20.95q0-.35-.125-.675T15.5%2016.7q-.525-.525-.812-1.213T14.4%2014.05q0-.575.163-1.1t.462-1l.325-.5q.225-.35.638-.425t.762.15t.425.625t-.15.75l-.35.525q-.15.225-.213.463t-.062.512q0%20.35.125.675t.375.575q.525.525.813%201.213T18%2017.95q0%20.575-.162%201.1t-.463%201l-.35.5q-.225.35-.625.425t-.75-.15t-.425-.625t.15-.75l.325-.525q.15-.225.225-.462T16%2017.95m-4.2%200q0-.35-.125-.675T11.3%2016.7q-.525-.525-.813-1.212T10.2%2014.05q0-.575.163-1.1t.462-1l.325-.5q.225-.35.638-.425t.762.15t.425.625t-.15.75l-.35.525q-.15.225-.213.463t-.062.512q0%20.35.125.675t.375.575q.525.525.813%201.213t.287%201.437q0%20.575-.162%201.1t-.463%201l-.35.5q-.225.35-.625.425t-.75-.15t-.425-.625t.15-.75l.325-.525q.15-.225.225-.462t.075-.513m-4.175%200q0-.35-.138-.675T7.1%2016.7q-.525-.525-.812-1.213T6%2014.05q0-.575.15-1.1t.475-1l.35-.5q.225-.35.638-.425t.762.15t.425.625t-.15.75l-.35.525q-.15.2-.225.45T8%2014.05q0%20.35.125.675t.375.575q.525.525.813%201.213T9.6%2017.95q0%20.575-.162%201.1t-.463%201l-.325.5q-.225.35-.638.425t-.762-.15t-.425-.625t.15-.75l.35-.525q.15-.225.225-.462t.075-.513%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%22M4%2017q-.425.075-.763-.15t-.412-.65L1.05%206.7q-.075-.425.163-.788t.662-.487Q4.75%204.7%207.238%204.35T12%204t4.763.35t5.362%201.075q.425.125.663.488t.162.787l-1.775%209.5q-.075.425-.412.65T20%2017t-.65-.4t-.15-.75l1.65-8.7q-2.6-.6-4.75-.875T12%206t-4.1.275t-4.75.875l1.65%208.7q.075.425-.15.75T4%2017m12%20.95q0-.35-.125-.675T15.5%2016.7q-.525-.525-.812-1.213T14.4%2014.05q0-.575.163-1.1t.462-1l.325-.5q.225-.35.638-.425t.762.15t.425.625t-.15.75l-.35.525q-.15.225-.213.463t-.062.512q0%20.35.125.675t.375.575q.525.525.813%201.213T18%2017.95q0%20.575-.162%201.1t-.463%201l-.35.5q-.225.35-.625.425t-.75-.15t-.425-.625t.15-.75l.325-.525q.15-.225.225-.462T16%2017.95m-4.2%200q0-.35-.125-.675T11.3%2016.7q-.525-.525-.813-1.212T10.2%2014.05q0-.575.163-1.1t.462-1l.325-.5q.225-.35.638-.425t.762.15t.425.625t-.15.75l-.35.525q-.15.225-.213.463t-.062.512q0%20.35.125.675t.375.575q.525.525.813%201.213t.287%201.437q0%20.575-.162%201.1t-.463%201l-.35.5q-.225.35-.625.425t-.75-.15t-.425-.625t.15-.75l.325-.525q.15-.225.225-.462t.075-.513m-4.175%200q0-.35-.138-.675T7.1%2016.7q-.525-.525-.812-1.213T6%2014.05q0-.575.15-1.1t.475-1l.35-.5q.225-.35.638-.425t.762.15t.425.625t-.15.75l-.35.525q-.15.2-.225.45T8%2014.05q0%20.35.125.675t.375.575q.525.525.813%201.213T9.6%2017.95q0%20.575-.162%201.1t-.463%201l-.325.5q-.225.35-.638.425t-.762-.15t-.425-.625t.15-.75l.35-.525q.15-.225.225-.462t.075-.513%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/windshield-defrost-front-rounded.svg?color=%231a73e8&size=48