filter retrolux icon

filter-retrolux-outline-rounded from Material Symbols by Google · Outline Rounded · Images · Apache-2.0 Free for personal and commercial use.

Name
filter-retrolux-outline-rounded
Set
Material Symbols
Style
Outline Rounded
Category
Images
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols

The same icon in other sets

More images icons from Material Symbols

Use the filter retrolux icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.325 21.2L12.8 19.65q-.425 1.05-1.312 1.7T9.5 22q-1.475 0-2.488-1.012T6 18.5t1.013-2.488T9.5 15q.35 0 .7.05t.65.2l-4.4-6.575q-.2-.3-.162-.65t.287-.6L11.3 2.7q.15-.15.325-.213T12 2.426t.375.063t.325.212l4.725 4.725q.25.25.288.6t-.163.65L13 15.5v1.55l2.75 2.75q.275.275.288.688t-.263.712q-.3.3-.725.3t-.725-.3m-3.762-1.637Q11 19.125 11 18.5t-.437-1.062T9.5 17t-1.062.438T8 18.5t.438 1.063T9.5 20t1.063-.437M12 13.4l3.45-5.15L12 4.8L8.55 8.25zm0-4.3"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsFilterRetroluxOutlineRounded(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.325 21.2L12.8 19.65q-.425 1.05-1.312 1.7T9.5 22q-1.475 0-2.488-1.012T6 18.5t1.013-2.488T9.5 15q.35 0 .7.05t.65.2l-4.4-6.575q-.2-.3-.162-.65t.287-.6L11.3 2.7q.15-.15.325-.213T12 2.426t.375.063t.325.212l4.725 4.725q.25.25.288.6t-.163.65L13 15.5v1.55l2.75 2.75q.275.275.288.688t-.263.712q-.3.3-.725.3t-.725-.3m-3.762-1.637Q11 19.125 11 18.5t-.437-1.062T9.5 17t-1.062.438T8 18.5t.438 1.063T9.5 20t1.063-.437M12 13.4l3.45-5.15L12 4.8L8.55 8.25zm0-4.3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.325 21.2L12.8 19.65q-.425 1.05-1.312 1.7T9.5 22q-1.475 0-2.488-1.012T6 18.5t1.013-2.488T9.5 15q.35 0 .7.05t.65.2l-4.4-6.575q-.2-.3-.162-.65t.287-.6L11.3 2.7q.15-.15.325-.213T12 2.426t.375.063t.325.212l4.725 4.725q.25.25.288.6t-.163.65L13 15.5v1.55l2.75 2.75q.275.275.288.688t-.263.712q-.3.3-.725.3t-.725-.3m-3.762-1.637Q11 19.125 11 18.5t-.437-1.062T9.5 17t-1.062.438T8 18.5t.438 1.063T9.5 20t1.063-.437M12 13.4l3.45-5.15L12 4.8L8.55 8.25zm0-4.3"/></svg>
</template>

CSS

.icon-filter-retrolux-outline-rounded {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.325%2021.2L12.8%2019.65q-.425%201.05-1.312%201.7T9.5%2022q-1.475%200-2.488-1.012T6%2018.5t1.013-2.488T9.5%2015q.35%200%20.7.05t.65.2l-4.4-6.575q-.2-.3-.162-.65t.287-.6L11.3%202.7q.15-.15.325-.213T12%202.426t.375.063t.325.212l4.725%204.725q.25.25.288.6t-.163.65L13%2015.5v1.55l2.75%202.75q.275.275.288.688t-.263.712q-.3.3-.725.3t-.725-.3m-3.762-1.637Q11%2019.125%2011%2018.5t-.437-1.062T9.5%2017t-1.062.438T8%2018.5t.438%201.063T9.5%2020t1.063-.437M12%2013.4l3.45-5.15L12%204.8L8.55%208.25zm0-4.3%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.325%2021.2L12.8%2019.65q-.425%201.05-1.312%201.7T9.5%2022q-1.475%200-2.488-1.012T6%2018.5t1.013-2.488T9.5%2015q.35%200%20.7.05t.65.2l-4.4-6.575q-.2-.3-.162-.65t.287-.6L11.3%202.7q.15-.15.325-.213T12%202.426t.375.063t.325.212l4.725%204.725q.25.25.288.6t-.163.65L13%2015.5v1.55l2.75%202.75q.275.275.288.688t-.263.712q-.3.3-.725.3t-.725-.3m-3.762-1.637Q11%2019.125%2011%2018.5t-.437-1.062T9.5%2017t-1.062.438T8%2018.5t.438%201.063T9.5%2020t1.063-.437M12%2013.4l3.45-5.15L12%204.8L8.55%208.25zm0-4.3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/filter-retrolux-outline-rounded.svg?color=%231a73e8&size=48