tilt shift icon

tilt-shift-filled from Tabler Icons by Paweł Kuna · Filled · MIT Free for personal and commercial use.

Name
tilt-shift-filled
Set
Tabler Icons
Style
Filled
Viewbox
24×24
License
MIT

1 other variant in Tabler Icons

Related icons in Tabler Icons

Use the 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="M8.178 2.766a1 1 0 1 1 .764 1.848a8 8 0 0 0-2.595 1.733a1 1 0 1 1-1.414-1.414a10 10 0 0 1 3.245-2.167m-5.411 5.41a1 1 0 1 1 1.846.768A8 8 0 0 0 4 12.002a1 1 0 0 1-2-.004a10 10 0 0 1 .767-3.822m.541 6.34a1 1 0 0 1 1.306.542a8 8 0 0 0 1.733 2.595a1 1 0 1 1-1.414 1.414a10 10 0 0 1-2.167-3.245a1 1 0 0 1 .542-1.306m4.329 5.41a1 1 0 0 1 1.307-.54a8 8 0 0 0 3.058.614a1 1 0 0 1-.004 2a10 10 0 0 1-3.822-.767a1 1 0 0 1-.54-1.307m10.017-2.273a1 1 0 1 1 1.414 1.414a10 10 0 0 1-3.245 2.167a1 1 0 1 1-.764-1.848a8 8 0 0 0 2.595-1.733M21.002 11A1 1 0 0 1 22 12.002a10 10 0 0 1-.767 3.822a1 1 0 1 1-1.846-.768A8 8 0 0 0 20 11.998A1 1 0 0 1 21.002 11m-3.349-6.067a1 1 0 0 1 1.414 0a10 10 0 0 1 2.167 3.245a1 1 0 1 1-1.848.764a8 8 0 0 0-1.733-2.595a1 1 0 0 1 0-1.414M12.002 2a10 10 0 0 1 3.822.767a1 1 0 1 1-.768 1.846A8 8 0 0 0 11.998 4a1 1 0 0 1 .004-2M12 9a3 3 0 1 1-3 3l.005-.176A3 3 0 0 1 12 9"/></svg>

React

import type { SVGProps } from "react";

