round filter tilt shift icon
round-filter-tilt-shift from Google Material Icons by Material Design Authors · Baseline · Image · Apache-2.0 Free for personal and commercial use.
- Name
- round-filter-tilt-shift
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Image
- Viewbox
- 24×24
- License
- Apache 2.0
More image icons from Google Material Icons
baseline-10mpbaseline-11mpbaseline-12mpbaseline-13mpbaseline-14mpbaseline-15mpbaseline-16mpbaseline-17mpbaseline-18mpbaseline-19mpbaseline-20mpbaseline-21mpbaseline-22mpbaseline-23mpbaseline-24mpbaseline-2mpbaseline-30fps-selectbaseline-3mpbaseline-4mpbaseline-5mpbaseline-60fps-selectbaseline-6mpbaseline-7mpbaseline-8mp
Use the round 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="M11 3.23c0-.64-.59-1.13-1.21-.99c-1.12.26-2.18.7-3.12 1.3c-.53.34-.61 1.1-.16 1.55c.32.32.83.4 1.21.16c.77-.49 1.62-.85 2.54-1.05c.44-.1.74-.51.74-.97m6.33.32c-.94-.6-2-1.04-3.12-1.3a.998.998 0 0 0-1.21.98c0 .45.3.87.74.96c.91.2 1.77.57 2.53 1.05c.39.24.89.17 1.21-.16a.972.972 0 0 0-.15-1.53M20.77 11c.64 0 1.13-.59.99-1.21c-.26-1.12-.7-2.18-1.3-3.12c-.34-.53-1.1-.61-1.55-.16c-.32.32-.4.83-.16 1.21c.49.77.85 1.62 1.05 2.53c.1.45.51.75.97.75M5.1 6.51c-.46-.45-1.21-.38-1.55.16c-.6.94-1.04 2-1.3 3.12c-.14.62.34 1.21.98 1.21c.45 0 .87-.3.96-.74c.2-.91.57-1.77 1.05-2.53c.26-.39.18-.9-.14-1.22M3.23 13c-.64 0-1.13.59-.99 1.21c.26 1.12.7 2.17 1.3 3.12c.34.54 1.1.61 1.55.16c.32-.32.4-.83.15-1.21c-.49-.76-.85-1.61-1.05-2.53c-.09-.45-.5-.75-.96-.75M15 12c0-1.66-1.34-3-3-3s-3 1.34-3 3s1.34 3 3 3s3-1.34 3-3m3.9 5.49c.45.45 1.21.38 1.55-.15c.6-.94 1.04-2 1.3-3.11c.14-.62-.35-1.21-.98-1.21c-.45 0-.87.3-.96.74c-.2.91-.57 1.76-1.05 2.53c-.26.37-.18.88.14 1.2M13 20.77c0 .64.59 1.13 1.21.99c1.12-.26 2.17-.7 3.12-1.3c.54-.34.61-1.1.16-1.55c-.32-.32-.83-.4-1.21-.15c-.76.49-1.61.85-2.53 1.05c-.45.09-.75.5-.75.96m-6.33-.32c.95.6 2 1.04 3.12 1.3c.62.14 1.21-.35 1.21-.98c0-.45-.3-.87-.74-.96a8 8 0 0 1-2.53-1.05a.97.97 0 0 0-1.21.16a.972.972 0 0 0 .15 1.53"/></svg>
React
import type { SVGProps } from "react";
export function IcRoundFilterTiltShift(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="M11 3.23c0-.64-.59-1.13-1.21-.99c-1.12.26-2.18.7-3.12 1.3c-.53.34-.61 1.1-.16 1.55c.32.32.83.4 1.21.16c.77-.49 1.62-.85 2.54-1.05c.44-.1.74-.51.74-.97m6.33.32c-.94-.6-2-1.04-3.12-1.3a.998.998 0 0 0-1.21.98c0 .45.3.87.74.96c.91.2 1.77.57 2.53 1.05c.39.24.89.17 1.21-.16a.972.972 0 0 0-.15-1.53M20.77 11c.64 0 1.13-.59.99-1.21c-.26-1.12-.7-2.18-1.3-3.12c-.34-.53-1.1-.61-1.55-.16c-.32.32-.4.83-.16 1.21c.49.77.85 1.62 1.05 2.53c.1.45.51.75.97.75M5.1 6.51c-.46-.45-1.21-.38-1.55.16c-.6.94-1.04 2-1.3 3.12c-.14.62.34 1.21.98 1.21c.45 0 .87-.3.96-.74c.2-.91.57-1.77 1.05-2.53c.26-.39.18-.9-.14-1.22M3.23 13c-.64 0-1.13.59-.99 1.21c.26 1.12.7 2.17 1.3 3.12c.34.54 1.1.61 1.55.16c.32-.32.4-.83.15-1.21c-.49-.76-.85-1.61-1.05-2.53c-.09-.45-.5-.75-.96-.75M15 12c0-1.66-1.34-3-3-3s-3 1.34-3 3s1.34 3 3 3s3-1.34 3-3m3.9 5.49c.45.45 1.21.38 1.55-.15c.6-.94 1.04-2 1.3-3.11c.14-.62-.35-1.21-.98-1.21c-.45 0-.87.3-.96.74c-.2.91-.57 1.76-1.05 2.53c-.26.37-.18.88.14 1.2M13 20.77c0 .64.59 1.13 1.21.99c1.12-.26 2.17-.7 3.12-1.3c.54-.34.61-1.1.16-1.55c-.32-.32-.83-.4-1.21-.15c-.76.49-1.61.85-2.53 1.05c-.45.09-.75.5-.75.96m-6.33-.32c.95.6 2 1.04 3.12 1.3c.62.14 1.21-.35 1.21-.98c0-.45-.3-.87-.74-.96a8 8 0 0 1-2.53-1.05a.97.97 0 0 0-1.21.16a.972.972 0 0 0 .15 1.53"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 3.23c0-.64-.59-1.13-1.21-.99c-1.12.26-2.18.7-3.12 1.3c-.53.34-.61 1.1-.16 1.55c.32.32.83.4 1.21.16c.77-.49 1.62-.85 2.54-1.05c.44-.1.74-.51.74-.97m6.33.32c-.94-.6-2-1.04-3.12-1.3a.998.998 0 0 0-1.21.98c0 .45.3.87.74.96c.91.2 1.77.57 2.53 1.05c.39.24.89.17 1.21-.16a.972.972 0 0 0-.15-1.53M20.77 11c.64 0 1.13-.59.99-1.21c-.26-1.12-.7-2.18-1.3-3.12c-.34-.53-1.1-.61-1.55-.16c-.32.32-.4.83-.16 1.21c.49.77.85 1.62 1.05 2.53c.1.45.51.75.97.75M5.1 6.51c-.46-.45-1.21-.38-1.55.16c-.6.94-1.04 2-1.3 3.12c-.14.62.34 1.21.98 1.21c.45 0 .87-.3.96-.74c.2-.91.57-1.77 1.05-2.53c.26-.39.18-.9-.14-1.22M3.23 13c-.64 0-1.13.59-.99 1.21c.26 1.12.7 2.17 1.3 3.12c.34.54 1.1.61 1.55.16c.32-.32.4-.83.15-1.21c-.49-.76-.85-1.61-1.05-2.53c-.09-.45-.5-.75-.96-.75M15 12c0-1.66-1.34-3-3-3s-3 1.34-3 3s1.34 3 3 3s3-1.34 3-3m3.9 5.49c.45.45 1.21.38 1.55-.15c.6-.94 1.04-2 1.3-3.11c.14-.62-.35-1.21-.98-1.21c-.45 0-.87.3-.96.74c-.2.91-.57 1.76-1.05 2.53c-.26.37-.18.88.14 1.2M13 20.77c0 .64.59 1.13 1.21.99c1.12-.26 2.17-.7 3.12-1.3c.54-.34.61-1.1.16-1.55c-.32-.32-.83-.4-1.21-.15c-.76.49-1.61.85-2.53 1.05c-.45.09-.75.5-.75.96m-6.33-.32c.95.6 2 1.04 3.12 1.3c.62.14 1.21-.35 1.21-.98c0-.45-.3-.87-.74-.96a8 8 0 0 1-2.53-1.05a.97.97 0 0 0-1.21.16a.972.972 0 0 0 .15 1.53"/></svg> </template>
CSS
.icon-round-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%22M11%203.23c0-.64-.59-1.13-1.21-.99c-1.12.26-2.18.7-3.12%201.3c-.53.34-.61%201.1-.16%201.55c.32.32.83.4%201.21.16c.77-.49%201.62-.85%202.54-1.05c.44-.1.74-.51.74-.97m6.33.32c-.94-.6-2-1.04-3.12-1.3a.998.998%200%200%200-1.21.98c0%20.45.3.87.74.96c.91.2%201.77.57%202.53%201.05c.39.24.89.17%201.21-.16a.972.972%200%200%200-.15-1.53M20.77%2011c.64%200%201.13-.59.99-1.21c-.26-1.12-.7-2.18-1.3-3.12c-.34-.53-1.1-.61-1.55-.16c-.32.32-.4.83-.16%201.21c.49.77.85%201.62%201.05%202.53c.1.45.51.75.97.75M5.1%206.51c-.46-.45-1.21-.38-1.55.16c-.6.94-1.04%202-1.3%203.12c-.14.62.34%201.21.98%201.21c.45%200%20.87-.3.96-.74c.2-.91.57-1.77%201.05-2.53c.26-.39.18-.9-.14-1.22M3.23%2013c-.64%200-1.13.59-.99%201.21c.26%201.12.7%202.17%201.3%203.12c.34.54%201.1.61%201.55.16c.32-.32.4-.83.15-1.21c-.49-.76-.85-1.61-1.05-2.53c-.09-.45-.5-.75-.96-.75M15%2012c0-1.66-1.34-3-3-3s-3%201.34-3%203s1.34%203%203%203s3-1.34%203-3m3.9%205.49c.45.45%201.21.38%201.55-.15c.6-.94%201.04-2%201.3-3.11c.14-.62-.35-1.21-.98-1.21c-.45%200-.87.3-.96.74c-.2.91-.57%201.76-1.05%202.53c-.26.37-.18.88.14%201.2M13%2020.77c0%20.64.59%201.13%201.21.99c1.12-.26%202.17-.7%203.12-1.3c.54-.34.61-1.1.16-1.55c-.32-.32-.83-.4-1.21-.15c-.76.49-1.61.85-2.53%201.05c-.45.09-.75.5-.75.96m-6.33-.32c.95.6%202%201.04%203.12%201.3c.62.14%201.21-.35%201.21-.98c0-.45-.3-.87-.74-.96a8%208%200%200%201-2.53-1.05a.97.97%200%200%200-1.21.16a.972.972%200%200%200%20.15%201.53%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%22M11%203.23c0-.64-.59-1.13-1.21-.99c-1.12.26-2.18.7-3.12%201.3c-.53.34-.61%201.1-.16%201.55c.32.32.83.4%201.21.16c.77-.49%201.62-.85%202.54-1.05c.44-.1.74-.51.74-.97m6.33.32c-.94-.6-2-1.04-3.12-1.3a.998.998%200%200%200-1.21.98c0%20.45.3.87.74.96c.91.2%201.77.57%202.53%201.05c.39.24.89.17%201.21-.16a.972.972%200%200%200-.15-1.53M20.77%2011c.64%200%201.13-.59.99-1.21c-.26-1.12-.7-2.18-1.3-3.12c-.34-.53-1.1-.61-1.55-.16c-.32.32-.4.83-.16%201.21c.49.77.85%201.62%201.05%202.53c.1.45.51.75.97.75M5.1%206.51c-.46-.45-1.21-.38-1.55.16c-.6.94-1.04%202-1.3%203.12c-.14.62.34%201.21.98%201.21c.45%200%20.87-.3.96-.74c.2-.91.57-1.77%201.05-2.53c.26-.39.18-.9-.14-1.22M3.23%2013c-.64%200-1.13.59-.99%201.21c.26%201.12.7%202.17%201.3%203.12c.34.54%201.1.61%201.55.16c.32-.32.4-.83.15-1.21c-.49-.76-.85-1.61-1.05-2.53c-.09-.45-.5-.75-.96-.75M15%2012c0-1.66-1.34-3-3-3s-3%201.34-3%203s1.34%203%203%203s3-1.34%203-3m3.9%205.49c.45.45%201.21.38%201.55-.15c.6-.94%201.04-2%201.3-3.11c.14-.62-.35-1.21-.98-1.21c-.45%200-.87.3-.96.74c-.2.91-.57%201.76-1.05%202.53c-.26.37-.18.88.14%201.2M13%2020.77c0%20.64.59%201.13%201.21.99c1.12-.26%202.17-.7%203.12-1.3c.54-.34.61-1.1.16-1.55c-.32-.32-.83-.4-1.21-.15c-.76.49-1.61.85-2.53%201.05c-.45.09-.75.5-.75.96m-6.33-.32c.95.6%202%201.04%203.12%201.3c.62.14%201.21-.35%201.21-.98c0-.45-.3-.87-.74-.96a8%208%200%200%201-2.53-1.05a.97.97%200%200%200-1.21.16a.972.972%200%200%200%20.15%201.53%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-filter-tilt-shift.svg?color=%231a73e8&size=48