car defrost mid low right icon

car-defrost-mid-low-right-rounded from Material Symbols by Google · Rounded · Transit · Apache-2.0 Free for personal and commercial use.

Name
car-defrost-mid-low-right-rounded
Set
Material Symbols
Style
Rounded
Category
Transit
Viewbox
24×24
License
Apache 2.0
Aliases
car-defrost-mid-low-right-outline-rounded

2 other variants in Material Symbols

The same icon in other sets

More transit icons from Material Symbols

Use the car defrost mid low right icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m5.5 19.175l.375-.375q.3-.275.713-.288t.712.288t.3.7t-.3.7l-2.1 2.1q-.3.3-.7.3t-.7-.3l-2.1-2.1q-.3-.3-.3-.7t.3-.7t.713-.3t.712.3l.375.375V17q0-.425.288-.712T4.5 16t.713.288T5.5 17zM9.175 15.5H7q-.425 0-.712-.288T6 14.5t.288-.712T7 13.5h2.175l-.375-.375q-.275-.3-.288-.712T8.8 11.7t.7-.3t.7.3l2.1 2.1q.3.3.3.7t-.3.7l-2.1 2.1q-.3.3-.7.3t-.7-.3t-.3-.712t.3-.713zM4.85 9.225q.375-.1.763-.175t.787-.125q-.1-.4-.088-.775t.113-.75H6.2q-.15 0-.213-.125T6 7.025L7.05 5.25q.075-.125.213-.125t.212.125L8.55 7.025q.075.125 0 .25t-.225.125H8l-.075.25q-.1.25-.1.512t.1.613q.275-.025.538-.025h.975q.212 0 .437.025q-.05-.35-.05-.688t.1-.687h-.2q-.15 0-.225-.125t0-.25l1.075-1.775q.075-.125.213-.125T11 5.25l1.05 1.775q.075.125 0 .25t-.225.125h-.3l-.1.25q-.1.275-.087.562t.137.713q.425.05.875.125t.875.175L15.2 3.95q-1.45-.725-2.987-1.087T9 2.5q-1.625 0-3.2.363T2.875 3.95zM14.625 18l-2.4 4.15q-.2.35-.6.45t-.75-.1t-.462-.6t.087-.75L13.45 16q.275-.475.738-.738T15.2 15h1.3l1.45-5.025q.275-.875.938-1.425T20.4 8q1.2 0 1.975.912t.525 2.113L21.825 16.4q-.125.7-.687 1.15T19.85 18zM21 7q-.825 0-1.412-.587T19 5t.588-1.412T21 3t1.413.588T23 5t-.587 1.413T21 7M9 10.25q-1.35.05-2.2.138t-2.05.387q-.35.1-.675-.062t-.45-.513l-2.25-5.9q-.175-.45-.012-.9t.587-.675Q3.525 1.9 5.338 1.45T9 1q1.925 0 3.775.45T16.1 2.7q.425.225.563.688t-.038.912l-2.2 5.875q-.125.35-.462.525t-.688.075q-1.05-.275-2.125-.425T9 10.25"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsCarDefrostMidLowRightRounded(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.5 19.175l.375-.375q.3-.275.713-.288t.712.288t.3.7t-.3.7l-2.1 2.1q-.3.3-.7.3t-.7-.3l-2.1-2.1q-.3-.3-.3-.7t.3-.7t.713-.3t.712.3l.375.375V17q0-.425.288-.712T4.5 16t.713.288T5.5 17zM9.175 15.5H7q-.425 0-.712-.288T6 14.5t.288-.712T7 13.5h2.175l-.375-.375q-.275-.3-.288-.712T8.8 11.7t.7-.3t.7.3l2.1 2.1q.3.3.3.7t-.3.7l-2.1 2.1q-.3.3-.7.3t-.7-.3t-.3-.712t.3-.713zM4.85 9.225q.375-.1.763-.175t.787-.125q-.1-.4-.088-.775t.113-.75H6.2q-.15 0-.213-.125T6 7.025L7.05 5.25q.075-.125.213-.125t.212.125L8.55 7.025q.075.125 0 .25t-.225.125H8l-.075.25q-.1.25-.1.512t.1.613q.275-.025.538-.025h.975q.212 0 .437.025q-.05-.35-.05-.688t.1-.687h-.2q-.15 0-.225-.125t0-.25l1.075-1.775q.075-.125.213-.125T11 5.25l1.05 1.775q.075.125 0 .25t-.225.125h-.3l-.1.25q-.1.275-.087.562t.137.713q.425.05.875.125t.875.175L15.2 3.95q-1.45-.725-2.987-1.087T9 2.5q-1.625 0-3.2.363T2.875 3.95zM14.625 18l-2.4 4.15q-.2.35-.6.45t-.75-.1t-.462-.6t.087-.75L13.45 16q.275-.475.738-.738T15.2 15h1.3l1.45-5.025q.275-.875.938-1.425T20.4 8q1.2 0 1.975.912t.525 2.113L21.825 16.4q-.125.7-.687 1.15T19.85 18zM21 7q-.825 0-1.412-.587T19 5t.588-1.412T21 3t1.413.588T23 5t-.587 1.413T21 7M9 10.25q-1.35.05-2.2.138t-2.05.387q-.35.1-.675-.062t-.45-.513l-2.25-5.9q-.175-.45-.012-.9t.587-.675Q3.525 1.9 5.338 1.45T9 1q1.925 0 3.775.45T16.1 2.7q.425.225.563.688t-.038.912l-2.2 5.875q-.125.35-.462.525t-.688.075q-1.05-.275-2.125-.425T9 10.25"/></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.5 19.175l.375-.375q.3-.275.713-.288t.712.288t.3.7t-.3.7l-2.1 2.1q-.3.3-.7.3t-.7-.3l-2.1-2.1q-.3-.3-.3-.7t.3-.7t.713-.3t.712.3l.375.375V17q0-.425.288-.712T4.5 16t.713.288T5.5 17zM9.175 15.5H7q-.425 0-.712-.288T6 14.5t.288-.712T7 13.5h2.175l-.375-.375q-.275-.3-.288-.712T8.8 11.7t.7-.3t.7.3l2.1 2.1q.3.3.3.7t-.3.7l-2.1 2.1q-.3.3-.7.3t-.7-.3t-.3-.712t.3-.713zM4.85 9.225q.375-.1.763-.175t.787-.125q-.1-.4-.088-.775t.113-.75H6.2q-.15 0-.213-.125T6 7.025L7.05 5.25q.075-.125.213-.125t.212.125L8.55 7.025q.075.125 0 .25t-.225.125H8l-.075.25q-.1.25-.1.512t.1.613q.275-.025.538-.025h.975q.212 0 .437.025q-.05-.35-.05-.688t.1-.687h-.2q-.15 0-.225-.125t0-.25l1.075-1.775q.075-.125.213-.125T11 5.25l1.05 1.775q.075.125 0 .25t-.225.125h-.3l-.1.25q-.1.275-.087.562t.137.713q.425.05.875.125t.875.175L15.2 3.95q-1.45-.725-2.987-1.087T9 2.5q-1.625 0-3.2.363T2.875 3.95zM14.625 18l-2.4 4.15q-.2.35-.6.45t-.75-.1t-.462-.6t.087-.75L13.45 16q.275-.475.738-.738T15.2 15h1.3l1.45-5.025q.275-.875.938-1.425T20.4 8q1.2 0 1.975.912t.525 2.113L21.825 16.4q-.125.7-.687 1.15T19.85 18zM21 7q-.825 0-1.412-.587T19 5t.588-1.412T21 3t1.413.588T23 5t-.587 1.413T21 7M9 10.25q-1.35.05-2.2.138t-2.05.387q-.35.1-.675-.062t-.45-.513l-2.25-5.9q-.175-.45-.012-.9t.587-.675Q3.525 1.9 5.338 1.45T9 1q1.925 0 3.775.45T16.1 2.7q.425.225.563.688t-.038.912l-2.2 5.875q-.125.35-.462.525t-.688.075q-1.05-.275-2.125-.425T9 10.25"/></svg>
</template>

