filters icon

filters-linear from Solar by 480 Design · Linear · Tools · CC-BY-4.0 Attribution required.

Name
filters-linear
Set
Solar
Style
Linear
Category
Tools
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More tools icons from Solar

Use the filters icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M18 8C18 11.3137 15.3137 14 12 14C8.68629 14 6 11.3137 6 8C6 4.68629 8.68629 2 12 2C15.3137 2 18 4.68629 18 8Z"/><path d="M6.5 10.189C3.91216 10.855 2 13.2042 2 15.9999C2 19.3136 4.68629 21.9999 8 21.9999C11.3137 21.9999 14 19.3136 14 15.9999C14 15.2452 13.8607 14.5231 13.6063 13.8578"/><path d="M12 20.4722C13.0615 21.4222 14.4633 21.9999 16 21.9999C19.3137 21.9999 22 19.3136 22 15.9999C22 13.2042 20.0878 10.855 17.5 10.189"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarFiltersLinear(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" strokeWidth="1.5"><path d="M18 8C18 11.3137 15.3137 14 12 14C8.68629 14 6 11.3137 6 8C6 4.68629 8.68629 2 12 2C15.3137 2 18 4.68629 18 8Z"/><path d="M6.5 10.189C3.91216 10.855 2 13.2042 2 15.9999C2 19.3136 4.68629 21.9999 8 21.9999C11.3137 21.9999 14 19.3136 14 15.9999C14 15.2452 13.8607 14.5231 13.6063 13.8578"/><path d="M12 20.4722C13.0615 21.4222 14.4633 21.9999 16 21.9999C19.3137 21.9999 22 19.3136 22 15.9999C22 13.2042 20.0878 10.855 17.5 10.189"/></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" stroke-width="1.5"><path d="M18 8C18 11.3137 15.3137 14 12 14C8.68629 14 6 11.3137 6 8C6 4.68629 8.68629 2 12 2C15.3137 2 18 4.68629 18 8Z"/><path d="M6.5 10.189C3.91216 10.855 2 13.2042 2 15.9999C2 19.3136 4.68629 21.9999 8 21.9999C11.3137 21.9999 14 19.3136 14 15.9999C14 15.2452 13.8607 14.5231 13.6063 13.8578"/><path d="M12 20.4722C13.0615 21.4222 14.4633 21.9999 16 21.9999C19.3137 21.9999 22 19.3136 22 15.9999C22 13.2042 20.0878 10.855 17.5 10.189"/></g></svg>
</template>

CSS

.icon-filters-linear {
  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%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M18%208C18%2011.3137%2015.3137%2014%2012%2014C8.68629%2014%206%2011.3137%206%208C6%204.68629%208.68629%202%2012%202C15.3137%202%2018%204.68629%2018%208Z%22%2F%3E%3Cpath%20d%3D%22M6.5%2010.189C3.91216%2010.855%202%2013.2042%202%2015.9999C2%2019.3136%204.68629%2021.9999%208%2021.9999C11.3137%2021.9999%2014%2019.3136%2014%2015.9999C14%2015.2452%2013.8607%2014.5231%2013.6063%2013.8578%22%2F%3E%3Cpath%20d%3D%22M12%2020.4722C13.0615%2021.4222%2014.4633%2021.9999%2016%2021.9999C19.3137%2021.9999%2022%2019.3136%2022%2015.9999C22%2013.2042%2020.0878%2010.855%2017.5%2010.189%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%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M18%208C18%2011.3137%2015.3137%2014%2012%2014C8.68629%2014%206%2011.3137%206%208C6%204.68629%208.68629%202%2012%202C15.3137%202%2018%204.68629%2018%208Z%22%2F%3E%3Cpath%20d%3D%22M6.5%2010.189C3.91216%2010.855%202%2013.2042%202%2015.9999C2%2019.3136%204.68629%2021.9999%208%2021.9999C11.3137%2021.9999%2014%2019.3136%2014%2015.9999C14%2015.2452%2013.8607%2014.5231%2013.6063%2013.8578%22%2F%3E%3Cpath%20d%3D%22M12%2020.4722C13.0615%2021.4222%2014.4633%2021.9999%2016%2021.9999C19.3137%2021.9999%2022%2019.3136%2022%2015.9999C22%2013.2042%2020.0878%2010.855%2017.5%2010.189%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/filters-linear.svg?color=%231a73e8&size=48