format color marker cancel icon

format-color-marker-cancel from Material Design Icons by Pictogrammers · Filled · Color · Apache-2.0 Free for personal and commercial use.

Name
format-color-marker-cancel
Set
Material Design Icons
Style
Filled
Category
Color
Viewbox
24×24
License
Apache 2.0
Aliases
format-color-redact

More color icons from Material Design Icons

Use the format color marker cancel icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.5 8C14 8 12 10 12 12.5s2 4.5 4.5 4.5s4.5-2 4.5-4.5S19 8 16.5 8m0 7.5c-1.7 0-3-1.3-3-3c0-.6.2-1.1.4-1.5l4.1 4.1c-.4.2-.9.4-1.5.4m2.6-1.5L15 9.9c.4-.3.9-.4 1.5-.4c1.7 0 3 1.3 3 3c0 .6-.2 1.1-.4 1.5m-7-6.3l-1.5-1.5l3.3-3.3c.6-.6 1.5-.6 2.1 0L18.2 5c.4.4.5.8.4 1.3c-.6-.2-1.3-.3-2-.3c-1.8 0-3.3.7-4.5 1.7m-1.6 7.2L9 16.3c-.6.6-1.5.6-2.1 0l-.7.7H2l2.8-2.8c-.6-.6-.6-1.5 0-2.1l4.7-4.7L11.1 9c-.7 1-1.1 2.2-1.1 3.5c0 .8.2 1.6.5 2.4"/></svg>

React

import type { SVGProps } from "react";

export function MdiFormatColorMarkerCancel(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="M16.5 8C14 8 12 10 12 12.5s2 4.5 4.5 4.5s4.5-2 4.5-4.5S19 8 16.5 8m0 7.5c-1.7 0-3-1.3-3-3c0-.6.2-1.1.4-1.5l4.1 4.1c-.4.2-.9.4-1.5.4m2.6-1.5L15 9.9c.4-.3.9-.4 1.5-.4c1.7 0 3 1.3 3 3c0 .6-.2 1.1-.4 1.5m-7-6.3l-1.5-1.5l3.3-3.3c.6-.6 1.5-.6 2.1 0L18.2 5c.4.4.5.8.4 1.3c-.6-.2-1.3-.3-2-.3c-1.8 0-3.3.7-4.5 1.7m-1.6 7.2L9 16.3c-.6.6-1.5.6-2.1 0l-.7.7H2l2.8-2.8c-.6-.6-.6-1.5 0-2.1l4.7-4.7L11.1 9c-.7 1-1.1 2.2-1.1 3.5c0 .8.2 1.6.5 2.4"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.5 8C14 8 12 10 12 12.5s2 4.5 4.5 4.5s4.5-2 4.5-4.5S19 8 16.5 8m0 7.5c-1.7 0-3-1.3-3-3c0-.6.2-1.1.4-1.5l4.1 4.1c-.4.2-.9.4-1.5.4m2.6-1.5L15 9.9c.4-.3.9-.4 1.5-.4c1.7 0 3 1.3 3 3c0 .6-.2 1.1-.4 1.5m-7-6.3l-1.5-1.5l3.3-3.3c.6-.6 1.5-.6 2.1 0L18.2 5c.4.4.5.8.4 1.3c-.6-.2-1.3-.3-2-.3c-1.8 0-3.3.7-4.5 1.7m-1.6 7.2L9 16.3c-.6.6-1.5.6-2.1 0l-.7.7H2l2.8-2.8c-.6-.6-.6-1.5 0-2.1l4.7-4.7L11.1 9c-.7 1-1.1 2.2-1.1 3.5c0 .8.2 1.6.5 2.4"/></svg>
</template>

CSS

.icon-format-color-marker-cancel {
  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%22M16.5%208C14%208%2012%2010%2012%2012.5s2%204.5%204.5%204.5s4.5-2%204.5-4.5S19%208%2016.5%208m0%207.5c-1.7%200-3-1.3-3-3c0-.6.2-1.1.4-1.5l4.1%204.1c-.4.2-.9.4-1.5.4m2.6-1.5L15%209.9c.4-.3.9-.4%201.5-.4c1.7%200%203%201.3%203%203c0%20.6-.2%201.1-.4%201.5m-7-6.3l-1.5-1.5l3.3-3.3c.6-.6%201.5-.6%202.1%200L18.2%205c.4.4.5.8.4%201.3c-.6-.2-1.3-.3-2-.3c-1.8%200-3.3.7-4.5%201.7m-1.6%207.2L9%2016.3c-.6.6-1.5.6-2.1%200l-.7.7H2l2.8-2.8c-.6-.6-.6-1.5%200-2.1l4.7-4.7L11.1%209c-.7%201-1.1%202.2-1.1%203.5c0%20.8.2%201.6.5%202.4%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%22M16.5%208C14%208%2012%2010%2012%2012.5s2%204.5%204.5%204.5s4.5-2%204.5-4.5S19%208%2016.5%208m0%207.5c-1.7%200-3-1.3-3-3c0-.6.2-1.1.4-1.5l4.1%204.1c-.4.2-.9.4-1.5.4m2.6-1.5L15%209.9c.4-.3.9-.4%201.5-.4c1.7%200%203%201.3%203%203c0%20.6-.2%201.1-.4%201.5m-7-6.3l-1.5-1.5l3.3-3.3c.6-.6%201.5-.6%202.1%200L18.2%205c.4.4.5.8.4%201.3c-.6-.2-1.3-.3-2-.3c-1.8%200-3.3.7-4.5%201.7m-1.6%207.2L9%2016.3c-.6.6-1.5.6-2.1%200l-.7.7H2l2.8-2.8c-.6-.6-.6-1.5%200-2.1l4.7-4.7L11.1%209c-.7%201-1.1%202.2-1.1%203.5c0%20.8.2%201.6.5%202.4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/format-color-marker-cancel.svg?color=%231a73e8&size=48