drill back icon

drill-back from Carbon by IBM · Outline · Actions · Apache-2.0 Free for personal and commercial use.

Name
drill-back
Set
Carbon
Style
Outline
Category
Actions
Viewbox
32×32
License
Apache 2.0

More actions icons from Carbon

Use the drill back icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m6 22l1.414-1.414L3.828 17H12v-2H3.828l3.586-3.586L6 10l-6 6z"/><path fill="currentColor" d="M16 10a5.98 5.98 0 0 0-4.243 1.757L16 16l-4.243 4.243A6 6 0 1 0 16 10"/><path fill="currentColor" d="M16 2a13.96 13.96 0 0 0-9.895 4.105l1.414 1.414a12 12 0 1 1 0 16.962l-1.414 1.414A13.997 13.997 0 1 0 16 2"/></svg>

React

import type { SVGProps } from "react";

export function CarbonDrillBack(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m6 22l1.414-1.414L3.828 17H12v-2H3.828l3.586-3.586L6 10l-6 6z"/><path fill="currentColor" d="M16 10a5.98 5.98 0 0 0-4.243 1.757L16 16l-4.243 4.243A6 6 0 1 0 16 10"/><path fill="currentColor" d="M16 2a13.96 13.96 0 0 0-9.895 4.105l1.414 1.414a12 12 0 1 1 0 16.962l-1.414 1.414A13.997 13.997 0 1 0 16 2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m6 22l1.414-1.414L3.828 17H12v-2H3.828l3.586-3.586L6 10l-6 6z"/><path fill="currentColor" d="M16 10a5.98 5.98 0 0 0-4.243 1.757L16 16l-4.243 4.243A6 6 0 1 0 16 10"/><path fill="currentColor" d="M16 2a13.96 13.96 0 0 0-9.895 4.105l1.414 1.414a12 12 0 1 1 0 16.962l-1.414 1.414A13.997 13.997 0 1 0 16 2"/></svg>
</template>

CSS

.icon-drill-back {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m6%2022l1.414-1.414L3.828%2017H12v-2H3.828l3.586-3.586L6%2010l-6%206z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%2010a5.98%205.98%200%200%200-4.243%201.757L16%2016l-4.243%204.243A6%206%200%201%200%2016%2010%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%202a13.96%2013.96%200%200%200-9.895%204.105l1.414%201.414a12%2012%200%201%201%200%2016.962l-1.414%201.414A13.997%2013.997%200%201%200%2016%202%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m6%2022l1.414-1.414L3.828%2017H12v-2H3.828l3.586-3.586L6%2010l-6%206z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%2010a5.98%205.98%200%200%200-4.243%201.757L16%2016l-4.243%204.243A6%206%200%201%200%2016%2010%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%202a13.96%2013.96%200%200%200-9.895%204.105l1.414%201.414a12%2012%200%201%201%200%2016.962l-1.414%201.414A13.997%2013.997%200%201%200%2016%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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