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

Name
crop-interim-24-regular
Set
Fluent UI System Icons
Style
24 Regular
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 22a6.48 6.48 0 0 1-4.01-1.383l.001.633a.75.75 0 0 1-.648.743l-.102.007a.75.75 0 0 1-.743-.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-.743.002a5 5 0 1 0 4.41-8.8zm-2.185-6.1a2.5 2.5 0 0 1 .975 4.803l.818 5.315a2.501 2.501 0 1 1-2.774 3.879H6.5a2.5 2.5 0 1 1-2.778-3.877l.819-5.311A2.5 2.5 0 1 1 7.497 4h4.992a2.5 2.5 0 0 1 1.997-.996M4.5 14.5l-.117.007a1 1 0 0 0 0 1.986l.117.007a1 1 0 0 0 .993-.883L5.5 15.5l-.007-.117a1 1 0 0 0-.517-.762l-.108-.051l-.123-.04l-.09-.018A1 1 0 0 0 4.5 14.5m10.693.049l-.051.019l-.066.029l-.093.05a1 1 0 0 0 .405 1.846l.117.007a1 1 0 0 0 .116-1.993l-.117-.007q-.084 0-.167.014zm-3.207-9.05H8C8 6.7 7.16 7.702 6.037 7.947l-.795 5.166a2.5 2.5 0 0 1 1.751 2.203L7 15.5h6.005a2.5 2.5 0 0 1 1.752-2.386l-.794-5.165a2.5 2.5 0 0 1-1.971-2.275zm1.778.697l.024.024l.12.1l.086.054l.09.046l.109.04l.092.024l.078.012l.123.008l.12-.007l.17-.036l.124-.047l.087-.045l.094-.062l.11-.093l.075-.085a1 1 0 0 0-.294-1.5v.007l-.105-.054l-.146-.05l-.083-.017a1 1 0 0 0-.152-.011l-.117.007a1 1 0 0 0-.605 1.685M4.5 5.504a1 1 0 0 0 .22.625l.066.075q.087.089.192.153l.109.058l.1.04l.082.022l.1.018l.131.009q.085 0 .166-.014l.077-.016l.109-.034l.054-.022l.151-.084l.085-.065l.054-.047l.088-.097l.06-.085a1 1 0 0 0 .15-.42L6.5 5.5l-.007-.115l-.02-.11l-.018-.067a1 1 0 0 0-.838-.697L5.5 4.504q-.085 0-.166.014l-.081.016l-.09.028l-.057.022l-.097.049a1 1 0 0 0-.509.87"/></svg>

React

import type { SVGProps } from "react";

