driver refresh icon

driver-refresh-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.

Name
driver-refresh-filled
Set
Reicon
Style
Filled
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

More newicons icons from Reicon

Use the driver refresh icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.93 12.75H3c-.55 0-1 .45-1 1v2.44C2 19.4 4.6 22 7.81 22h1.7c.77 0 1.24-.82.87-1.5c-.79-1.47-1.1-3.24-.71-5.1c.14-.68.38-1.32.7-1.92a.498.498 0 0 0-.44-.73M6.75 18c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-2c0-.41.34-.75.75-.75s.75.34.75.75zm9.44-16H7.81C4.6 2 2 4.6 2 7.81v2.44c0 .55.45 1 1 1h8.84c.22 0 .43-.08.61-.22c.86-.66 1.87-1.14 2.95-1.36c1.86-.39 3.63-.08 5.1.71c.68.36 1.5-.1 1.5-.87v-1.7C22 4.6 19.4 2 16.19 2M6.75 8.25c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-2c0-.41.34-.75.75-.75s.75.34.75.75zm4 0c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-2c0-.41.34-.75.75-.75s.75.34.75.75zM18 8h-4c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h4c.41 0 .75.34.75.75S18.41 8 18 8m-1 3c-3.31 0-6 2.69-6 6s2.69 6 6 6s6-2.69 6-6s-2.69-6-6-6m2.93 7.2c-.16.39-.39.74-.69 1.04a3.14 3.14 0 0 1-4.1.31v.14c0 .31-.25.57-.57.57a.58.58 0 0 1-.57-.58v-1.44c0-.31.25-.57.57-.57h1.44c.31 0 .57.25.57.57c0 .29-.21.51-.49.55c.76.37 1.73.25 2.34-.36a2 2 0 0 0 .44-.67c.12-.29.45-.43.74-.31c.3.12.44.46.32.75m.07-2.44c0 .31-.25.57-.57.57h-1.44a.57.57 0 0 1-.57-.57c0-.29.21-.51.49-.55c-.76-.37-1.73-.25-2.35.36c-.17.17-.3.36-.4.57a.565.565 0 0 1-.75.28a.567.567 0 0 1-.27-.76c.16-.33.37-.63.62-.89a3.14 3.14 0 0 1 4.1-.31v-.13c0-.31.25-.57.57-.57s.57.24.57.56z"/></svg>

React

import type { SVGProps } from "react";

