radial blur icon

radial-blur-broken from Solar by 480 Design · Broken · Tools · CC-BY-4.0 Attribution required.

Name
radial-blur-broken
Set
Solar
Style
Broken
Category
Tools
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More tools icons from Solar

Use the radial blur icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor"><path d="M15.5 14.25C15.5 14.9404 14.9404 15.5 14.25 15.5C13.5596 15.5 13 14.9404 13 14.25C13 13.5596 13.5596 13 14.25 13C14.9404 13 15.5 13.5596 15.5 14.25Z"/><path d="M15.5 9.75C15.5 10.4404 14.9404 11 14.25 11C13.5596 11 13 10.4404 13 9.75C13 9.05964 13.5596 8.5 14.25 8.5C14.9404 8.5 15.5 9.05964 15.5 9.75Z"/><path d="M11 14.25C11 14.9404 10.4404 15.5 9.75 15.5C9.05964 15.5 8.5 14.9404 8.5 14.25C8.5 13.5596 9.05964 13 9.75 13C10.4404 13 11 13.5596 11 14.25Z"/><path d="M11 9.75C11 10.4404 10.4404 11 9.75 11C9.05964 11 8.5 10.4404 8.5 9.75C8.5 9.05964 9.05964 8.5 9.75 8.5C10.4404 8.5 11 9.05964 11 9.75Z"/><path stroke-linecap="round" stroke-width="1.5" d="M7 3.33782C8.47087 2.48697 10.1786 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 10.1786 2.48697 8.47087 3.33782 7"/><path stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M9.75 5.75H9.7501"/><path stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M5.75 9.75H5.7501"/><path stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M5.75 14.25H5.7501"/><path stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M9.75 18.25H9.7501"/><path stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M14.25 18.25H14.2501"/><path stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M18.25 14.25H18.2501"/><path stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M18.25 9.75H18.2501"/><path stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M14.25 5.75H14.2501"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarRadialBlurBroken(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor"><path d="M15.5 14.25C15.5 14.9404 14.9404 15.5 14.25 15.5C13.5596 15.5 13 14.9404 13 14.25C13 13.5596 13.5596 13 14.25 13C14.9404 13 15.5 13.5596 15.5 14.25Z"/><path d="M15.5 9.75C15.5 10.4404 14.9404 11 14.25 11C13.5596 11 13 10.4404 13 9.75C13 9.05964 13.5596 8.5 14.25 8.5C14.9404 8.5 15.5 9.05964 15.5 9.75Z"/><path d="M11 14.25C11 14.9404 10.4404 15.5 9.75 15.5C9.05964 15.5 8.5 14.9404 8.5 14.25C8.5 13.5596 9.05964 13 9.75 13C10.4404 13 11 13.5596 11 14.25Z"/><path d="M11 9.75C11 10.4404 10.4404 11 9.75 11C9.05964 11 8.5 10.4404 8.5 9.75C8.5 9.05964 9.05964 8.5 9.75 8.5C10.4404 8.5 11 9.05964 11 9.75Z"/><path strokeLinecap="round" strokeWidth="1.5" d="M7 3.33782C8.47087 2.48697 10.1786 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 10.1786 2.48697 8.47087 3.33782 7"/><path strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M9.75 5.75H9.7501"/><path strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M5.75 9.75H5.7501"/><path strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M5.75 14.25H5.7501"/><path strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M9.75 18.25H9.7501"/><path strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M14.25 18.25H14.2501"/><path strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M18.25 14.25H18.2501"/><path strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M18.25 9.75H18.2501"/><path strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M14.25 5.75H14.2501"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor"><path d="M15.5 14.25C15.5 14.9404 14.9404 15.5 14.25 15.5C13.5596 15.5 13 14.9404 13 14.25C13 13.5596 13.5596 13 14.25 13C14.9404 13 15.5 13.5596 15.5 14.25Z"/><path d="M15.5 9.75C15.5 10.4404 14.9404 11 14.25 11C13.5596 11 13 10.4404 13 9.75C13 9.05964 13.5596 8.5 14.25 8.5C14.9404 8.5 15.5 9.05964 15.5 9.75Z"/><path d="M11 14.25C11 14.9404 10.4404 15.5 9.75 15.5C9.05964 15.5 8.5 14.9404 8.5 14.25C8.5 13.5596 9.05964 13 9.75 13C10.4404 13 11 13.5596 11 14.25Z"/><path d="M11 9.75C11 10.4404 10.4404 11 9.75 11C9.05964 11 8.5 10.4404 8.5 9.75C8.5 9.05964 9.05964 8.5 9.75 8.5C10.4404 8.5 11 9.05964 11 9.75Z"/><path stroke-linecap="round" stroke-width="1.5" d="M7 3.33782C8.47087 2.48697 10.1786 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 10.1786 2.48697 8.47087 3.33782 7"/><path stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M9.75 5.75H9.7501"/><path stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M5.75 9.75H5.7501"/><path stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M5.75 14.25H5.7501"/><path stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M9.75 18.25H9.7501"/><path stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M14.25 18.25H14.2501"/><path stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M18.25 14.25H18.2501"/><path stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M18.25 9.75H18.2501"/><path stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M14.25 5.75H14.2501"/></g></svg>
</template>

