Radial 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 { IconRadialBlur } from "@devigner-ui/icons";
<IconRadialBlur className="size-6" />
<script setup>
import { IconRadialBlur } from "@devigner-ui/icons-vue";
</script>
<template>
<IconRadialBlur class="size-6" />
</template>
<script>
import { IconRadialBlur } from "@devigner-ui/icons-svelte";
</script>
<IconRadialBlur class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="1" d="M3.34 17A10 10 0 1 0 20.66 7 10 10 0 0 0 3.34 17" stroke="currentColor" stroke-width="1.5"></path><path d="M15.5 14.25a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0" stroke="currentColor"></path><path d="M15.5 9.75a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0" stroke="currentColor"></path><path d="M11 14.25a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0" stroke="currentColor"></path><path d="M11 9.75a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0" stroke="currentColor"></path><path d="M15 18.25a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0" fill="currentColor"></path><path d="M10.5 18.25a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0" fill="currentColor"></path><path d="M15 18.25a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0" fill="currentColor"></path><path d="M15 5.75a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0" fill="currentColor"></path><path d="M10.5 18.25a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0" fill="currentColor"></path><path d="M10.5 5.75a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0" fill="currentColor"></path><path d="M18.25 9a.75.75 0 1 1 0 1.5.75.75 0 0 1 0-1.5" fill="currentColor"></path><path d="M5.75 9a.75.75 0 1 1 0 1.5.75.75 0 0 1 0-1.5" fill="currentColor"></path><path d="M18.25 13.5a.75.75 0 1 1 0 1.5.75.75 0 0 1 0-1.5" fill="currentColor"></path><path d="M5.75 13.5a.75.75 0 1 1 0 1.5.75.75 0 0 1 0-1.5" fill="currentColor"></path></svg>