car fan mid low right icon

car-fan-mid-low-right-sharp from Material Symbols by Google · Sharp · Transit · Apache-2.0 Free for personal and commercial use.

Name
car-fan-mid-low-right-sharp
Set
Material Symbols
Style
Sharp
Category
Transit
Viewbox
24×24
License
Apache 2.0
Aliases
car-fan-mid-low-right-outline-sharp

2 other variants in Material Symbols

The same icon in other sets

More transit icons from Material Symbols

Use the car fan 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="M10.725 23L9 22l4.025-7H16.5l1.45-5.025q.25-.875.925-1.425T20.4 8q1.2 0 1.963.912t.537 2.113L21.5 18h-7.875zM21 7q-.825 0-1.412-.587T19 5t.588-1.412T21 3t1.413.588T23 5t-.587 1.413T21 7m-10 4L9.6 9.6L12.175 7H6V5h6.175L9.6 2.425L11 1l5 5zm-5 8l-5-5l1.425-1.4L5 15.175V9h2v6.175L9.6 12.6L11 14z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsCarFanMidLowRightSharp(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="M10.725 23L9 22l4.025-7H16.5l1.45-5.025q.25-.875.925-1.425T20.4 8q1.2 0 1.963.912t.537 2.113L21.5 18h-7.875zM21 7q-.825 0-1.412-.587T19 5t.588-1.412T21 3t1.413.588T23 5t-.587 1.413T21 7m-10 4L9.6 9.6L12.175 7H6V5h6.175L9.6 2.425L11 1l5 5zm-5 8l-5-5l1.425-1.4L5 15.175V9h2v6.175L9.6 12.6L11 14z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.725 23L9 22l4.025-7H16.5l1.45-5.025q.25-.875.925-1.425T20.4 8q1.2 0 1.963.912t.537 2.113L21.5 18h-7.875zM21 7q-.825 0-1.412-.587T19 5t.588-1.412T21 3t1.413.588T23 5t-.587 1.413T21 7m-10 4L9.6 9.6L12.175 7H6V5h6.175L9.6 2.425L11 1l5 5zm-5 8l-5-5l1.425-1.4L5 15.175V9h2v6.175L9.6 12.6L11 14z"/></svg>
</template>

CSS

.icon-car-fan-mid-low-right-sharp {
  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%22M10.725%2023L9%2022l4.025-7H16.5l1.45-5.025q.25-.875.925-1.425T20.4%208q1.2%200%201.963.912t.537%202.113L21.5%2018h-7.875zM21%207q-.825%200-1.412-.587T19%205t.588-1.412T21%203t1.413.588T23%205t-.587%201.413T21%207m-10%204L9.6%209.6L12.175%207H6V5h6.175L9.6%202.425L11%201l5%205zm-5%208l-5-5l1.425-1.4L5%2015.175V9h2v6.175L9.6%2012.6L11%2014z%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%22M10.725%2023L9%2022l4.025-7H16.5l1.45-5.025q.25-.875.925-1.425T20.4%208q1.2%200%201.963.912t.537%202.113L21.5%2018h-7.875zM21%207q-.825%200-1.412-.587T19%205t.588-1.412T21%203t1.413.588T23%205t-.587%201.413T21%207m-10%204L9.6%209.6L12.175%207H6V5h6.175L9.6%202.425L11%201l5%205zm-5%208l-5-5l1.425-1.4L5%2015.175V9h2v6.175L9.6%2012.6L11%2014z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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