CSS

.icon-car-defrost-mid-low-right-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%22m5.5%2019.175l.375-.375q.3-.275.713-.288t.712.288t.3.7t-.3.7l-2.1%202.1q-.3.3-.7.3t-.7-.3l-2.1-2.1q-.3-.3-.3-.7t.3-.7t.713-.3t.712.3l.375.375V17q0-.425.288-.712T4.5%2016t.713.288T5.5%2017zM9.175%2015.5H7q-.425%200-.712-.288T6%2014.5t.288-.712T7%2013.5h2.175l-.375-.375q-.275-.3-.288-.712T8.8%2011.7t.7-.3t.7.3l2.1%202.1q.3.3.3.7t-.3.7l-2.1%202.1q-.3.3-.7.3t-.7-.3t-.3-.712t.3-.713zM4.85%209.225q.375-.1.763-.175t.787-.125q-.1-.4-.088-.775t.113-.75H6.2q-.15%200-.213-.125T6%207.025L7.05%205.25q.075-.125.213-.125t.212.125L8.55%207.025q.075.125%200%20.25t-.225.125H8l-.075.25q-.1.25-.1.512t.1.613q.275-.025.538-.025h.975q.212%200%20.437.025q-.05-.35-.05-.688t.1-.687h-.2q-.15%200-.225-.125t0-.25l1.075-1.775q.075-.125.213-.125T11%205.25l1.05%201.775q.075.125%200%20.25t-.225.125h-.3l-.1.25q-.1.275-.087.562t.137.713q.425.05.875.125t.875.175L15.2%203.95q-1.45-.725-2.987-1.087T9%202.5q-1.625%200-3.2.363T2.875%203.95zM14.625%2018l-2.4%204.15q-.2.35-.6.45t-.75-.1t-.462-.6t.087-.75L13.45%2016q.275-.475.738-.738T15.2%2015h1.3l1.45-5.025q.275-.875.938-1.425T20.4%208q1.2%200%201.975.912t.525%202.113L21.825%2016.4q-.125.7-.687%201.15T19.85%2018zM21%207q-.825%200-1.412-.587T19%205t.588-1.412T21%203t1.413.588T23%205t-.587%201.413T21%207M9%2010.25q-1.35.05-2.2.138t-2.05.387q-.35.1-.675-.062t-.45-.513l-2.25-5.9q-.175-.45-.012-.9t.587-.675Q3.525%201.9%205.338%201.45T9%201q1.925%200%203.775.45T16.1%202.7q.425.225.563.688t-.038.912l-2.2%205.875q-.125.35-.462.525t-.688.075q-1.05-.275-2.125-.425T9%2010.25%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.5%2019.175l.375-.375q.3-.275.713-.288t.712.288t.3.7t-.3.7l-2.1%202.1q-.3.3-.7.3t-.7-.3l-2.1-2.1q-.3-.3-.3-.7t.3-.7t.713-.3t.712.3l.375.375V17q0-.425.288-.712T4.5%2016t.713.288T5.5%2017zM9.175%2015.5H7q-.425%200-.712-.288T6%2014.5t.288-.712T7%2013.5h2.175l-.375-.375q-.275-.3-.288-.712T8.8%2011.7t.7-.3t.7.3l2.1%202.1q.3.3.3.7t-.3.7l-2.1%202.1q-.3.3-.7.3t-.7-.3t-.3-.712t.3-.713zM4.85%209.225q.375-.1.763-.175t.787-.125q-.1-.4-.088-.775t.113-.75H6.2q-.15%200-.213-.125T6%207.025L7.05%205.25q.075-.125.213-.125t.212.125L8.55%207.025q.075.125%200%20.25t-.225.125H8l-.075.25q-.1.25-.1.512t.1.613q.275-.025.538-.025h.975q.212%200%20.437.025q-.05-.35-.05-.688t.1-.687h-.2q-.15%200-.225-.125t0-.25l1.075-1.775q.075-.125.213-.125T11%205.25l1.05%201.775q.075.125%200%20.25t-.225.125h-.3l-.1.25q-.1.275-.087.562t.137.713q.425.05.875.125t.875.175L15.2%203.95q-1.45-.725-2.987-1.087T9%202.5q-1.625%200-3.2.363T2.875%203.95zM14.625%2018l-2.4%204.15q-.2.35-.6.45t-.75-.1t-.462-.6t.087-.75L13.45%2016q.275-.475.738-.738T15.2%2015h1.3l1.45-5.025q.275-.875.938-1.425T20.4%208q1.2%200%201.975.912t.525%202.113L21.825%2016.4q-.125.7-.687%201.15T19.85%2018zM21%207q-.825%200-1.412-.587T19%205t.588-1.412T21%203t1.413.588T23%205t-.587%201.413T21%207M9%2010.25q-1.35.05-2.2.138t-2.05.387q-.35.1-.675-.062t-.45-.513l-2.25-5.9q-.175-.45-.012-.9t.587-.675Q3.525%201.9%205.338%201.45T9%201q1.925%200%203.775.45T16.1%202.7q.425.225.563.688t-.038.912l-2.2%205.875q-.125.35-.462.525t-.688.075q-1.05-.275-2.125-.425T9%2010.25%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/car-defrost-mid-low-right-rounded.svg?color=%231a73e8&size=48