intent request uninstall icon

intent-request-uninstall from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.

Name
intent-request-uninstall
Set
Carbon
Style
Outline
Category
Organization
Viewbox
32×32
License
Apache 2.0

More organization icons from Carbon

Use the intent request uninstall icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M30 21.4L28.6 20L25 23.6L21.4 20L20 21.4l3.6 3.6l-3.6 3.6l1.4 1.4l3.6-3.6l3.6 3.6l1.4-1.4l-3.6-3.6z"/><path fill="currentColor" d="M15.4 30L5 23.8c-.6-.4-1-1-1-1.7V9.9c0-.7.4-1.4 1-1.7l10-5.9c.3-.2.6-.3 1-.3s.7.1 1 .3l10 5.9c.6.4 1 1 1 1.7V16h-2V9.9L16 4L6 9.9v12.2l10.5 6.2z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonIntentRequestUninstall(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="M30 21.4L28.6 20L25 23.6L21.4 20L20 21.4l3.6 3.6l-3.6 3.6l1.4 1.4l3.6-3.6l3.6 3.6l1.4-1.4l-3.6-3.6z"/><path fill="currentColor" d="M15.4 30L5 23.8c-.6-.4-1-1-1-1.7V9.9c0-.7.4-1.4 1-1.7l10-5.9c.3-.2.6-.3 1-.3s.7.1 1 .3l10 5.9c.6.4 1 1 1 1.7V16h-2V9.9L16 4L6 9.9v12.2l10.5 6.2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M30 21.4L28.6 20L25 23.6L21.4 20L20 21.4l3.6 3.6l-3.6 3.6l1.4 1.4l3.6-3.6l3.6 3.6l1.4-1.4l-3.6-3.6z"/><path fill="currentColor" d="M15.4 30L5 23.8c-.6-.4-1-1-1-1.7V9.9c0-.7.4-1.4 1-1.7l10-5.9c.3-.2.6-.3 1-.3s.7.1 1 .3l10 5.9c.6.4 1 1 1 1.7V16h-2V9.9L16 4L6 9.9v12.2l10.5 6.2z"/></svg>
</template>

CSS

.icon-intent-request-uninstall {
  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%22M30%2021.4L28.6%2020L25%2023.6L21.4%2020L20%2021.4l3.6%203.6l-3.6%203.6l1.4%201.4l3.6-3.6l3.6%203.6l1.4-1.4l-3.6-3.6z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.4%2030L5%2023.8c-.6-.4-1-1-1-1.7V9.9c0-.7.4-1.4%201-1.7l10-5.9c.3-.2.6-.3%201-.3s.7.1%201%20.3l10%205.9c.6.4%201%201%201%201.7V16h-2V9.9L16%204L6%209.9v12.2l10.5%206.2z%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%22M30%2021.4L28.6%2020L25%2023.6L21.4%2020L20%2021.4l3.6%203.6l-3.6%203.6l1.4%201.4l3.6-3.6l3.6%203.6l1.4-1.4l-3.6-3.6z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.4%2030L5%2023.8c-.6-.4-1-1-1-1.7V9.9c0-.7.4-1.4%201-1.7l10-5.9c.3-.2.6-.3%201-.3s.7.1%201%20.3l10%205.9c.6.4%201%201%201%201.7V16h-2V9.9L16%204L6%209.9v12.2l10.5%206.2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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