tint slash icon

tint-slash from Line Awesome by Icons8 · Line · Status · Apache-2.0 Free for personal and commercial use.

Name
tint-slash
Set
Line Awesome
Style
Line
Category
Status
Viewbox
32×32
License
Apache 2.0
Aliases
tint-slash-solid

The same icon in other sets

More status icons from Line Awesome

Use the tint slash icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M3.72 2.28L2.28 3.72l7.78 7.78l1.45 1.45L21.66 23.1l1.43 1.43l5.19 5.19l1.44-1.44l-5.538-5.54A8.9 8.9 0 0 0 25 19c0-1.4-.56-2.92-1.34-4.5c-.79-1.58-1.83-3.22-2.85-4.72c-2.03-3-4.03-5.4-4.03-5.4L16 3.44l-.78.94s-1.991 2.39-4.017 5.382zM16 6.66c.56.69 1.61 1.91 3.19 4.25c.98 1.45 1.94 3.04 2.65 4.5C22.56 16.86 23 18.2 23 19a7 7 0 0 1-.357 2.201L12.63 11.19c.06-.091.12-.188.18-.279C14.39 8.57 15.44 7.35 16 6.66m-6.97 6.56c-.25.43-.48.86-.69 1.28C7.56 16.08 7 17.6 7 19c0 4.95 4.05 9 9 9c2.18 0 4.17-.78 5.74-2.07l-1.44-1.44A6.88 6.88 0 0 1 16 26c-3.85 0-7-3.15-7-7c0-.8.44-2.14 1.16-3.59c.11-.23.23-.46.36-.7zM11 19a4.97 4.97 0 0 0 1.469 3.531a5.04 5.04 0 0 0 2.527 1.367A5 5 0 0 0 16 24v-2a3 3 0 0 1-1.164-.236a3 3 0 0 1-1.322-1.09a3 3 0 0 1-.453-1.07A3 3 0 0 1 13 19z"/></svg>

React

import type { SVGProps } from "react";

