twotone approval icon

twotone-approval from Google Material Icons by Material Design Authors · Baseline · File · Apache-2.0 Free for personal and commercial use.

Name
twotone-approval
Set
Google Material Icons
Style
Baseline
Category
File
Viewbox
24×24
License
Apache 2.0

More file icons from Google Material Icons

Use the twotone approval icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 16h12v2H6zm6-12c-1.66 0-3 1.34-3 3l3 4l3-4c0-1.66-1.34-3-3-3" opacity=".3"/><path fill="currentColor" d="M12 2C9.24 2 7 4.24 7 7l5 7l5-7c0-2.76-2.24-5-5-5m0 9L9 7c0-1.66 1.34-3 3-3s3 1.34 3 3zm6 3H6c-1.1 0-2 .9-2 2v6h16v-6c0-1.1-.9-2-2-2m0 4H6v-2h12z"/></svg>

React

import type { SVGProps } from "react";

export function IcTwotoneApproval(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="M6 16h12v2H6zm6-12c-1.66 0-3 1.34-3 3l3 4l3-4c0-1.66-1.34-3-3-3" opacity=".3"/><path fill="currentColor" d="M12 2C9.24 2 7 4.24 7 7l5 7l5-7c0-2.76-2.24-5-5-5m0 9L9 7c0-1.66 1.34-3 3-3s3 1.34 3 3zm6 3H6c-1.1 0-2 .9-2 2v6h16v-6c0-1.1-.9-2-2-2m0 4H6v-2h12z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 16h12v2H6zm6-12c-1.66 0-3 1.34-3 3l3 4l3-4c0-1.66-1.34-3-3-3" opacity=".3"/><path fill="currentColor" d="M12 2C9.24 2 7 4.24 7 7l5 7l5-7c0-2.76-2.24-5-5-5m0 9L9 7c0-1.66 1.34-3 3-3s3 1.34 3 3zm6 3H6c-1.1 0-2 .9-2 2v6h16v-6c0-1.1-.9-2-2-2m0 4H6v-2h12z"/></svg>
</template>

CSS

.icon-twotone-approval {
  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%22M6%2016h12v2H6zm6-12c-1.66%200-3%201.34-3%203l3%204l3-4c0-1.66-1.34-3-3-3%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%202C9.24%202%207%204.24%207%207l5%207l5-7c0-2.76-2.24-5-5-5m0%209L9%207c0-1.66%201.34-3%203-3s3%201.34%203%203zm6%203H6c-1.1%200-2%20.9-2%202v6h16v-6c0-1.1-.9-2-2-2m0%204H6v-2h12z%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%22M6%2016h12v2H6zm6-12c-1.66%200-3%201.34-3%203l3%204l3-4c0-1.66-1.34-3-3-3%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%202C9.24%202%207%204.24%207%207l5%207l5-7c0-2.76-2.24-5-5-5m0%209L9%207c0-1.66%201.34-3%203-3s3%201.34%203%203zm6%203H6c-1.1%200-2%20.9-2%202v6h16v-6c0-1.1-.9-2-2-2m0%204H6v-2h12z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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