crop-interim-off-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.

Name
crop-interim-off-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
License
MIT

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the crop interim off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.28 2.22a.75.75 0 1 0-1.06 1.06l1.064 1.065a2.5 2.5 0 0 0 1.254 3.467l-.816 5.312A2.501 2.501 0 1 0 6.499 17h7.006a2.496 2.496 0 0 0 3.153.718l1.81 1.81c-.83.61-1.855.971-2.963.971a5 5 0 0 1-2.998-.997l.744-.002l.101-.006A.75.75 0 0 0 13.251 18h-2.505l-.102.007a.75.75 0 0 0-.648.743v2.499l.007.102a.75.75 0 0 0 .743.648l.102-.007a.75.75 0 0 0 .648-.743v-.632A6.48 6.48 0 0 0 15.505 22a6.47 6.47 0 0 0 4.033-1.402l1.182 1.183a.75.75 0 0 0 1.061-1.061zm10.006 12.127c-.18.345-.281.737-.281 1.153H7l-.007-.185a2.5 2.5 0 0 0-1.752-2.203l.795-5.166q.331-.073.623-.226zM7.182 4l1.5 1.5h3.304l.006.174a2.5 2.5 0 0 0 1.972 2.275l.514 3.347l1.795 1.796l-.813-5.285A2.5 2.5 0 1 0 12.489 4zm13.07 13.071l1.155 1.155a6.502 6.502 0 0 0-4.736-9.121l.247 1.598a5 5 0 0 1 3.335 6.368"/></svg>

React

import type { SVGProps } from "react";

export function FluentCropInterimOff24Filled(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="M3.28 2.22a.75.75 0 1 0-1.06 1.06l1.064 1.065a2.5 2.5 0 0 0 1.254 3.467l-.816 5.312A2.501 2.501 0 1 0 6.499 17h7.006a2.496 2.496 0 0 0 3.153.718l1.81 1.81c-.83.61-1.855.971-2.963.971a5 5 0 0 1-2.998-.997l.744-.002l.101-.006A.75.75 0 0 0 13.251 18h-2.505l-.102.007a.75.75 0 0 0-.648.743v2.499l.007.102a.75.75 0 0 0 .743.648l.102-.007a.75.75 0 0 0 .648-.743v-.632A6.48 6.48 0 0 0 15.505 22a6.47 6.47 0 0 0 4.033-1.402l1.182 1.183a.75.75 0 0 0 1.061-1.061zm10.006 12.127c-.18.345-.281.737-.281 1.153H7l-.007-.185a2.5 2.5 0 0 0-1.752-2.203l.795-5.166q.331-.073.623-.226zM7.182 4l1.5 1.5h3.304l.006.174a2.5 2.5 0 0 0 1.972 2.275l.514 3.347l1.795 1.796l-.813-5.285A2.5 2.5 0 1 0 12.489 4zm13.07 13.071l1.155 1.155a6.502 6.502 0 0 0-4.736-9.121l.247 1.598a5 5 0 0 1 3.335 6.368"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.28 2.22a.75.75 0 1 0-1.06 1.06l1.064 1.065a2.5 2.5 0 0 0 1.254 3.467l-.816 5.312A2.501 2.501 0 1 0 6.499 17h7.006a2.496 2.496 0 0 0 3.153.718l1.81 1.81c-.83.61-1.855.971-2.963.971a5 5 0 0 1-2.998-.997l.744-.002l.101-.006A.75.75 0 0 0 13.251 18h-2.505l-.102.007a.75.75 0 0 0-.648.743v2.499l.007.102a.75.75 0 0 0 .743.648l.102-.007a.75.75 0 0 0 .648-.743v-.632A6.48 6.48 0 0 0 15.505 22a6.47 6.47 0 0 0 4.033-1.402l1.182 1.183a.75.75 0 0 0 1.061-1.061zm10.006 12.127c-.18.345-.281.737-.281 1.153H7l-.007-.185a2.5 2.5 0 0 0-1.752-2.203l.795-5.166q.331-.073.623-.226zM7.182 4l1.5 1.5h3.304l.006.174a2.5 2.5 0 0 0 1.972 2.275l.514 3.347l1.795 1.796l-.813-5.285A2.5 2.5 0 1 0 12.489 4zm13.07 13.071l1.155 1.155a6.502 6.502 0 0 0-4.736-9.121l.247 1.598a5 5 0 0 1 3.335 6.368"/></svg>
</template>

CSS

.icon-crop-interim-off-24-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%22M3.28%202.22a.75.75%200%201%200-1.06%201.06l1.064%201.065a2.5%202.5%200%200%200%201.254%203.467l-.816%205.312A2.501%202.501%200%201%200%206.499%2017h7.006a2.496%202.496%200%200%200%203.153.718l1.81%201.81c-.83.61-1.855.971-2.963.971a5%205%200%200%201-2.998-.997l.744-.002l.101-.006A.75.75%200%200%200%2013.251%2018h-2.505l-.102.007a.75.75%200%200%200-.648.743v2.499l.007.102a.75.75%200%200%200%20.743.648l.102-.007a.75.75%200%200%200%20.648-.743v-.632A6.48%206.48%200%200%200%2015.505%2022a6.47%206.47%200%200%200%204.033-1.402l1.182%201.183a.75.75%200%200%200%201.061-1.061zm10.006%2012.127c-.18.345-.281.737-.281%201.153H7l-.007-.185a2.5%202.5%200%200%200-1.752-2.203l.795-5.166q.331-.073.623-.226zM7.182%204l1.5%201.5h3.304l.006.174a2.5%202.5%200%200%200%201.972%202.275l.514%203.347l1.795%201.796l-.813-5.285A2.5%202.5%200%201%200%2012.489%204zm13.07%2013.071l1.155%201.155a6.502%206.502%200%200%200-4.736-9.121l.247%201.598a5%205%200%200%201%203.335%206.368%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%22M3.28%202.22a.75.75%200%201%200-1.06%201.06l1.064%201.065a2.5%202.5%200%200%200%201.254%203.467l-.816%205.312A2.501%202.501%200%201%200%206.499%2017h7.006a2.496%202.496%200%200%200%203.153.718l1.81%201.81c-.83.61-1.855.971-2.963.971a5%205%200%200%201-2.998-.997l.744-.002l.101-.006A.75.75%200%200%200%2013.251%2018h-2.505l-.102.007a.75.75%200%200%200-.648.743v2.499l.007.102a.75.75%200%200%200%20.743.648l.102-.007a.75.75%200%200%200%20.648-.743v-.632A6.48%206.48%200%200%200%2015.505%2022a6.47%206.47%200%200%200%204.033-1.402l1.182%201.183a.75.75%200%200%200%201.061-1.061zm10.006%2012.127c-.18.345-.281.737-.281%201.153H7l-.007-.185a2.5%202.5%200%200%200-1.752-2.203l.795-5.166q.331-.073.623-.226zM7.182%204l1.5%201.5h3.304l.006.174a2.5%202.5%200%200%200%201.972%202.275l.514%203.347l1.795%201.796l-.813-5.285A2.5%202.5%200%201%200%2012.489%204zm13.07%2013.071l1.155%201.155a6.502%206.502%200%200%200-4.736-9.121l.247%201.598a5%205%200%200%201%203.335%206.368%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/crop-interim-off-24-filled.svg?color=%231a73e8&size=48