Blur icon in outline, twotone, bold and bulk. Free in all four styles, for editors, canvas, layers, colour, alignment, grids. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconBlur } from "@devigner-ui/icons";
<IconBlur className="size-6" />
<script setup>
import { IconBlur } from "@devigner-ui/icons-vue";
</script>
<template>
<IconBlur class="size-6" />
</template>
<script>
import { IconBlur } from "@devigner-ui/icons-svelte";
</script>
<IconBlur class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.28 2.21a1 1 0 0 0-1.22 0c-1.9 1.45-7.51 6.18-7.48 11.69a8.11 8.11 0 0 0 16.2.01c.01-5.43-5.61-10.24-7.5-11.7" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10"></path><g opacity="1"><path d="M12.67 2v20" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="m12.67 18.96 7.7-3.74" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="m12.67 13.96 7.37-3.58" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="m12.67 8.96 5.03-2.45" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></g></svg>