car fan mid low right icon

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

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

5 other variants in Material Symbols Light

The same icon in other sets

More transit icons from Material Symbols Light

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="m12.798 17.692l-2.727 3.92q-.104.177-.314.21q-.21.032-.388-.072t-.219-.311t.062-.385l2.969-4.65q.217-.302.507-.478t.628-.176h3.626l1.624-5.64q.192-.644.636-1.031t1.006-.387q.777 0 1.28.596t.354 1.372l-1.151 5.74q-.106.585-.553.939q-.448.353-1.019.353zM20.519 4.77q.614 0 1.038.424t.424 1.038t-.424 1.037t-1.038.424t-1.037-.424t-.424-1.037t.424-1.038t1.037-.424m-7.036 1.5H7.519q-.213 0-.357-.143t-.143-.357t.143-.356t.357-.144h5.945l-2.548-2.548q-.16-.16-.15-.35q.009-.192.169-.358q.165-.146.356-.155q.192-.01.357.155l3.19 3.19q.131.132.184.268q.053.137.053.298t-.053.298t-.183.268L11.642 9.55q-.14.16-.341.163t-.367-.163q-.159-.16-.15-.354t.15-.354zM5.596 16.483l.02-5.983q0-.213.143-.357T6.116 10t.356.143t.144.357v5.944l2.553-2.528q.16-.141.351-.144q.192-.003.357.144q.16.159.16.363t-.16.363L6.681 17.82q-.131.131-.267.184q-.137.053-.298.053q-.162 0-.299-.053t-.267-.184l-3.215-3.215q-.147-.146-.134-.344q.012-.199.158-.345q.147-.14.345-.143t.344.144z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightCarFanMidLowRightRounded(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="m12.798 17.692l-2.727 3.92q-.104.177-.314.21q-.21.032-.388-.072t-.219-.311t.062-.385l2.969-4.65q.217-.302.507-.478t.628-.176h3.626l1.624-5.64q.192-.644.636-1.031t1.006-.387q.777 0 1.28.596t.354 1.372l-1.151 5.74q-.106.585-.553.939q-.448.353-1.019.353zM20.519 4.77q.614 0 1.038.424t.424 1.038t-.424 1.037t-1.038.424t-1.037-.424t-.424-1.037t.424-1.038t1.037-.424m-7.036 1.5H7.519q-.213 0-.357-.143t-.143-.357t.143-.356t.357-.144h5.945l-2.548-2.548q-.16-.16-.15-.35q.009-.192.169-.358q.165-.146.356-.155q.192-.01.357.155l3.19 3.19q.131.132.184.268q.053.137.053.298t-.053.298t-.183.268L11.642 9.55q-.14.16-.341.163t-.367-.163q-.159-.16-.15-.354t.15-.354zM5.596 16.483l.02-5.983q0-.213.143-.357T6.116 10t.356.143t.144.357v5.944l2.553-2.528q.16-.141.351-.144q.192-.003.357.144q.16.159.16.363t-.16.363L6.681 17.82q-.131.131-.267.184q-.137.053-.298.053q-.162 0-.299-.053t-.267-.184l-3.215-3.215q-.147-.146-.134-.344q.012-.199.158-.345q.147-.14.345-.143t.344.144z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12.798 17.692l-2.727 3.92q-.104.177-.314.21q-.21.032-.388-.072t-.219-.311t.062-.385l2.969-4.65q.217-.302.507-.478t.628-.176h3.626l1.624-5.64q.192-.644.636-1.031t1.006-.387q.777 0 1.28.596t.354 1.372l-1.151 5.74q-.106.585-.553.939q-.448.353-1.019.353zM20.519 4.77q.614 0 1.038.424t.424 1.038t-.424 1.037t-1.038.424t-1.037-.424t-.424-1.037t.424-1.038t1.037-.424m-7.036 1.5H7.519q-.213 0-.357-.143t-.143-.357t.143-.356t.357-.144h5.945l-2.548-2.548q-.16-.16-.15-.35q.009-.192.169-.358q.165-.146.356-.155q.192-.01.357.155l3.19 3.19q.131.132.184.268q.053.137.053.298t-.053.298t-.183.268L11.642 9.55q-.14.16-.341.163t-.367-.163q-.159-.16-.15-.354t.15-.354zM5.596 16.483l.02-5.983q0-.213.143-.357T6.116 10t.356.143t.144.357v5.944l2.553-2.528q.16-.141.351-.144q.192-.003.357.144q.16.159.16.363t-.16.363L6.681 17.82q-.131.131-.267.184q-.137.053-.298.053q-.162 0-.299-.053t-.267-.184l-3.215-3.215q-.147-.146-.134-.344q.012-.199.158-.345q.147-.14.345-.143t.344.144z"/></svg>
</template>