export function ReiconDriverRefreshFilled(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="M9.93 12.75H3c-.55 0-1 .45-1 1v2.44C2 19.4 4.6 22 7.81 22h1.7c.77 0 1.24-.82.87-1.5c-.79-1.47-1.1-3.24-.71-5.1c.14-.68.38-1.32.7-1.92a.498.498 0 0 0-.44-.73M6.75 18c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-2c0-.41.34-.75.75-.75s.75.34.75.75zm9.44-16H7.81C4.6 2 2 4.6 2 7.81v2.44c0 .55.45 1 1 1h8.84c.22 0 .43-.08.61-.22c.86-.66 1.87-1.14 2.95-1.36c1.86-.39 3.63-.08 5.1.71c.68.36 1.5-.1 1.5-.87v-1.7C22 4.6 19.4 2 16.19 2M6.75 8.25c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-2c0-.41.34-.75.75-.75s.75.34.75.75zm4 0c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-2c0-.41.34-.75.75-.75s.75.34.75.75zM18 8h-4c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h4c.41 0 .75.34.75.75S18.41 8 18 8m-1 3c-3.31 0-6 2.69-6 6s2.69 6 6 6s6-2.69 6-6s-2.69-6-6-6m2.93 7.2c-.16.39-.39.74-.69 1.04a3.14 3.14 0 0 1-4.1.31v.14c0 .31-.25.57-.57.57a.58.58 0 0 1-.57-.58v-1.44c0-.31.25-.57.57-.57h1.44c.31 0 .57.25.57.57c0 .29-.21.51-.49.55c.76.37 1.73.25 2.34-.36a2 2 0 0 0 .44-.67c.12-.29.45-.43.74-.31c.3.12.44.46.32.75m.07-2.44c0 .31-.25.57-.57.57h-1.44a.57.57 0 0 1-.57-.57c0-.29.21-.51.49-.55c-.76-.37-1.73-.25-2.35.36c-.17.17-.3.36-.4.57a.565.565 0 0 1-.75.28a.567.567 0 0 1-.27-.76c.16-.33.37-.63.62-.89a3.14 3.14 0 0 1 4.1-.31v-.13c0-.31.25-.57.57-.57s.57.24.57.56z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.93 12.75H3c-.55 0-1 .45-1 1v2.44C2 19.4 4.6 22 7.81 22h1.7c.77 0 1.24-.82.87-1.5c-.79-1.47-1.1-3.24-.71-5.1c.14-.68.38-1.32.7-1.92a.498.498 0 0 0-.44-.73M6.75 18c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-2c0-.41.34-.75.75-.75s.75.34.75.75zm9.44-16H7.81C4.6 2 2 4.6 2 7.81v2.44c0 .55.45 1 1 1h8.84c.22 0 .43-.08.61-.22c.86-.66 1.87-1.14 2.95-1.36c1.86-.39 3.63-.08 5.1.71c.68.36 1.5-.1 1.5-.87v-1.7C22 4.6 19.4 2 16.19 2M6.75 8.25c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-2c0-.41.34-.75.75-.75s.75.34.75.75zm4 0c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-2c0-.41.34-.75.75-.75s.75.34.75.75zM18 8h-4c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h4c.41 0 .75.34.75.75S18.41 8 18 8m-1 3c-3.31 0-6 2.69-6 6s2.69 6 6 6s6-2.69 6-6s-2.69-6-6-6m2.93 7.2c-.16.39-.39.74-.69 1.04a3.14 3.14 0 0 1-4.1.31v.14c0 .31-.25.57-.57.57a.58.58 0 0 1-.57-.58v-1.44c0-.31.25-.57.57-.57h1.44c.31 0 .57.25.57.57c0 .29-.21.51-.49.55c.76.37 1.73.25 2.34-.36a2 2 0 0 0 .44-.67c.12-.29.45-.43.74-.31c.3.12.44.46.32.75m.07-2.44c0 .31-.25.57-.57.57h-1.44a.57.57 0 0 1-.57-.57c0-.29.21-.51.49-.55c-.76-.37-1.73-.25-2.35.36c-.17.17-.3.36-.4.57a.565.565 0 0 1-.75.28a.567.567 0 0 1-.27-.76c.16-.33.37-.63.62-.89a3.14 3.14 0 0 1 4.1-.31v-.13c0-.31.25-.57.57-.57s.57.24.57.56z"/></svg>
</template>

CSS

.icon-driver-refresh-filled {
  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%22M9.93%2012.75H3c-.55%200-1%20.45-1%201v2.44C2%2019.4%204.6%2022%207.81%2022h1.7c.77%200%201.24-.82.87-1.5c-.79-1.47-1.1-3.24-.71-5.1c.14-.68.38-1.32.7-1.92a.498.498%200%200%200-.44-.73M6.75%2018c0%20.41-.34.75-.75.75s-.75-.34-.75-.75v-2c0-.41.34-.75.75-.75s.75.34.75.75zm9.44-16H7.81C4.6%202%202%204.6%202%207.81v2.44c0%20.55.45%201%201%201h8.84c.22%200%20.43-.08.61-.22c.86-.66%201.87-1.14%202.95-1.36c1.86-.39%203.63-.08%205.1.71c.68.36%201.5-.1%201.5-.87v-1.7C22%204.6%2019.4%202%2016.19%202M6.75%208.25c0%20.41-.34.75-.75.75s-.75-.34-.75-.75v-2c0-.41.34-.75.75-.75s.75.34.75.75zm4%200c0%20.41-.34.75-.75.75s-.75-.34-.75-.75v-2c0-.41.34-.75.75-.75s.75.34.75.75zM18%208h-4c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h4c.41%200%20.75.34.75.75S18.41%208%2018%208m-1%203c-3.31%200-6%202.69-6%206s2.69%206%206%206s6-2.69%206-6s-2.69-6-6-6m2.93%207.2c-.16.39-.39.74-.69%201.04a3.14%203.14%200%200%201-4.1.31v.14c0%20.31-.25.57-.57.57a.58.58%200%200%201-.57-.58v-1.44c0-.31.25-.57.57-.57h1.44c.31%200%20.57.25.57.57c0%20.29-.21.51-.49.55c.76.37%201.73.25%202.34-.36a2%202%200%200%200%20.44-.67c.12-.29.45-.43.74-.31c.3.12.44.46.32.75m.07-2.44c0%20.31-.25.57-.57.57h-1.44a.57.57%200%200%201-.57-.57c0-.29.21-.51.49-.55c-.76-.37-1.73-.25-2.35.36c-.17.17-.3.36-.4.57a.565.565%200%200%201-.75.28a.567.567%200%200%201-.27-.76c.16-.33.37-.63.62-.89a3.14%203.14%200%200%201%204.1-.31v-.13c0-.31.25-.57.57-.57s.57.24.57.56z%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%22M9.93%2012.75H3c-.55%200-1%20.45-1%201v2.44C2%2019.4%204.6%2022%207.81%2022h1.7c.77%200%201.24-.82.87-1.5c-.79-1.47-1.1-3.24-.71-5.1c.14-.68.38-1.32.7-1.92a.498.498%200%200%200-.44-.73M6.75%2018c0%20.41-.34.75-.75.75s-.75-.34-.75-.75v-2c0-.41.34-.75.75-.75s.75.34.75.75zm9.44-16H7.81C4.6%202%202%204.6%202%207.81v2.44c0%20.55.45%201%201%201h8.84c.22%200%20.43-.08.61-.22c.86-.66%201.87-1.14%202.95-1.36c1.86-.39%203.63-.08%205.1.71c.68.36%201.5-.1%201.5-.87v-1.7C22%204.6%2019.4%202%2016.19%202M6.75%208.25c0%20.41-.34.75-.75.75s-.75-.34-.75-.75v-2c0-.41.34-.75.75-.75s.75.34.75.75zm4%200c0%20.41-.34.75-.75.75s-.75-.34-.75-.75v-2c0-.41.34-.75.75-.75s.75.34.75.75zM18%208h-4c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h4c.41%200%20.75.34.75.75S18.41%208%2018%208m-1%203c-3.31%200-6%202.69-6%206s2.69%206%206%206s6-2.69%206-6s-2.69-6-6-6m2.93%207.2c-.16.39-.39.74-.69%201.04a3.14%203.14%200%200%201-4.1.31v.14c0%20.31-.25.57-.57.57a.58.58%200%200%201-.57-.58v-1.44c0-.31.25-.57.57-.57h1.44c.31%200%20.57.25.57.57c0%20.29-.21.51-.49.55c.76.37%201.73.25%202.34-.36a2%202%200%200%200%20.44-.67c.12-.29.45-.43.74-.31c.3.12.44.46.32.75m.07-2.44c0%20.31-.25.57-.57.57h-1.44a.57.57%200%200%201-.57-.57c0-.29.21-.51.49-.55c-.76-.37-1.73-.25-2.35.36c-.17.17-.3.36-.4.57a.565.565%200%200%201-.75.28a.567.567%200%200%201-.27-.76c.16-.33.37-.63.62-.89a3.14%203.14%200%200%201%204.1-.31v-.13c0-.31.25-.57.57-.57s.57.24.57.56z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/driver-refresh-filled.svg?color=%231a73e8&size=48