image filter tilt shift icon
image-filter-tilt-shift from Material Design Icons by Pictogrammers · Filled · Photography · Apache-2.0 Free for personal and commercial use.
- Name
- image-filter-tilt-shift
- Set
- Material Design Icons
- Style
- Filled
- Category
- Photography
- Viewbox
- 24×24
- License
- Apache 2.0
More photography icons from Material Design Icons
auto-fixcamera-burstcamera-controlcamera-documentcamera-document-offcamera-enhancecamera-flipcamera-frontcamera-front-variantcamera-imagecamera-iriscamera-lock-opencamera-metering-centercamera-metering-matrixcamera-metering-partialcamera-metering-spotcamera-offcamera-outlinecamera-party-modecamera-pluscamera-rearcamera-rear-variantcamera-retakecamera-switch
Use the image 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="M5.68 19.74A10 10 0 0 0 11 21.95v-2.02a7.94 7.94 0 0 1-3.9-1.62m5.9 1.62v2.02c2-.2 3.84-1 5.32-2.21l-1.43-1.43c-1.1.86-2.43 1.44-3.89 1.62m5.31-3.03l1.43 1.43c1.21-1.48 2.01-3.33 2.21-5.33h-2.02a7.94 7.94 0 0 1-1.62 3.9M15 12a3 3 0 0 0-3-3a3 3 0 0 0-3 3a3 3 0 0 0 3 3a3 3 0 0 0 3-3M4.07 13H2.05c.2 2 1 3.84 2.21 5.32l1.43-1.43A7.87 7.87 0 0 1 4.07 13m1.62-5.9L4.26 5.68A10 10 0 0 0 2.05 11h2.02c.18-1.46.76-2.79 1.62-3.9M19.93 11h2.02c-.2-2-1-3.84-2.21-5.32L18.31 7.1a7.94 7.94 0 0 1 1.62 3.9m-1.61-6.74A10 10 0 0 0 13 2.05v2.02c1.46.18 2.79.76 3.9 1.62M11 4.07V2.05c-2 .2-3.84 1-5.32 2.21L7.1 5.69A7.94 7.94 0 0 1 11 4.07"/></svg>
React
import type { SVGProps } from "react";
export function MdiImageFilterTiltShift(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="M5.68 19.74A10 10 0 0 0 11 21.95v-2.02a7.94 7.94 0 0 1-3.9-1.62m5.9 1.62v2.02c2-.2 3.84-1 5.32-2.21l-1.43-1.43c-1.1.86-2.43 1.44-3.89 1.62m5.31-3.03l1.43 1.43c1.21-1.48 2.01-3.33 2.21-5.33h-2.02a7.94 7.94 0 0 1-1.62 3.9M15 12a3 3 0 0 0-3-3a3 3 0 0 0-3 3a3 3 0 0 0 3 3a3 3 0 0 0 3-3M4.07 13H2.05c.2 2 1 3.84 2.21 5.32l1.43-1.43A7.87 7.87 0 0 1 4.07 13m1.62-5.9L4.26 5.68A10 10 0 0 0 2.05 11h2.02c.18-1.46.76-2.79 1.62-3.9M19.93 11h2.02c-.2-2-1-3.84-2.21-5.32L18.31 7.1a7.94 7.94 0 0 1 1.62 3.9m-1.61-6.74A10 10 0 0 0 13 2.05v2.02c1.46.18 2.79.76 3.9 1.62M11 4.07V2.05c-2 .2-3.84 1-5.32 2.21L7.1 5.69A7.94 7.94 0 0 1 11 4.07"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.68 19.74A10 10 0 0 0 11 21.95v-2.02a7.94 7.94 0 0 1-3.9-1.62m5.9 1.62v2.02c2-.2 3.84-1 5.32-2.21l-1.43-1.43c-1.1.86-2.43 1.44-3.89 1.62m5.31-3.03l1.43 1.43c1.21-1.48 2.01-3.33 2.21-5.33h-2.02a7.94 7.94 0 0 1-1.62 3.9M15 12a3 3 0 0 0-3-3a3 3 0 0 0-3 3a3 3 0 0 0 3 3a3 3 0 0 0 3-3M4.07 13H2.05c.2 2 1 3.84 2.21 5.32l1.43-1.43A7.87 7.87 0 0 1 4.07 13m1.62-5.9L4.26 5.68A10 10 0 0 0 2.05 11h2.02c.18-1.46.76-2.79 1.62-3.9M19.93 11h2.02c-.2-2-1-3.84-2.21-5.32L18.31 7.1a7.94 7.94 0 0 1 1.62 3.9m-1.61-6.74A10 10 0 0 0 13 2.05v2.02c1.46.18 2.79.76 3.9 1.62M11 4.07V2.05c-2 .2-3.84 1-5.32 2.21L7.1 5.69A7.94 7.94 0 0 1 11 4.07"/></svg> </template>
CSS
.icon-image-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%22M5.68%2019.74A10%2010%200%200%200%2011%2021.95v-2.02a7.94%207.94%200%200%201-3.9-1.62m5.9%201.62v2.02c2-.2%203.84-1%205.32-2.21l-1.43-1.43c-1.1.86-2.43%201.44-3.89%201.62m5.31-3.03l1.43%201.43c1.21-1.48%202.01-3.33%202.21-5.33h-2.02a7.94%207.94%200%200%201-1.62%203.9M15%2012a3%203%200%200%200-3-3a3%203%200%200%200-3%203a3%203%200%200%200%203%203a3%203%200%200%200%203-3M4.07%2013H2.05c.2%202%201%203.84%202.21%205.32l1.43-1.43A7.87%207.87%200%200%201%204.07%2013m1.62-5.9L4.26%205.68A10%2010%200%200%200%202.05%2011h2.02c.18-1.46.76-2.79%201.62-3.9M19.93%2011h2.02c-.2-2-1-3.84-2.21-5.32L18.31%207.1a7.94%207.94%200%200%201%201.62%203.9m-1.61-6.74A10%2010%200%200%200%2013%202.05v2.02c1.46.18%202.79.76%203.9%201.62M11%204.07V2.05c-2%20.2-3.84%201-5.32%202.21L7.1%205.69A7.94%207.94%200%200%201%2011%204.07%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%22M5.68%2019.74A10%2010%200%200%200%2011%2021.95v-2.02a7.94%207.94%200%200%201-3.9-1.62m5.9%201.62v2.02c2-.2%203.84-1%205.32-2.21l-1.43-1.43c-1.1.86-2.43%201.44-3.89%201.62m5.31-3.03l1.43%201.43c1.21-1.48%202.01-3.33%202.21-5.33h-2.02a7.94%207.94%200%200%201-1.62%203.9M15%2012a3%203%200%200%200-3-3a3%203%200%200%200-3%203a3%203%200%200%200%203%203a3%203%200%200%200%203-3M4.07%2013H2.05c.2%202%201%203.84%202.21%205.32l1.43-1.43A7.87%207.87%200%200%201%204.07%2013m1.62-5.9L4.26%205.68A10%2010%200%200%200%202.05%2011h2.02c.18-1.46.76-2.79%201.62-3.9M19.93%2011h2.02c-.2-2-1-3.84-2.21-5.32L18.31%207.1a7.94%207.94%200%200%201%201.62%203.9m-1.61-6.74A10%2010%200%200%200%2013%202.05v2.02c1.46.18%202.79.76%203.9%201.62M11%204.07V2.05c-2%20.2-3.84%201-5.32%202.21L7.1%205.69A7.94%207.94%200%200%201%2011%204.07%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/image-filter-tilt-shift.svg?color=%231a73e8&size=48