CSS

.icon-car-fan-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%22m12.798%2017.692l-2.727%203.92q-.104.177-.314.21q-.21.032-.388-.072t-.219-.311t.062-.385l2.969-4.65q.217-.302.507-.478t.628-.176h3.626l1.624-5.64q.192-.644.636-1.031t1.006-.387q.777%200%201.28.596t.354%201.372l-1.151%205.74q-.106.585-.553.939q-.448.353-1.019.353zM20.519%204.77q.614%200%201.038.424t.424%201.038t-.424%201.037t-1.038.424t-1.037-.424t-.424-1.037t.424-1.038t1.037-.424m-7.036%201.5H7.519q-.213%200-.357-.143t-.143-.357t.143-.356t.357-.144h5.945l-2.548-2.548q-.16-.16-.15-.35q.009-.192.169-.358q.165-.146.356-.155q.192-.01.357.155l3.19%203.19q.131.132.184.268q.053.137.053.298t-.053.298t-.183.268L11.642%209.55q-.14.16-.341.163t-.367-.163q-.159-.16-.15-.354t.15-.354zM5.596%2016.483l.02-5.983q0-.213.143-.357T6.116%2010t.356.143t.144.357v5.944l2.553-2.528q.16-.141.351-.144q.192-.003.357.144q.16.159.16.363t-.16.363L6.681%2017.82q-.131.131-.267.184q-.137.053-.298.053q-.162%200-.299-.053t-.267-.184l-3.215-3.215q-.147-.146-.134-.344q.012-.199.158-.345q.147-.14.345-.143t.344.144z%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%22m12.798%2017.692l-2.727%203.92q-.104.177-.314.21q-.21.032-.388-.072t-.219-.311t.062-.385l2.969-4.65q.217-.302.507-.478t.628-.176h3.626l1.624-5.64q.192-.644.636-1.031t1.006-.387q.777%200%201.28.596t.354%201.372l-1.151%205.74q-.106.585-.553.939q-.448.353-1.019.353zM20.519%204.77q.614%200%201.038.424t.424%201.038t-.424%201.037t-1.038.424t-1.037-.424t-.424-1.037t.424-1.038t1.037-.424m-7.036%201.5H7.519q-.213%200-.357-.143t-.143-.357t.143-.356t.357-.144h5.945l-2.548-2.548q-.16-.16-.15-.35q.009-.192.169-.358q.165-.146.356-.155q.192-.01.357.155l3.19%203.19q.131.132.184.268q.053.137.053.298t-.053.298t-.183.268L11.642%209.55q-.14.16-.341.163t-.367-.163q-.159-.16-.15-.354t.15-.354zM5.596%2016.483l.02-5.983q0-.213.143-.357T6.116%2010t.356.143t.144.357v5.944l2.553-2.528q.16-.141.351-.144q.192-.003.357.144q.16.159.16.363t-.16.363L6.681%2017.82q-.131.131-.267.184q-.137.053-.298.053q-.162%200-.299-.053t-.267-.184l-3.215-3.215q-.147-.146-.134-.344q.012-.199.158-.345q.147-.14.345-.143t.344.144z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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