radial blur icon

radial-blur-line-duotone from Solar by 480 Design · Line Duotone · Tools · CC-BY-4.0 Attribution required.

Name
radial-blur-line-duotone
Set
Solar
Style
Line Duotone
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 stroke-width="1.5" d="M3.33995 16.9997C6.10137 21.7826 12.2173 23.4214 17.0002 20.66C18.9498 19.5344 20.377 17.8514 21.1967 15.9286C22.388 13.1341 22.2963 9.83304 20.6605 6.99972C19.0246 4.1664 16.2117 2.43642 13.196 2.07088C11.1209 1.81935 8.94981 2.21386 7.00021 3.33946C2.21728 6.10089 0.578527 12.2168 3.33995 16.9997Z" opacity=".5"/><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-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 SolarRadialBlurLineDuotone(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 strokeWidth="1.5" d="M3.33995 16.9997C6.10137 21.7826 12.2173 23.4214 17.0002 20.66C18.9498 19.5344 20.377 17.8514 21.1967 15.9286C22.388 13.1341 22.2963 9.83304 20.6605 6.99972C19.0246 4.1664 16.2117 2.43642 13.196 2.07088C11.1209 1.81935 8.94981 2.21386 7.00021 3.33946C2.21728 6.10089 0.578527 12.2168 3.33995 16.9997Z" opacity=".5"/><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" 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 stroke-width="1.5" d="M3.33995 16.9997C6.10137 21.7826 12.2173 23.4214 17.0002 20.66C18.9498 19.5344 20.377 17.8514 21.1967 15.9286C22.388 13.1341 22.2963 9.83304 20.6605 6.99972C19.0246 4.1664 16.2117 2.43642 13.196 2.07088C11.1209 1.81935 8.94981 2.21386 7.00021 3.33946C2.21728 6.10089 0.578527 12.2168 3.33995 16.9997Z" opacity=".5"/><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-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-line-duotone {
  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%20stroke-width%3D%221.5%22%20d%3D%22M3.33995%2016.9997C6.10137%2021.7826%2012.2173%2023.4214%2017.0002%2020.66C18.9498%2019.5344%2020.377%2017.8514%2021.1967%2015.9286C22.388%2013.1341%2022.2963%209.83304%2020.6605%206.99972C19.0246%204.1664%2016.2117%202.43642%2013.196%202.07088C11.1209%201.81935%208.94981%202.21386%207.00021%203.33946C2.21728%206.10089%200.578527%2012.2168%203.33995%2016.9997Z%22%20opacity%3D%22.5%22%2F%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-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%20stroke-width%3D%221.5%22%20d%3D%22M3.33995%2016.9997C6.10137%2021.7826%2012.2173%2023.4214%2017.0002%2020.66C18.9498%2019.5344%2020.377%2017.8514%2021.1967%2015.9286C22.388%2013.1341%2022.2963%209.83304%2020.6605%206.99972C19.0246%204.1664%2016.2117%202.43642%2013.196%202.07088C11.1209%201.81935%208.94981%202.21386%207.00021%203.33946C2.21728%206.10089%200.578527%2012.2168%203.33995%2016.9997Z%22%20opacity%3D%22.5%22%2F%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-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-line-duotone.svg?color=%231a73e8&size=48