drive-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
drive-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

The same icon in other sets

Use the drive icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.083 15c0-.345-.09-.69-.268-1L16.04 4a2 2 0 0 0-1.732-1H10.69l6.928 12zM8.577 3.339l2.268 3.929l-6.85 11.866L2.184 16a2 2 0 0 1 0-2L7.958 4c.156-.27.369-.494.619-.661M5.345 20.795c.27.133.57.205.881.205h11.547a2 2 0 0 0 1.733-1l1.732-3H7.536zM12 9.268L15.31 15H8.69z"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteDriveFill(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="M22.083 15c0-.345-.09-.69-.268-1L16.04 4a2 2 0 0 0-1.732-1H10.69l6.928 12zM8.577 3.339l2.268 3.929l-6.85 11.866L2.184 16a2 2 0 0 1 0-2L7.958 4c.156-.27.369-.494.619-.661M5.345 20.795c.27.133.57.205.881.205h11.547a2 2 0 0 0 1.733-1l1.732-3H7.536zM12 9.268L15.31 15H8.69z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.083 15c0-.345-.09-.69-.268-1L16.04 4a2 2 0 0 0-1.732-1H10.69l6.928 12zM8.577 3.339l2.268 3.929l-6.85 11.866L2.184 16a2 2 0 0 1 0-2L7.958 4c.156-.27.369-.494.619-.661M5.345 20.795c.27.133.57.205.881.205h11.547a2 2 0 0 0 1.733-1l1.732-3H7.536zM12 9.268L15.31 15H8.69z"/></svg>
</template>

CSS

.icon-drive-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%22M22.083%2015c0-.345-.09-.69-.268-1L16.04%204a2%202%200%200%200-1.732-1H10.69l6.928%2012zM8.577%203.339l2.268%203.929l-6.85%2011.866L2.184%2016a2%202%200%200%201%200-2L7.958%204c.156-.27.369-.494.619-.661M5.345%2020.795c.27.133.57.205.881.205h11.547a2%202%200%200%200%201.733-1l1.732-3H7.536zM12%209.268L15.31%2015H8.69z%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%22M22.083%2015c0-.345-.09-.69-.268-1L16.04%204a2%202%200%200%200-1.732-1H10.69l6.928%2012zM8.577%203.339l2.268%203.929l-6.85%2011.866L2.184%2016a2%202%200%200%201%200-2L7.958%204c.156-.27.369-.494.619-.661M5.345%2020.795c.27.133.57.205.881.205h11.547a2%202%200%200%200%201.733-1l1.732-3H7.536zM12%209.268L15.31%2015H8.69z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/drive-fill.svg?color=%231a73e8&size=48