export function TablerTiltShiftFilled(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="M8.178 2.766a1 1 0 1 1 .764 1.848a8 8 0 0 0-2.595 1.733a1 1 0 1 1-1.414-1.414a10 10 0 0 1 3.245-2.167m-5.411 5.41a1 1 0 1 1 1.846.768A8 8 0 0 0 4 12.002a1 1 0 0 1-2-.004a10 10 0 0 1 .767-3.822m.541 6.34a1 1 0 0 1 1.306.542a8 8 0 0 0 1.733 2.595a1 1 0 1 1-1.414 1.414a10 10 0 0 1-2.167-3.245a1 1 0 0 1 .542-1.306m4.329 5.41a1 1 0 0 1 1.307-.54a8 8 0 0 0 3.058.614a1 1 0 0 1-.004 2a10 10 0 0 1-3.822-.767a1 1 0 0 1-.54-1.307m10.017-2.273a1 1 0 1 1 1.414 1.414a10 10 0 0 1-3.245 2.167a1 1 0 1 1-.764-1.848a8 8 0 0 0 2.595-1.733M21.002 11A1 1 0 0 1 22 12.002a10 10 0 0 1-.767 3.822a1 1 0 1 1-1.846-.768A8 8 0 0 0 20 11.998A1 1 0 0 1 21.002 11m-3.349-6.067a1 1 0 0 1 1.414 0a10 10 0 0 1 2.167 3.245a1 1 0 1 1-1.848.764a8 8 0 0 0-1.733-2.595a1 1 0 0 1 0-1.414M12.002 2a10 10 0 0 1 3.822.767a1 1 0 1 1-.768 1.846A8 8 0 0 0 11.998 4a1 1 0 0 1 .004-2M12 9a3 3 0 1 1-3 3l.005-.176A3 3 0 0 1 12 9"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.178 2.766a1 1 0 1 1 .764 1.848a8 8 0 0 0-2.595 1.733a1 1 0 1 1-1.414-1.414a10 10 0 0 1 3.245-2.167m-5.411 5.41a1 1 0 1 1 1.846.768A8 8 0 0 0 4 12.002a1 1 0 0 1-2-.004a10 10 0 0 1 .767-3.822m.541 6.34a1 1 0 0 1 1.306.542a8 8 0 0 0 1.733 2.595a1 1 0 1 1-1.414 1.414a10 10 0 0 1-2.167-3.245a1 1 0 0 1 .542-1.306m4.329 5.41a1 1 0 0 1 1.307-.54a8 8 0 0 0 3.058.614a1 1 0 0 1-.004 2a10 10 0 0 1-3.822-.767a1 1 0 0 1-.54-1.307m10.017-2.273a1 1 0 1 1 1.414 1.414a10 10 0 0 1-3.245 2.167a1 1 0 1 1-.764-1.848a8 8 0 0 0 2.595-1.733M21.002 11A1 1 0 0 1 22 12.002a10 10 0 0 1-.767 3.822a1 1 0 1 1-1.846-.768A8 8 0 0 0 20 11.998A1 1 0 0 1 21.002 11m-3.349-6.067a1 1 0 0 1 1.414 0a10 10 0 0 1 2.167 3.245a1 1 0 1 1-1.848.764a8 8 0 0 0-1.733-2.595a1 1 0 0 1 0-1.414M12.002 2a10 10 0 0 1 3.822.767a1 1 0 1 1-.768 1.846A8 8 0 0 0 11.998 4a1 1 0 0 1 .004-2M12 9a3 3 0 1 1-3 3l.005-.176A3 3 0 0 1 12 9"/></svg>
</template>

CSS

.icon-tilt-shift-filled {
  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%22M8.178%202.766a1%201%200%201%201%20.764%201.848a8%208%200%200%200-2.595%201.733a1%201%200%201%201-1.414-1.414a10%2010%200%200%201%203.245-2.167m-5.411%205.41a1%201%200%201%201%201.846.768A8%208%200%200%200%204%2012.002a1%201%200%200%201-2-.004a10%2010%200%200%201%20.767-3.822m.541%206.34a1%201%200%200%201%201.306.542a8%208%200%200%200%201.733%202.595a1%201%200%201%201-1.414%201.414a10%2010%200%200%201-2.167-3.245a1%201%200%200%201%20.542-1.306m4.329%205.41a1%201%200%200%201%201.307-.54a8%208%200%200%200%203.058.614a1%201%200%200%201-.004%202a10%2010%200%200%201-3.822-.767a1%201%200%200%201-.54-1.307m10.017-2.273a1%201%200%201%201%201.414%201.414a10%2010%200%200%201-3.245%202.167a1%201%200%201%201-.764-1.848a8%208%200%200%200%202.595-1.733M21.002%2011A1%201%200%200%201%2022%2012.002a10%2010%200%200%201-.767%203.822a1%201%200%201%201-1.846-.768A8%208%200%200%200%2020%2011.998A1%201%200%200%201%2021.002%2011m-3.349-6.067a1%201%200%200%201%201.414%200a10%2010%200%200%201%202.167%203.245a1%201%200%201%201-1.848.764a8%208%200%200%200-1.733-2.595a1%201%200%200%201%200-1.414M12.002%202a10%2010%200%200%201%203.822.767a1%201%200%201%201-.768%201.846A8%208%200%200%200%2011.998%204a1%201%200%200%201%20.004-2M12%209a3%203%200%201%201-3%203l.005-.176A3%203%200%200%201%2012%209%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%22M8.178%202.766a1%201%200%201%201%20.764%201.848a8%208%200%200%200-2.595%201.733a1%201%200%201%201-1.414-1.414a10%2010%200%200%201%203.245-2.167m-5.411%205.41a1%201%200%201%201%201.846.768A8%208%200%200%200%204%2012.002a1%201%200%200%201-2-.004a10%2010%200%200%201%20.767-3.822m.541%206.34a1%201%200%200%201%201.306.542a8%208%200%200%200%201.733%202.595a1%201%200%201%201-1.414%201.414a10%2010%200%200%201-2.167-3.245a1%201%200%200%201%20.542-1.306m4.329%205.41a1%201%200%200%201%201.307-.54a8%208%200%200%200%203.058.614a1%201%200%200%201-.004%202a10%2010%200%200%201-3.822-.767a1%201%200%200%201-.54-1.307m10.017-2.273a1%201%200%201%201%201.414%201.414a10%2010%200%200%201-3.245%202.167a1%201%200%201%201-.764-1.848a8%208%200%200%200%202.595-1.733M21.002%2011A1%201%200%200%201%2022%2012.002a10%2010%200%200%201-.767%203.822a1%201%200%201%201-1.846-.768A8%208%200%200%200%2020%2011.998A1%201%200%200%201%2021.002%2011m-3.349-6.067a1%201%200%200%201%201.414%200a10%2010%200%200%201%202.167%203.245a1%201%200%201%201-1.848.764a8%208%200%200%200-1.733-2.595a1%201%200%200%201%200-1.414M12.002%202a10%2010%200%200%201%203.822.767a1%201%200%201%201-.768%201.846A8%208%200%200%200%2011.998%204a1%201%200%200%201%20.004-2M12%209a3%203%200%201%201-3%203l.005-.176A3%203%200%200%201%2012%209%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tabler/tilt-shift-filled.svg?color=%231a73e8&size=48