export function LaTintSlash(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="M3.72 2.28L2.28 3.72l7.78 7.78l1.45 1.45L21.66 23.1l1.43 1.43l5.19 5.19l1.44-1.44l-5.538-5.54A8.9 8.9 0 0 0 25 19c0-1.4-.56-2.92-1.34-4.5c-.79-1.58-1.83-3.22-2.85-4.72c-2.03-3-4.03-5.4-4.03-5.4L16 3.44l-.78.94s-1.991 2.39-4.017 5.382zM16 6.66c.56.69 1.61 1.91 3.19 4.25c.98 1.45 1.94 3.04 2.65 4.5C22.56 16.86 23 18.2 23 19a7 7 0 0 1-.357 2.201L12.63 11.19c.06-.091.12-.188.18-.279C14.39 8.57 15.44 7.35 16 6.66m-6.97 6.56c-.25.43-.48.86-.69 1.28C7.56 16.08 7 17.6 7 19c0 4.95 4.05 9 9 9c2.18 0 4.17-.78 5.74-2.07l-1.44-1.44A6.88 6.88 0 0 1 16 26c-3.85 0-7-3.15-7-7c0-.8.44-2.14 1.16-3.59c.11-.23.23-.46.36-.7zM11 19a4.97 4.97 0 0 0 1.469 3.531a5.04 5.04 0 0 0 2.527 1.367A5 5 0 0 0 16 24v-2a3 3 0 0 1-1.164-.236a3 3 0 0 1-1.322-1.09a3 3 0 0 1-.453-1.07A3 3 0 0 1 13 19z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M3.72 2.28L2.28 3.72l7.78 7.78l1.45 1.45L21.66 23.1l1.43 1.43l5.19 5.19l1.44-1.44l-5.538-5.54A8.9 8.9 0 0 0 25 19c0-1.4-.56-2.92-1.34-4.5c-.79-1.58-1.83-3.22-2.85-4.72c-2.03-3-4.03-5.4-4.03-5.4L16 3.44l-.78.94s-1.991 2.39-4.017 5.382zM16 6.66c.56.69 1.61 1.91 3.19 4.25c.98 1.45 1.94 3.04 2.65 4.5C22.56 16.86 23 18.2 23 19a7 7 0 0 1-.357 2.201L12.63 11.19c.06-.091.12-.188.18-.279C14.39 8.57 15.44 7.35 16 6.66m-6.97 6.56c-.25.43-.48.86-.69 1.28C7.56 16.08 7 17.6 7 19c0 4.95 4.05 9 9 9c2.18 0 4.17-.78 5.74-2.07l-1.44-1.44A6.88 6.88 0 0 1 16 26c-3.85 0-7-3.15-7-7c0-.8.44-2.14 1.16-3.59c.11-.23.23-.46.36-.7zM11 19a4.97 4.97 0 0 0 1.469 3.531a5.04 5.04 0 0 0 2.527 1.367A5 5 0 0 0 16 24v-2a3 3 0 0 1-1.164-.236a3 3 0 0 1-1.322-1.09a3 3 0 0 1-.453-1.07A3 3 0 0 1 13 19z"/></svg>
</template>

CSS

.icon-tint-slash {
  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%22M3.72%202.28L2.28%203.72l7.78%207.78l1.45%201.45L21.66%2023.1l1.43%201.43l5.19%205.19l1.44-1.44l-5.538-5.54A8.9%208.9%200%200%200%2025%2019c0-1.4-.56-2.92-1.34-4.5c-.79-1.58-1.83-3.22-2.85-4.72c-2.03-3-4.03-5.4-4.03-5.4L16%203.44l-.78.94s-1.991%202.39-4.017%205.382zM16%206.66c.56.69%201.61%201.91%203.19%204.25c.98%201.45%201.94%203.04%202.65%204.5C22.56%2016.86%2023%2018.2%2023%2019a7%207%200%200%201-.357%202.201L12.63%2011.19c.06-.091.12-.188.18-.279C14.39%208.57%2015.44%207.35%2016%206.66m-6.97%206.56c-.25.43-.48.86-.69%201.28C7.56%2016.08%207%2017.6%207%2019c0%204.95%204.05%209%209%209c2.18%200%204.17-.78%205.74-2.07l-1.44-1.44A6.88%206.88%200%200%201%2016%2026c-3.85%200-7-3.15-7-7c0-.8.44-2.14%201.16-3.59c.11-.23.23-.46.36-.7zM11%2019a4.97%204.97%200%200%200%201.469%203.531a5.04%205.04%200%200%200%202.527%201.367A5%205%200%200%200%2016%2024v-2a3%203%200%200%201-1.164-.236a3%203%200%200%201-1.322-1.09a3%203%200%200%201-.453-1.07A3%203%200%200%201%2013%2019z%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%22M3.72%202.28L2.28%203.72l7.78%207.78l1.45%201.45L21.66%2023.1l1.43%201.43l5.19%205.19l1.44-1.44l-5.538-5.54A8.9%208.9%200%200%200%2025%2019c0-1.4-.56-2.92-1.34-4.5c-.79-1.58-1.83-3.22-2.85-4.72c-2.03-3-4.03-5.4-4.03-5.4L16%203.44l-.78.94s-1.991%202.39-4.017%205.382zM16%206.66c.56.69%201.61%201.91%203.19%204.25c.98%201.45%201.94%203.04%202.65%204.5C22.56%2016.86%2023%2018.2%2023%2019a7%207%200%200%201-.357%202.201L12.63%2011.19c.06-.091.12-.188.18-.279C14.39%208.57%2015.44%207.35%2016%206.66m-6.97%206.56c-.25.43-.48.86-.69%201.28C7.56%2016.08%207%2017.6%207%2019c0%204.95%204.05%209%209%209c2.18%200%204.17-.78%205.74-2.07l-1.44-1.44A6.88%206.88%200%200%201%2016%2026c-3.85%200-7-3.15-7-7c0-.8.44-2.14%201.16-3.59c.11-.23.23-.46.36-.7zM11%2019a4.97%204.97%200%200%200%201.469%203.531a5.04%205.04%200%200%200%202.527%201.367A5%205%200%200%200%2016%2024v-2a3%203%200%200%201-1.164-.236a3%203%200%200%201-1.322-1.09a3%203%200%200%201-.453-1.07A3%203%200%200%201%2013%2019z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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