md-cut from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
md-cut
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

Related icons in IonIcons

Use the md cut icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M203.1 158.3c5.2-11.2 8.1-23.5 8.1-36.7 0-49.5-40.1-89.6-89.6-89.6S32 72.1 32 121.6s40.1 89.6 89.6 89.6c13.2 0 25.5-2.9 36.7-8.1l52.9 52.9-52.9 52.9c-11.2-5.2-23.5-8.1-36.7-8.1-49.5 0-89.6 40.1-89.6 89.6S72.1 480 121.6 480s89.6-40.1 89.6-89.6c0-13.2-2.9-25.5-8.1-36.7l52.9-52.9 156.8 156.8H480v-22.4L203.1 158.3zm-81.5 8.1c-24.6 0-44.8-19.9-44.8-44.8S97 76.8 121.6 76.8s44.8 19.9 44.8 44.8-20.2 44.8-44.8 44.8zm0 268.8c-24.6 0-44.8-19.9-44.8-44.8s20.2-44.8 44.8-44.8 44.8 19.9 44.8 44.8-20.2 44.8-44.8 44.8zm134.4-168c-6.3 0-11.2-4.9-11.2-11.2 0-6.3 4.9-11.2 11.2-11.2 6.3 0 11.2 4.9 11.2 11.2 0 6.3-4.9 11.2-11.2 11.2zM412.8 54.4L278.4 188.8l44.8 44.8L480 76.8V54.4h-67.2z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonMdCut(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M203.1 158.3c5.2-11.2 8.1-23.5 8.1-36.7 0-49.5-40.1-89.6-89.6-89.6S32 72.1 32 121.6s40.1 89.6 89.6 89.6c13.2 0 25.5-2.9 36.7-8.1l52.9 52.9-52.9 52.9c-11.2-5.2-23.5-8.1-36.7-8.1-49.5 0-89.6 40.1-89.6 89.6S72.1 480 121.6 480s89.6-40.1 89.6-89.6c0-13.2-2.9-25.5-8.1-36.7l52.9-52.9 156.8 156.8H480v-22.4L203.1 158.3zm-81.5 8.1c-24.6 0-44.8-19.9-44.8-44.8S97 76.8 121.6 76.8s44.8 19.9 44.8 44.8-20.2 44.8-44.8 44.8zm0 268.8c-24.6 0-44.8-19.9-44.8-44.8s20.2-44.8 44.8-44.8 44.8 19.9 44.8 44.8-20.2 44.8-44.8 44.8zm134.4-168c-6.3 0-11.2-4.9-11.2-11.2 0-6.3 4.9-11.2 11.2-11.2 6.3 0 11.2 4.9 11.2 11.2 0 6.3-4.9 11.2-11.2 11.2zM412.8 54.4L278.4 188.8l44.8 44.8L480 76.8V54.4h-67.2z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M203.1 158.3c5.2-11.2 8.1-23.5 8.1-36.7 0-49.5-40.1-89.6-89.6-89.6S32 72.1 32 121.6s40.1 89.6 89.6 89.6c13.2 0 25.5-2.9 36.7-8.1l52.9 52.9-52.9 52.9c-11.2-5.2-23.5-8.1-36.7-8.1-49.5 0-89.6 40.1-89.6 89.6S72.1 480 121.6 480s89.6-40.1 89.6-89.6c0-13.2-2.9-25.5-8.1-36.7l52.9-52.9 156.8 156.8H480v-22.4L203.1 158.3zm-81.5 8.1c-24.6 0-44.8-19.9-44.8-44.8S97 76.8 121.6 76.8s44.8 19.9 44.8 44.8-20.2 44.8-44.8 44.8zm0 268.8c-24.6 0-44.8-19.9-44.8-44.8s20.2-44.8 44.8-44.8 44.8 19.9 44.8 44.8-20.2 44.8-44.8 44.8zm134.4-168c-6.3 0-11.2-4.9-11.2-11.2 0-6.3 4.9-11.2 11.2-11.2 6.3 0 11.2 4.9 11.2 11.2 0 6.3-4.9 11.2-11.2 11.2zM412.8 54.4L278.4 188.8l44.8 44.8L480 76.8V54.4h-67.2z" fill="currentColor"/></svg>
</template>

CSS

.icon-md-cut {
  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%20512%20512%22%3E%3Cpath%20d%3D%22M203.1%20158.3c5.2-11.2%208.1-23.5%208.1-36.7%200-49.5-40.1-89.6-89.6-89.6S32%2072.1%2032%20121.6s40.1%2089.6%2089.6%2089.6c13.2%200%2025.5-2.9%2036.7-8.1l52.9%2052.9-52.9%2052.9c-11.2-5.2-23.5-8.1-36.7-8.1-49.5%200-89.6%2040.1-89.6%2089.6S72.1%20480%20121.6%20480s89.6-40.1%2089.6-89.6c0-13.2-2.9-25.5-8.1-36.7l52.9-52.9%20156.8%20156.8H480v-22.4L203.1%20158.3zm-81.5%208.1c-24.6%200-44.8-19.9-44.8-44.8S97%2076.8%20121.6%2076.8s44.8%2019.9%2044.8%2044.8-20.2%2044.8-44.8%2044.8zm0%20268.8c-24.6%200-44.8-19.9-44.8-44.8s20.2-44.8%2044.8-44.8%2044.8%2019.9%2044.8%2044.8-20.2%2044.8-44.8%2044.8zm134.4-168c-6.3%200-11.2-4.9-11.2-11.2%200-6.3%204.9-11.2%2011.2-11.2%206.3%200%2011.2%204.9%2011.2%2011.2%200%206.3-4.9%2011.2-11.2%2011.2zM412.8%2054.4L278.4%20188.8l44.8%2044.8L480%2076.8V54.4h-67.2z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M203.1%20158.3c5.2-11.2%208.1-23.5%208.1-36.7%200-49.5-40.1-89.6-89.6-89.6S32%2072.1%2032%20121.6s40.1%2089.6%2089.6%2089.6c13.2%200%2025.5-2.9%2036.7-8.1l52.9%2052.9-52.9%2052.9c-11.2-5.2-23.5-8.1-36.7-8.1-49.5%200-89.6%2040.1-89.6%2089.6S72.1%20480%20121.6%20480s89.6-40.1%2089.6-89.6c0-13.2-2.9-25.5-8.1-36.7l52.9-52.9%20156.8%20156.8H480v-22.4L203.1%20158.3zm-81.5%208.1c-24.6%200-44.8-19.9-44.8-44.8S97%2076.8%20121.6%2076.8s44.8%2019.9%2044.8%2044.8-20.2%2044.8-44.8%2044.8zm0%20268.8c-24.6%200-44.8-19.9-44.8-44.8s20.2-44.8%2044.8-44.8%2044.8%2019.9%2044.8%2044.8-20.2%2044.8-44.8%2044.8zm134.4-168c-6.3%200-11.2-4.9-11.2-11.2%200-6.3%204.9-11.2%2011.2-11.2%206.3%200%2011.2%204.9%2011.2%2011.2%200%206.3-4.9%2011.2-11.2%2011.2zM412.8%2054.4L278.4%20188.8l44.8%2044.8L480%2076.8V54.4h-67.2z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/md-cut.svg?color=%231a73e8&size=48