export function FluentCropInterim24Regular(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 22a6.48 6.48 0 0 1-4.01-1.383l.001.633a.75.75 0 0 1-.648.743l-.102.007a.75.75 0 0 1-.743-.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-.743.002a5 5 0 1 0 4.41-8.8zm-2.185-6.1a2.5 2.5 0 0 1 .975 4.803l.818 5.315a2.501 2.501 0 1 1-2.774 3.879H6.5a2.5 2.5 0 1 1-2.778-3.877l.819-5.311A2.5 2.5 0 1 1 7.497 4h4.992a2.5 2.5 0 0 1 1.997-.996M4.5 14.5l-.117.007a1 1 0 0 0 0 1.986l.117.007a1 1 0 0 0 .993-.883L5.5 15.5l-.007-.117a1 1 0 0 0-.517-.762l-.108-.051l-.123-.04l-.09-.018A1 1 0 0 0 4.5 14.5m10.693.049l-.051.019l-.066.029l-.093.05a1 1 0 0 0 .405 1.846l.117.007a1 1 0 0 0 .116-1.993l-.117-.007q-.084 0-.167.014zm-3.207-9.05H8C8 6.7 7.16 7.702 6.037 7.947l-.795 5.166a2.5 2.5 0 0 1 1.751 2.203L7 15.5h6.005a2.5 2.5 0 0 1 1.752-2.386l-.794-5.165a2.5 2.5 0 0 1-1.971-2.275zm1.778.697l.024.024l.12.1l.086.054l.09.046l.109.04l.092.024l.078.012l.123.008l.12-.007l.17-.036l.124-.047l.087-.045l.094-.062l.11-.093l.075-.085a1 1 0 0 0-.294-1.5v.007l-.105-.054l-.146-.05l-.083-.017a1 1 0 0 0-.152-.011l-.117.007a1 1 0 0 0-.605 1.685M4.5 5.504a1 1 0 0 0 .22.625l.066.075q.087.089.192.153l.109.058l.1.04l.082.022l.1.018l.131.009q.085 0 .166-.014l.077-.016l.109-.034l.054-.022l.151-.084l.085-.065l.054-.047l.088-.097l.06-.085a1 1 0 0 0 .15-.42L6.5 5.5l-.007-.115l-.02-.11l-.018-.067a1 1 0 0 0-.838-.697L5.5 4.504q-.085 0-.166.014l-.081.016l-.09.028l-.057.022l-.097.049a1 1 0 0 0-.509.87"/></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 22a6.48 6.48 0 0 1-4.01-1.383l.001.633a.75.75 0 0 1-.648.743l-.102.007a.75.75 0 0 1-.743-.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-.743.002a5 5 0 1 0 4.41-8.8zm-2.185-6.1a2.5 2.5 0 0 1 .975 4.803l.818 5.315a2.501 2.501 0 1 1-2.774 3.879H6.5a2.5 2.5 0 1 1-2.778-3.877l.819-5.311A2.5 2.5 0 1 1 7.497 4h4.992a2.5 2.5 0 0 1 1.997-.996M4.5 14.5l-.117.007a1 1 0 0 0 0 1.986l.117.007a1 1 0 0 0 .993-.883L5.5 15.5l-.007-.117a1 1 0 0 0-.517-.762l-.108-.051l-.123-.04l-.09-.018A1 1 0 0 0 4.5 14.5m10.693.049l-.051.019l-.066.029l-.093.05a1 1 0 0 0 .405 1.846l.117.007a1 1 0 0 0 .116-1.993l-.117-.007q-.084 0-.167.014zm-3.207-9.05H8C8 6.7 7.16 7.702 6.037 7.947l-.795 5.166a2.5 2.5 0 0 1 1.751 2.203L7 15.5h6.005a2.5 2.5 0 0 1 1.752-2.386l-.794-5.165a2.5 2.5 0 0 1-1.971-2.275zm1.778.697l.024.024l.12.1l.086.054l.09.046l.109.04l.092.024l.078.012l.123.008l.12-.007l.17-.036l.124-.047l.087-.045l.094-.062l.11-.093l.075-.085a1 1 0 0 0-.294-1.5v.007l-.105-.054l-.146-.05l-.083-.017a1 1 0 0 0-.152-.011l-.117.007a1 1 0 0 0-.605 1.685M4.5 5.504a1 1 0 0 0 .22.625l.066.075q.087.089.192.153l.109.058l.1.04l.082.022l.1.018l.131.009q.085 0 .166-.014l.077-.016l.109-.034l.054-.022l.151-.084l.085-.065l.054-.047l.088-.097l.06-.085a1 1 0 0 0 .15-.42L6.5 5.5l-.007-.115l-.02-.11l-.018-.067a1 1 0 0 0-.838-.697L5.5 4.504q-.085 0-.166.014l-.081.016l-.09.028l-.057.022l-.097.049a1 1 0 0 0-.509.87"/></svg>
</template>

CSS

.icon-crop-interim-24-regular {
  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%2022a6.48%206.48%200%200%201-4.01-1.383l.001.633a.75.75%200%200%201-.648.743l-.102.007a.75.75%200%200%201-.743-.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-.743.002a5%205%200%201%200%204.41-8.8zm-2.185-6.1a2.5%202.5%200%200%201%20.975%204.803l.818%205.315a2.501%202.501%200%201%201-2.774%203.879H6.5a2.5%202.5%200%201%201-2.778-3.877l.819-5.311A2.5%202.5%200%201%201%207.497%204h4.992a2.5%202.5%200%200%201%201.997-.996M4.5%2014.5l-.117.007a1%201%200%200%200%200%201.986l.117.007a1%201%200%200%200%20.993-.883L5.5%2015.5l-.007-.117a1%201%200%200%200-.517-.762l-.108-.051l-.123-.04l-.09-.018A1%201%200%200%200%204.5%2014.5m10.693.049l-.051.019l-.066.029l-.093.05a1%201%200%200%200%20.405%201.846l.117.007a1%201%200%200%200%20.116-1.993l-.117-.007q-.084%200-.167.014zm-3.207-9.05H8C8%206.7%207.16%207.702%206.037%207.947l-.795%205.166a2.5%202.5%200%200%201%201.751%202.203L7%2015.5h6.005a2.5%202.5%200%200%201%201.752-2.386l-.794-5.165a2.5%202.5%200%200%201-1.971-2.275zm1.778.697l.024.024l.12.1l.086.054l.09.046l.109.04l.092.024l.078.012l.123.008l.12-.007l.17-.036l.124-.047l.087-.045l.094-.062l.11-.093l.075-.085a1%201%200%200%200-.294-1.5v.007l-.105-.054l-.146-.05l-.083-.017a1%201%200%200%200-.152-.011l-.117.007a1%201%200%200%200-.605%201.685M4.5%205.504a1%201%200%200%200%20.22.625l.066.075q.087.089.192.153l.109.058l.1.04l.082.022l.1.018l.131.009q.085%200%20.166-.014l.077-.016l.109-.034l.054-.022l.151-.084l.085-.065l.054-.047l.088-.097l.06-.085a1%201%200%200%200%20.15-.42L6.5%205.5l-.007-.115l-.02-.11l-.018-.067a1%201%200%200%200-.838-.697L5.5%204.504q-.085%200-.166.014l-.081.016l-.09.028l-.057.022l-.097.049a1%201%200%200%200-.509.87%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%2022a6.48%206.48%200%200%201-4.01-1.383l.001.633a.75.75%200%200%201-.648.743l-.102.007a.75.75%200%200%201-.743-.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-.743.002a5%205%200%201%200%204.41-8.8zm-2.185-6.1a2.5%202.5%200%200%201%20.975%204.803l.818%205.315a2.501%202.501%200%201%201-2.774%203.879H6.5a2.5%202.5%200%201%201-2.778-3.877l.819-5.311A2.5%202.5%200%201%201%207.497%204h4.992a2.5%202.5%200%200%201%201.997-.996M4.5%2014.5l-.117.007a1%201%200%200%200%200%201.986l.117.007a1%201%200%200%200%20.993-.883L5.5%2015.5l-.007-.117a1%201%200%200%200-.517-.762l-.108-.051l-.123-.04l-.09-.018A1%201%200%200%200%204.5%2014.5m10.693.049l-.051.019l-.066.029l-.093.05a1%201%200%200%200%20.405%201.846l.117.007a1%201%200%200%200%20.116-1.993l-.117-.007q-.084%200-.167.014zm-3.207-9.05H8C8%206.7%207.16%207.702%206.037%207.947l-.795%205.166a2.5%202.5%200%200%201%201.751%202.203L7%2015.5h6.005a2.5%202.5%200%200%201%201.752-2.386l-.794-5.165a2.5%202.5%200%200%201-1.971-2.275zm1.778.697l.024.024l.12.1l.086.054l.09.046l.109.04l.092.024l.078.012l.123.008l.12-.007l.17-.036l.124-.047l.087-.045l.094-.062l.11-.093l.075-.085a1%201%200%200%200-.294-1.5v.007l-.105-.054l-.146-.05l-.083-.017a1%201%200%200%200-.152-.011l-.117.007a1%201%200%200%200-.605%201.685M4.5%205.504a1%201%200%200%200%20.22.625l.066.075q.087.089.192.153l.109.058l.1.04l.082.022l.1.018l.131.009q.085%200%20.166-.014l.077-.016l.109-.034l.054-.022l.151-.084l.085-.065l.054-.047l.088-.097l.06-.085a1%201%200%200%200%20.15-.42L6.5%205.5l-.007-.115l-.02-.11l-.018-.067a1%201%200%200%200-.838-.697L5.5%204.504q-.085%200-.166.014l-.081.016l-.09.028l-.057.022l-.097.049a1%201%200%200%200-.509.87%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-regular.svg?color=%231a73e8&size=48