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

Name
crop-interim-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 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.671 9.104A6.502 6.502 0 0 1 15.505 22c-1.483 0-2.884-.5-4.008-1.382v.632a.75.75 0 0 1-.65.743l-.1.007a.75.75 0 0 1-.744-.648l-.007-.102v-2.499a.75.75 0 0 1 .648-.743l.102-.007h2.505a.75.75 0 0 1 .101 1.493l-.101.007l-.744.002a5 5 0 1 0 4.411-8.8zm-2.185-6.1a2.5 2.5 0 0 1 .974 4.803l.818 5.315A2.501 2.501 0 1 1 13.505 17H6.5a2.5 2.5 0 1 1-2.778-3.877l.818-5.312A2.5 2.5 0 1 1 7.497 4h4.992a2.5 2.5 0 0 1 1.997-.996m-2.5 2.496H8c0 1.2-.841 2.2-1.964 2.446l-.795 5.166a2.5 2.5 0 0 1 1.752 2.203L7 15.5h6.005a2.5 2.5 0 0 1 1.752-2.386l-.793-5.165a2.5 2.5 0 0 1-1.972-2.275z"/></svg>

React

import type { SVGProps } from "react";

export function FluentCropInterim24Filled(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="M16.671 9.104A6.502 6.502 0 0 1 15.505 22c-1.483 0-2.884-.5-4.008-1.382v.632a.75.75 0 0 1-.65.743l-.1.007a.75.75 0 0 1-.744-.648l-.007-.102v-2.499a.75.75 0 0 1 .648-.743l.102-.007h2.505a.75.75 0 0 1 .101 1.493l-.101.007l-.744.002a5 5 0 1 0 4.411-8.8zm-2.185-6.1a2.5 2.5 0 0 1 .974 4.803l.818 5.315A2.501 2.501 0 1 1 13.505 17H6.5a2.5 2.5 0 1 1-2.778-3.877l.818-5.312A2.5 2.5 0 1 1 7.497 4h4.992a2.5 2.5 0 0 1 1.997-.996m-2.5 2.496H8c0 1.2-.841 2.2-1.964 2.446l-.795 5.166a2.5 2.5 0 0 1 1.752 2.203L7 15.5h6.005a2.5 2.5 0 0 1 1.752-2.386l-.793-5.165a2.5 2.5 0 0 1-1.972-2.275z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.671 9.104A6.502 6.502 0 0 1 15.505 22c-1.483 0-2.884-.5-4.008-1.382v.632a.75.75 0 0 1-.65.743l-.1.007a.75.75 0 0 1-.744-.648l-.007-.102v-2.499a.75.75 0 0 1 .648-.743l.102-.007h2.505a.75.75 0 0 1 .101 1.493l-.101.007l-.744.002a5 5 0 1 0 4.411-8.8zm-2.185-6.1a2.5 2.5 0 0 1 .974 4.803l.818 5.315A2.501 2.501 0 1 1 13.505 17H6.5a2.5 2.5 0 1 1-2.778-3.877l.818-5.312A2.5 2.5 0 1 1 7.497 4h4.992a2.5 2.5 0 0 1 1.997-.996m-2.5 2.496H8c0 1.2-.841 2.2-1.964 2.446l-.795 5.166a2.5 2.5 0 0 1 1.752 2.203L7 15.5h6.005a2.5 2.5 0 0 1 1.752-2.386l-.793-5.165a2.5 2.5 0 0 1-1.972-2.275z"/></svg>
</template>

CSS

.icon-crop-interim-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%22M16.671%209.104A6.502%206.502%200%200%201%2015.505%2022c-1.483%200-2.884-.5-4.008-1.382v.632a.75.75%200%200%201-.65.743l-.1.007a.75.75%200%200%201-.744-.648l-.007-.102v-2.499a.75.75%200%200%201%20.648-.743l.102-.007h2.505a.75.75%200%200%201%20.101%201.493l-.101.007l-.744.002a5%205%200%201%200%204.411-8.8zm-2.185-6.1a2.5%202.5%200%200%201%20.974%204.803l.818%205.315A2.501%202.501%200%201%201%2013.505%2017H6.5a2.5%202.5%200%201%201-2.778-3.877l.818-5.312A2.5%202.5%200%201%201%207.497%204h4.992a2.5%202.5%200%200%201%201.997-.996m-2.5%202.496H8c0%201.2-.841%202.2-1.964%202.446l-.795%205.166a2.5%202.5%200%200%201%201.752%202.203L7%2015.5h6.005a2.5%202.5%200%200%201%201.752-2.386l-.793-5.165a2.5%202.5%200%200%201-1.972-2.275z%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%22M16.671%209.104A6.502%206.502%200%200%201%2015.505%2022c-1.483%200-2.884-.5-4.008-1.382v.632a.75.75%200%200%201-.65.743l-.1.007a.75.75%200%200%201-.744-.648l-.007-.102v-2.499a.75.75%200%200%201%20.648-.743l.102-.007h2.505a.75.75%200%200%201%20.101%201.493l-.101.007l-.744.002a5%205%200%201%200%204.411-8.8zm-2.185-6.1a2.5%202.5%200%200%201%20.974%204.803l.818%205.315A2.501%202.501%200%201%201%2013.505%2017H6.5a2.5%202.5%200%201%201-2.778-3.877l.818-5.312A2.5%202.5%200%201%201%207.497%204h4.992a2.5%202.5%200%200%201%201.997-.996m-2.5%202.496H8c0%201.2-.841%202.2-1.964%202.446l-.795%205.166a2.5%202.5%200%200%201%201.752%202.203L7%2015.5h6.005a2.5%202.5%200%200%201%201.752-2.386l-.793-5.165a2.5%202.5%200%200%201-1.972-2.275z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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