drill down icon

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

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

More actions icons from Carbon

Use the drill down icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m10 6l1.414-1.414L15 8.172V0h2v8.172l3.586-3.586L22 6l-6 6z"/><path fill="currentColor" d="M22 16a5.98 5.98 0 0 0-1.757-4.243L16 16l-4.243-4.243A6 6 0 1 0 22 16"/><path fill="currentColor" d="M30 16a13.96 13.96 0 0 0-4.105-9.895l-1.414 1.414a12 12 0 1 1-16.962 0L6.105 6.105A13.997 13.997 0 1 0 30 16"/></svg>

React

import type { SVGProps } from "react";

export function CarbonDrillDown(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="m10 6l1.414-1.414L15 8.172V0h2v8.172l3.586-3.586L22 6l-6 6z"/><path fill="currentColor" d="M22 16a5.98 5.98 0 0 0-1.757-4.243L16 16l-4.243-4.243A6 6 0 1 0 22 16"/><path fill="currentColor" d="M30 16a13.96 13.96 0 0 0-4.105-9.895l-1.414 1.414a12 12 0 1 1-16.962 0L6.105 6.105A13.997 13.997 0 1 0 30 16"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m10 6l1.414-1.414L15 8.172V0h2v8.172l3.586-3.586L22 6l-6 6z"/><path fill="currentColor" d="M22 16a5.98 5.98 0 0 0-1.757-4.243L16 16l-4.243-4.243A6 6 0 1 0 22 16"/><path fill="currentColor" d="M30 16a13.96 13.96 0 0 0-4.105-9.895l-1.414 1.414a12 12 0 1 1-16.962 0L6.105 6.105A13.997 13.997 0 1 0 30 16"/></svg>
</template>

CSS

.icon-drill-down {
  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%22m10%206l1.414-1.414L15%208.172V0h2v8.172l3.586-3.586L22%206l-6%206z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22%2016a5.98%205.98%200%200%200-1.757-4.243L16%2016l-4.243-4.243A6%206%200%201%200%2022%2016%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M30%2016a13.96%2013.96%200%200%200-4.105-9.895l-1.414%201.414a12%2012%200%201%201-16.962%200L6.105%206.105A13.997%2013.997%200%201%200%2030%2016%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%22m10%206l1.414-1.414L15%208.172V0h2v8.172l3.586-3.586L22%206l-6%206z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22%2016a5.98%205.98%200%200%200-1.757-4.243L16%2016l-4.243-4.243A6%206%200%201%200%2022%2016%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M30%2016a13.96%2013.96%200%200%200-4.105-9.895l-1.414%201.414a12%2012%200%201%201-16.962%200L6.105%206.105A13.997%2013.997%200%201%200%2030%2016%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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