asset confirm icon

asset-confirm from Carbon by IBM · Outline · Tools · Apache-2.0 Free for personal and commercial use.

Name
asset-confirm
Set
Carbon
Style
Outline
Category
Tools
Viewbox
32×32
License
Apache 2.0

More tools icons from Carbon

Use the asset confirm icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m21 27.18l-2.59-2.59L17 26l4 4l7-7l-1.41-1.41zM12 24a4 4 0 1 1 4-4a4.004 4.004 0 0 1-4 4m0-6a2 2 0 1 0 2 2a2 2 0 0 0-2-2"/><path fill="currentColor" d="M26 2a3.86 3.86 0 0 0-1.85.48L7.76 10.96A9.99 9.99 0 0 0 12 30a9.4 9.4 0 0 0 2-.21v-2.04a8.2 8.2 0 0 1-2 .25a8 8 0 1 1 8-8a8 8 0 0 1-.06 1h2.78l6.84-13.21A3.973 3.973 0 0 0 26 2m-4.14 16.34a10.02 10.02 0 0 0-8.22-8.19l8.38-4.34c0 .06-.02.12-.02.19a4 4 0 0 0 4 4c.06 0 .12-.02.19-.02ZM26 8a2 2 0 1 1 2-2a2.006 2.006 0 0 1-2 2"/></svg>

React

import type { SVGProps } from "react";

export function CarbonAssetConfirm(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="m21 27.18l-2.59-2.59L17 26l4 4l7-7l-1.41-1.41zM12 24a4 4 0 1 1 4-4a4.004 4.004 0 0 1-4 4m0-6a2 2 0 1 0 2 2a2 2 0 0 0-2-2"/><path fill="currentColor" d="M26 2a3.86 3.86 0 0 0-1.85.48L7.76 10.96A9.99 9.99 0 0 0 12 30a9.4 9.4 0 0 0 2-.21v-2.04a8.2 8.2 0 0 1-2 .25a8 8 0 1 1 8-8a8 8 0 0 1-.06 1h2.78l6.84-13.21A3.973 3.973 0 0 0 26 2m-4.14 16.34a10.02 10.02 0 0 0-8.22-8.19l8.38-4.34c0 .06-.02.12-.02.19a4 4 0 0 0 4 4c.06 0 .12-.02.19-.02ZM26 8a2 2 0 1 1 2-2a2.006 2.006 0 0 1-2 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="m21 27.18l-2.59-2.59L17 26l4 4l7-7l-1.41-1.41zM12 24a4 4 0 1 1 4-4a4.004 4.004 0 0 1-4 4m0-6a2 2 0 1 0 2 2a2 2 0 0 0-2-2"/><path fill="currentColor" d="M26 2a3.86 3.86 0 0 0-1.85.48L7.76 10.96A9.99 9.99 0 0 0 12 30a9.4 9.4 0 0 0 2-.21v-2.04a8.2 8.2 0 0 1-2 .25a8 8 0 1 1 8-8a8 8 0 0 1-.06 1h2.78l6.84-13.21A3.973 3.973 0 0 0 26 2m-4.14 16.34a10.02 10.02 0 0 0-8.22-8.19l8.38-4.34c0 .06-.02.12-.02.19a4 4 0 0 0 4 4c.06 0 .12-.02.19-.02ZM26 8a2 2 0 1 1 2-2a2.006 2.006 0 0 1-2 2"/></svg>
</template>

CSS

.icon-asset-confirm {
  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%22m21%2027.18l-2.59-2.59L17%2026l4%204l7-7l-1.41-1.41zM12%2024a4%204%200%201%201%204-4a4.004%204.004%200%200%201-4%204m0-6a2%202%200%201%200%202%202a2%202%200%200%200-2-2%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M26%202a3.86%203.86%200%200%200-1.85.48L7.76%2010.96A9.99%209.99%200%200%200%2012%2030a9.4%209.4%200%200%200%202-.21v-2.04a8.2%208.2%200%200%201-2%20.25a8%208%200%201%201%208-8a8%208%200%200%201-.06%201h2.78l6.84-13.21A3.973%203.973%200%200%200%2026%202m-4.14%2016.34a10.02%2010.02%200%200%200-8.22-8.19l8.38-4.34c0%20.06-.02.12-.02.19a4%204%200%200%200%204%204c.06%200%20.12-.02.19-.02ZM26%208a2%202%200%201%201%202-2a2.006%202.006%200%200%201-2%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%22m21%2027.18l-2.59-2.59L17%2026l4%204l7-7l-1.41-1.41zM12%2024a4%204%200%201%201%204-4a4.004%204.004%200%200%201-4%204m0-6a2%202%200%201%200%202%202a2%202%200%200%200-2-2%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M26%202a3.86%203.86%200%200%200-1.85.48L7.76%2010.96A9.99%209.99%200%200%200%2012%2030a9.4%209.4%200%200%200%202-.21v-2.04a8.2%208.2%200%200%201-2%20.25a8%208%200%201%201%208-8a8%208%200%200%201-.06%201h2.78l6.84-13.21A3.973%203.973%200%200%200%2026%202m-4.14%2016.34a10.02%2010.02%200%200%200-8.22-8.19l8.38-4.34c0%20.06-.02.12-.02.19a4%204%200%200%200%204%204c.06%200%20.12-.02.19-.02ZM26%208a2%202%200%201%201%202-2a2.006%202.006%200%200%201-2%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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