filter tilt shift icon
filter-tilt-shift from Material Symbols by Google · Regular · Images · Apache-2.0 Free for personal and commercial use.
- Name
- filter-tilt-shift
- Set
- Material Symbols
- 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
The same icon in other sets
More images icons from Material Symbols
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.25 18.3q-.95-1.125-1.525-2.475T2 13h2.05q.15 1.075.55 2.063T5.65 16.9zM2 11q.2-1.475.75-2.825T4.25 5.7l1.4 1.4Q5 7.95 4.6 8.938T4.05 11zm8.95 10.95q-1.475-.15-2.812-.712T5.65 19.75l1.4-1.45q.875.65 1.85 1.075t2.05.575zM7.1 5.7L5.65 4.25q1.175-.925 2.525-1.488T11 2.05v2q-1.075.15-2.062.575T7.1 5.7m2.775 8.425Q9 13.25 9 12t.875-2.125T12 9t2.125.875T15 12t-.875 2.125T12 15t-2.125-.875m3.075 7.825v-2q1.1-.15 2.088-.562T16.9 18.3l1.45 1.45q-1.175.95-2.537 1.5t-2.863.7m4-16.25q-.875-.65-1.875-1.075T13 4.05v-2q1.475.15 2.838.713T18.35 4.25zm2.8 12.6l-1.4-1.4q.65-.85 1.05-1.837T19.95 13H22q-.2 1.475-.75 2.825t-1.5 2.475m.2-7.3q-.15-1.075-.55-2.062T18.35 7.1l1.4-1.4q.95 1.125 1.525 2.475T22 11z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsFilterTiltShift(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.25 18.3q-.95-1.125-1.525-2.475T2 13h2.05q.15 1.075.55 2.063T5.65 16.9zM2 11q.2-1.475.75-2.825T4.25 5.7l1.4 1.4Q5 7.95 4.6 8.938T4.05 11zm8.95 10.95q-1.475-.15-2.812-.712T5.65 19.75l1.4-1.45q.875.65 1.85 1.075t2.05.575zM7.1 5.7L5.65 4.25q1.175-.925 2.525-1.488T11 2.05v2q-1.075.15-2.062.575T7.1 5.7m2.775 8.425Q9 13.25 9 12t.875-2.125T12 9t2.125.875T15 12t-.875 2.125T12 15t-2.125-.875m3.075 7.825v-2q1.1-.15 2.088-.562T16.9 18.3l1.45 1.45q-1.175.95-2.537 1.5t-2.863.7m4-16.25q-.875-.65-1.875-1.075T13 4.05v-2q1.475.15 2.838.713T18.35 4.25zm2.8 12.6l-1.4-1.4q.65-.85 1.05-1.837T19.95 13H22q-.2 1.475-.75 2.825t-1.5 2.475m.2-7.3q-.15-1.075-.55-2.062T18.35 7.1l1.4-1.4q.95 1.125 1.525 2.475T22 11z"/></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.25 18.3q-.95-1.125-1.525-2.475T2 13h2.05q.15 1.075.55 2.063T5.65 16.9zM2 11q.2-1.475.75-2.825T4.25 5.7l1.4 1.4Q5 7.95 4.6 8.938T4.05 11zm8.95 10.95q-1.475-.15-2.812-.712T5.65 19.75l1.4-1.45q.875.65 1.85 1.075t2.05.575zM7.1 5.7L5.65 4.25q1.175-.925 2.525-1.488T11 2.05v2q-1.075.15-2.062.575T7.1 5.7m2.775 8.425Q9 13.25 9 12t.875-2.125T12 9t2.125.875T15 12t-.875 2.125T12 15t-2.125-.875m3.075 7.825v-2q1.1-.15 2.088-.562T16.9 18.3l1.45 1.45q-1.175.95-2.537 1.5t-2.863.7m4-16.25q-.875-.65-1.875-1.075T13 4.05v-2q1.475.15 2.838.713T18.35 4.25zm2.8 12.6l-1.4-1.4q.65-.85 1.05-1.837T19.95 13H22q-.2 1.475-.75 2.825t-1.5 2.475m.2-7.3q-.15-1.075-.55-2.062T18.35 7.1l1.4-1.4q.95 1.125 1.525 2.475T22 11z"/></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.25%2018.3q-.95-1.125-1.525-2.475T2%2013h2.05q.15%201.075.55%202.063T5.65%2016.9zM2%2011q.2-1.475.75-2.825T4.25%205.7l1.4%201.4Q5%207.95%204.6%208.938T4.05%2011zm8.95%2010.95q-1.475-.15-2.812-.712T5.65%2019.75l1.4-1.45q.875.65%201.85%201.075t2.05.575zM7.1%205.7L5.65%204.25q1.175-.925%202.525-1.488T11%202.05v2q-1.075.15-2.062.575T7.1%205.7m2.775%208.425Q9%2013.25%209%2012t.875-2.125T12%209t2.125.875T15%2012t-.875%202.125T12%2015t-2.125-.875m3.075%207.825v-2q1.1-.15%202.088-.562T16.9%2018.3l1.45%201.45q-1.175.95-2.537%201.5t-2.863.7m4-16.25q-.875-.65-1.875-1.075T13%204.05v-2q1.475.15%202.838.713T18.35%204.25zm2.8%2012.6l-1.4-1.4q.65-.85%201.05-1.837T19.95%2013H22q-.2%201.475-.75%202.825t-1.5%202.475m.2-7.3q-.15-1.075-.55-2.062T18.35%207.1l1.4-1.4q.95%201.125%201.525%202.475T22%2011z%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.25%2018.3q-.95-1.125-1.525-2.475T2%2013h2.05q.15%201.075.55%202.063T5.65%2016.9zM2%2011q.2-1.475.75-2.825T4.25%205.7l1.4%201.4Q5%207.95%204.6%208.938T4.05%2011zm8.95%2010.95q-1.475-.15-2.812-.712T5.65%2019.75l1.4-1.45q.875.65%201.85%201.075t2.05.575zM7.1%205.7L5.65%204.25q1.175-.925%202.525-1.488T11%202.05v2q-1.075.15-2.062.575T7.1%205.7m2.775%208.425Q9%2013.25%209%2012t.875-2.125T12%209t2.125.875T15%2012t-.875%202.125T12%2015t-2.125-.875m3.075%207.825v-2q1.1-.15%202.088-.562T16.9%2018.3l1.45%201.45q-1.175.95-2.537%201.5t-2.863.7m4-16.25q-.875-.65-1.875-1.075T13%204.05v-2q1.475.15%202.838.713T18.35%204.25zm2.8%2012.6l-1.4-1.4q.65-.85%201.05-1.837T19.95%2013H22q-.2%201.475-.75%202.825t-1.5%202.475m.2-7.3q-.15-1.075-.55-2.062T18.35%207.1l1.4-1.4q.95%201.125%201.525%202.475T22%2011z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/filter-tilt-shift.svg?color=%231a73e8&size=48