blur-off-fill from Remix Icon by Remix Design · Fill · Design · Apache-2.0 Free for personal and commercial use.

Name
blur-off-fill
Set
Remix Icon
Style
Fill
Category
Design
Viewbox
24×24
License
Apache 2.0

1 other variant in Remix Icon

The same icon in other sets

More design icons from Remix Icon

Use the blur off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.432 6.843L1.394 2.804L2.808 1.39l19.799 19.8l-1.415 1.413l-3.038-3.038A9 9 0 0 1 5.432 6.843m2.811-2.817L12 .269l6.364 6.364a9 9 0 0 1 2.05 9.564z"/></svg>

React

import type { SVGProps } from "react";

export function RiBlurOffFill(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="M5.432 6.843L1.394 2.804L2.808 1.39l19.799 19.8l-1.415 1.413l-3.038-3.038A9 9 0 0 1 5.432 6.843m2.811-2.817L12 .269l6.364 6.364a9 9 0 0 1 2.05 9.564z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.432 6.843L1.394 2.804L2.808 1.39l19.799 19.8l-1.415 1.413l-3.038-3.038A9 9 0 0 1 5.432 6.843m2.811-2.817L12 .269l6.364 6.364a9 9 0 0 1 2.05 9.564z"/></svg>
</template>

CSS

.icon-blur-off-fill {
  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%22M5.432%206.843L1.394%202.804L2.808%201.39l19.799%2019.8l-1.415%201.413l-3.038-3.038A9%209%200%200%201%205.432%206.843m2.811-2.817L12%20.269l6.364%206.364a9%209%200%200%201%202.05%209.564z%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%22M5.432%206.843L1.394%202.804L2.808%201.39l19.799%2019.8l-1.415%201.413l-3.038-3.038A9%209%200%200%201%205.432%206.843m2.811-2.817L12%20.269l6.364%206.364a9%209%200%200%201%202.05%209.564z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ri/blur-off-fill.svg?color=%231a73e8&size=48