filter tilt shift icon
filter-tilt-shift from Material Symbols Light by Google · Regular · Images · Apache-2.0 Free for personal and commercial use.
- Name
- filter-tilt-shift
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Images
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- filter-tilt-shift-outline, filter-tilt-shift-outline-sharp, filter-tilt-shift-sharp
1 other variant in Material Symbols Light
The same icon in other sets
More images icons from Material Symbols Light
Use the filter tilt shift icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.904 17.646q-.738-1.029-1.208-2.205Q3.227 14.264 3.04 13h1.01q.15 1.075.55 2.063T5.65 16.9zM3.039 11q.161-1.263.644-2.44t1.26-2.168l.707.708Q5 7.95 4.6 8.938T4.05 11zm7.911 9.95q-1.263-.17-2.428-.655q-1.164-.485-2.18-1.237l.708-.758q.875.65 1.85 1.075t2.05.575zM7.1 5.662l-.758-.72q1.04-.77 2.218-1.237Q9.736 3.239 11 3.05v1q-1.075.15-2.062.546q-.988.396-1.838 1.066m3.477 7.761Q10 12.846 10 12t.577-1.423T12 10t1.423.577T14 12t-.577 1.423T12 14t-1.423-.577m2.373 7.527v-1q1.08-.15 2.088-.543t1.862-1.068l.758.719q-1.04.777-2.23 1.24q-1.19.464-2.478.652m4-15.25q-.875-.65-1.875-1.075T13 4.05v-1q1.264.17 2.443.645t2.215 1.247zm2.108 11.908l-.708-.708q.65-.85 1.05-1.837T19.95 13h1.012q-.162 1.264-.645 2.44q-.482 1.177-1.26 2.168M19.95 11q-.15-1.075-.55-2.062T18.35 7.1l.746-.746q.739 1.029 1.208 2.206q.469 1.176.658 2.44z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightFilterTiltShift(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="M4.904 17.646q-.738-1.029-1.208-2.205Q3.227 14.264 3.04 13h1.01q.15 1.075.55 2.063T5.65 16.9zM3.039 11q.161-1.263.644-2.44t1.26-2.168l.707.708Q5 7.95 4.6 8.938T4.05 11zm7.911 9.95q-1.263-.17-2.428-.655q-1.164-.485-2.18-1.237l.708-.758q.875.65 1.85 1.075t2.05.575zM7.1 5.662l-.758-.72q1.04-.77 2.218-1.237Q9.736 3.239 11 3.05v1q-1.075.15-2.062.546q-.988.396-1.838 1.066m3.477 7.761Q10 12.846 10 12t.577-1.423T12 10t1.423.577T14 12t-.577 1.423T12 14t-1.423-.577m2.373 7.527v-1q1.08-.15 2.088-.543t1.862-1.068l.758.719q-1.04.777-2.23 1.24q-1.19.464-2.478.652m4-15.25q-.875-.65-1.875-1.075T13 4.05v-1q1.264.17 2.443.645t2.215 1.247zm2.108 11.908l-.708-.708q.65-.85 1.05-1.837T19.95 13h1.012q-.162 1.264-.645 2.44q-.482 1.177-1.26 2.168M19.95 11q-.15-1.075-.55-2.062T18.35 7.1l.746-.746q.739 1.029 1.208 2.206q.469 1.176.658 2.44z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.904 17.646q-.738-1.029-1.208-2.205Q3.227 14.264 3.04 13h1.01q.15 1.075.55 2.063T5.65 16.9zM3.039 11q.161-1.263.644-2.44t1.26-2.168l.707.708Q5 7.95 4.6 8.938T4.05 11zm7.911 9.95q-1.263-.17-2.428-.655q-1.164-.485-2.18-1.237l.708-.758q.875.65 1.85 1.075t2.05.575zM7.1 5.662l-.758-.72q1.04-.77 2.218-1.237Q9.736 3.239 11 3.05v1q-1.075.15-2.062.546q-.988.396-1.838 1.066m3.477 7.761Q10 12.846 10 12t.577-1.423T12 10t1.423.577T14 12t-.577 1.423T12 14t-1.423-.577m2.373 7.527v-1q1.08-.15 2.088-.543t1.862-1.068l.758.719q-1.04.777-2.23 1.24q-1.19.464-2.478.652m4-15.25q-.875-.65-1.875-1.075T13 4.05v-1q1.264.17 2.443.645t2.215 1.247zm2.108 11.908l-.708-.708q.65-.85 1.05-1.837T19.95 13h1.012q-.162 1.264-.645 2.44q-.482 1.177-1.26 2.168M19.95 11q-.15-1.075-.55-2.062T18.35 7.1l.746-.746q.739 1.029 1.208 2.206q.469 1.176.658 2.44z"/></svg> </template>
CSS
.icon-filter-tilt-shift {
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%22M4.904%2017.646q-.738-1.029-1.208-2.205Q3.227%2014.264%203.04%2013h1.01q.15%201.075.55%202.063T5.65%2016.9zM3.039%2011q.161-1.263.644-2.44t1.26-2.168l.707.708Q5%207.95%204.6%208.938T4.05%2011zm7.911%209.95q-1.263-.17-2.428-.655q-1.164-.485-2.18-1.237l.708-.758q.875.65%201.85%201.075t2.05.575zM7.1%205.662l-.758-.72q1.04-.77%202.218-1.237Q9.736%203.239%2011%203.05v1q-1.075.15-2.062.546q-.988.396-1.838%201.066m3.477%207.761Q10%2012.846%2010%2012t.577-1.423T12%2010t1.423.577T14%2012t-.577%201.423T12%2014t-1.423-.577m2.373%207.527v-1q1.08-.15%202.088-.543t1.862-1.068l.758.719q-1.04.777-2.23%201.24q-1.19.464-2.478.652m4-15.25q-.875-.65-1.875-1.075T13%204.05v-1q1.264.17%202.443.645t2.215%201.247zm2.108%2011.908l-.708-.708q.65-.85%201.05-1.837T19.95%2013h1.012q-.162%201.264-.645%202.44q-.482%201.177-1.26%202.168M19.95%2011q-.15-1.075-.55-2.062T18.35%207.1l.746-.746q.739%201.029%201.208%202.206q.469%201.176.658%202.44z%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%22M4.904%2017.646q-.738-1.029-1.208-2.205Q3.227%2014.264%203.04%2013h1.01q.15%201.075.55%202.063T5.65%2016.9zM3.039%2011q.161-1.263.644-2.44t1.26-2.168l.707.708Q5%207.95%204.6%208.938T4.05%2011zm7.911%209.95q-1.263-.17-2.428-.655q-1.164-.485-2.18-1.237l.708-.758q.875.65%201.85%201.075t2.05.575zM7.1%205.662l-.758-.72q1.04-.77%202.218-1.237Q9.736%203.239%2011%203.05v1q-1.075.15-2.062.546q-.988.396-1.838%201.066m3.477%207.761Q10%2012.846%2010%2012t.577-1.423T12%2010t1.423.577T14%2012t-.577%201.423T12%2014t-1.423-.577m2.373%207.527v-1q1.08-.15%202.088-.543t1.862-1.068l.758.719q-1.04.777-2.23%201.24q-1.19.464-2.478.652m4-15.25q-.875-.65-1.875-1.075T13%204.05v-1q1.264.17%202.443.645t2.215%201.247zm2.108%2011.908l-.708-.708q.65-.85%201.05-1.837T19.95%2013h1.012q-.162%201.264-.645%202.44q-.482%201.177-1.26%202.168M19.95%2011q-.15-1.075-.55-2.062T18.35%207.1l.746-.746q.739%201.029%201.208%202.206q.469%201.176.658%202.44z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/filter-tilt-shift.svg?color=%231a73e8&size=48