CSS

.icon-radial-blur-broken {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%3E%3Cpath%20d%3D%22M15.5%2014.25C15.5%2014.9404%2014.9404%2015.5%2014.25%2015.5C13.5596%2015.5%2013%2014.9404%2013%2014.25C13%2013.5596%2013.5596%2013%2014.25%2013C14.9404%2013%2015.5%2013.5596%2015.5%2014.25Z%22%2F%3E%3Cpath%20d%3D%22M15.5%209.75C15.5%2010.4404%2014.9404%2011%2014.25%2011C13.5596%2011%2013%2010.4404%2013%209.75C13%209.05964%2013.5596%208.5%2014.25%208.5C14.9404%208.5%2015.5%209.05964%2015.5%209.75Z%22%2F%3E%3Cpath%20d%3D%22M11%2014.25C11%2014.9404%2010.4404%2015.5%209.75%2015.5C9.05964%2015.5%208.5%2014.9404%208.5%2014.25C8.5%2013.5596%209.05964%2013%209.75%2013C10.4404%2013%2011%2013.5596%2011%2014.25Z%22%2F%3E%3Cpath%20d%3D%22M11%209.75C11%2010.4404%2010.4404%2011%209.75%2011C9.05964%2011%208.5%2010.4404%208.5%209.75C8.5%209.05964%209.05964%208.5%209.75%208.5C10.4404%208.5%2011%209.05964%2011%209.75Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M7%203.33782C8.47087%202.48697%2010.1786%202%2012%202C17.5228%202%2022%206.47715%2022%2012C22%2017.5228%2017.5228%2022%2012%2022C6.47715%2022%202%2017.5228%202%2012C2%2010.1786%202.48697%208.47087%203.33782%207%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M9.75%205.75H9.7501%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M5.75%209.75H5.7501%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M5.75%2014.25H5.7501%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M9.75%2018.25H9.7501%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M14.25%2018.25H14.2501%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M18.25%2014.25H18.2501%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M18.25%209.75H18.2501%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M14.25%205.75H14.2501%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%3E%3Cpath%20d%3D%22M15.5%2014.25C15.5%2014.9404%2014.9404%2015.5%2014.25%2015.5C13.5596%2015.5%2013%2014.9404%2013%2014.25C13%2013.5596%2013.5596%2013%2014.25%2013C14.9404%2013%2015.5%2013.5596%2015.5%2014.25Z%22%2F%3E%3Cpath%20d%3D%22M15.5%209.75C15.5%2010.4404%2014.9404%2011%2014.25%2011C13.5596%2011%2013%2010.4404%2013%209.75C13%209.05964%2013.5596%208.5%2014.25%208.5C14.9404%208.5%2015.5%209.05964%2015.5%209.75Z%22%2F%3E%3Cpath%20d%3D%22M11%2014.25C11%2014.9404%2010.4404%2015.5%209.75%2015.5C9.05964%2015.5%208.5%2014.9404%208.5%2014.25C8.5%2013.5596%209.05964%2013%209.75%2013C10.4404%2013%2011%2013.5596%2011%2014.25Z%22%2F%3E%3Cpath%20d%3D%22M11%209.75C11%2010.4404%2010.4404%2011%209.75%2011C9.05964%2011%208.5%2010.4404%208.5%209.75C8.5%209.05964%209.05964%208.5%209.75%208.5C10.4404%208.5%2011%209.05964%2011%209.75Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M7%203.33782C8.47087%202.48697%2010.1786%202%2012%202C17.5228%202%2022%206.47715%2022%2012C22%2017.5228%2017.5228%2022%2012%2022C6.47715%2022%202%2017.5228%202%2012C2%2010.1786%202.48697%208.47087%203.33782%207%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M9.75%205.75H9.7501%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M5.75%209.75H5.7501%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M5.75%2014.25H5.7501%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M9.75%2018.25H9.7501%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M14.25%2018.25H14.2501%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M18.25%2014.25H18.2501%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M18.25%209.75H18.2501%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M14.25%205.75H14.2501%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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