code tags check icon
code-tags-check from Material Design Icons by Pictogrammers · Filled · Developer / Languages · Apache-2.0 Free for personal and commercial use.
- Name
- code-tags-check
- Set
- Material Design Icons
- Style
- Filled
- Category
- Developer / Languages
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- code-tags-tick
More developer / languages icons from Material Design Icons
ab-testingapiapi-offapplication-arrayapplication-bracesapplication-bracketsapplication-parenthesesapplication-variablebashcode-arraycode-block-bracescode-block-bracketscode-block-parenthesescode-block-tagscode-bracescode-braces-boxcode-bracketscode-equalcode-greater-thancode-greater-than-or-equalcode-jsoncode-less-thancode-less-than-or-equalcode-not-equal
Use the code tags check icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.59 3.41L2 8l4.59 4.6L8 11.18L4.82 8L8 4.82zm5.82 0L11 4.82L14.18 8L11 11.18l1.41 1.42L17 8zm9.18 8.18l-8.09 8.09L9.83 16l-1.41 1.41l5.08 5.09L23 13z"/></svg>
React
import type { SVGProps } from "react";
export function MdiCodeTagsCheck(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.59 3.41L2 8l4.59 4.6L8 11.18L4.82 8L8 4.82zm5.82 0L11 4.82L14.18 8L11 11.18l1.41 1.42L17 8zm9.18 8.18l-8.09 8.09L9.83 16l-1.41 1.41l5.08 5.09L23 13z"/></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.59 3.41L2 8l4.59 4.6L8 11.18L4.82 8L8 4.82zm5.82 0L11 4.82L14.18 8L11 11.18l1.41 1.42L17 8zm9.18 8.18l-8.09 8.09L9.83 16l-1.41 1.41l5.08 5.09L23 13z"/></svg> </template>
CSS
.icon-code-tags-check {
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.59%203.41L2%208l4.59%204.6L8%2011.18L4.82%208L8%204.82zm5.82%200L11%204.82L14.18%208L11%2011.18l1.41%201.42L17%208zm9.18%208.18l-8.09%208.09L9.83%2016l-1.41%201.41l5.08%205.09L23%2013z%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.59%203.41L2%208l4.59%204.6L8%2011.18L4.82%208L8%204.82zm5.82%200L11%204.82L14.18%208L11%2011.18l1.41%201.42L17%208zm9.18%208.18l-8.09%208.09L9.83%2016l-1.41%201.41l5.08%205.09L23%2013z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/code-tags-check.svg?color=%231a73e8&size=48