round content cut icon

round-content-cut from Google Material Icons by Material Design Authors · Baseline · Content · Apache-2.0 Free for personal and commercial use.

Name
round-content-cut
Set
Google Material Icons
Style
Baseline
Category
Content
Viewbox
24×24
License
Apache 2.0

More content icons from Google Material Icons

Use the round content cut icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.64 7.64c.29-.62.42-1.33.34-2.09c-.19-1.73-1.54-3.2-3.26-3.49a4.008 4.008 0 0 0-4.66 4.65c.3 1.72 1.76 3.07 3.49 3.26c.76.08 1.46-.05 2.09-.34L10 12l-2.36 2.36c-.62-.29-1.33-.42-2.09-.34c-1.73.19-3.2 1.54-3.49 3.26a4.002 4.002 0 0 0 4.65 4.65c1.72-.3 3.07-1.76 3.26-3.49c.08-.76-.05-1.46-.34-2.09L12 14l7.59 7.59c.89.89 2.41.26 2.41-1v-.01c0-.37-.15-.73-.41-1zM6 8c-1.1 0-2-.89-2-2s.9-2 2-2s2 .89 2 2s-.9 2-2 2m0 12c-1.1 0-2-.89-2-2s.9-2 2-2s2 .89 2 2s-.9 2-2 2m6-7.5c-.28 0-.5-.22-.5-.5s.22-.5.5-.5s.5.22.5.5s-.22.5-.5.5m7.59-10.09L13 9l2 2l6.59-6.59c.26-.26.41-.62.41-1V3.4c0-1.25-1.52-1.88-2.41-.99"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundContentCut(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="M9.64 7.64c.29-.62.42-1.33.34-2.09c-.19-1.73-1.54-3.2-3.26-3.49a4.008 4.008 0 0 0-4.66 4.65c.3 1.72 1.76 3.07 3.49 3.26c.76.08 1.46-.05 2.09-.34L10 12l-2.36 2.36c-.62-.29-1.33-.42-2.09-.34c-1.73.19-3.2 1.54-3.49 3.26a4.002 4.002 0 0 0 4.65 4.65c1.72-.3 3.07-1.76 3.26-3.49c.08-.76-.05-1.46-.34-2.09L12 14l7.59 7.59c.89.89 2.41.26 2.41-1v-.01c0-.37-.15-.73-.41-1zM6 8c-1.1 0-2-.89-2-2s.9-2 2-2s2 .89 2 2s-.9 2-2 2m0 12c-1.1 0-2-.89-2-2s.9-2 2-2s2 .89 2 2s-.9 2-2 2m6-7.5c-.28 0-.5-.22-.5-.5s.22-.5.5-.5s.5.22.5.5s-.22.5-.5.5m7.59-10.09L13 9l2 2l6.59-6.59c.26-.26.41-.62.41-1V3.4c0-1.25-1.52-1.88-2.41-.99"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.64 7.64c.29-.62.42-1.33.34-2.09c-.19-1.73-1.54-3.2-3.26-3.49a4.008 4.008 0 0 0-4.66 4.65c.3 1.72 1.76 3.07 3.49 3.26c.76.08 1.46-.05 2.09-.34L10 12l-2.36 2.36c-.62-.29-1.33-.42-2.09-.34c-1.73.19-3.2 1.54-3.49 3.26a4.002 4.002 0 0 0 4.65 4.65c1.72-.3 3.07-1.76 3.26-3.49c.08-.76-.05-1.46-.34-2.09L12 14l7.59 7.59c.89.89 2.41.26 2.41-1v-.01c0-.37-.15-.73-.41-1zM6 8c-1.1 0-2-.89-2-2s.9-2 2-2s2 .89 2 2s-.9 2-2 2m0 12c-1.1 0-2-.89-2-2s.9-2 2-2s2 .89 2 2s-.9 2-2 2m6-7.5c-.28 0-.5-.22-.5-.5s.22-.5.5-.5s.5.22.5.5s-.22.5-.5.5m7.59-10.09L13 9l2 2l6.59-6.59c.26-.26.41-.62.41-1V3.4c0-1.25-1.52-1.88-2.41-.99"/></svg>
</template>

CSS

.icon-round-content-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.64%207.64c.29-.62.42-1.33.34-2.09c-.19-1.73-1.54-3.2-3.26-3.49a4.008%204.008%200%200%200-4.66%204.65c.3%201.72%201.76%203.07%203.49%203.26c.76.08%201.46-.05%202.09-.34L10%2012l-2.36%202.36c-.62-.29-1.33-.42-2.09-.34c-1.73.19-3.2%201.54-3.49%203.26a4.002%204.002%200%200%200%204.65%204.65c1.72-.3%203.07-1.76%203.26-3.49c.08-.76-.05-1.46-.34-2.09L12%2014l7.59%207.59c.89.89%202.41.26%202.41-1v-.01c0-.37-.15-.73-.41-1zM6%208c-1.1%200-2-.89-2-2s.9-2%202-2s2%20.89%202%202s-.9%202-2%202m0%2012c-1.1%200-2-.89-2-2s.9-2%202-2s2%20.89%202%202s-.9%202-2%202m6-7.5c-.28%200-.5-.22-.5-.5s.22-.5.5-.5s.5.22.5.5s-.22.5-.5.5m7.59-10.09L13%209l2%202l6.59-6.59c.26-.26.41-.62.41-1V3.4c0-1.25-1.52-1.88-2.41-.99%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%22M9.64%207.64c.29-.62.42-1.33.34-2.09c-.19-1.73-1.54-3.2-3.26-3.49a4.008%204.008%200%200%200-4.66%204.65c.3%201.72%201.76%203.07%203.49%203.26c.76.08%201.46-.05%202.09-.34L10%2012l-2.36%202.36c-.62-.29-1.33-.42-2.09-.34c-1.73.19-3.2%201.54-3.49%203.26a4.002%204.002%200%200%200%204.65%204.65c1.72-.3%203.07-1.76%203.26-3.49c.08-.76-.05-1.46-.34-2.09L12%2014l7.59%207.59c.89.89%202.41.26%202.41-1v-.01c0-.37-.15-.73-.41-1zM6%208c-1.1%200-2-.89-2-2s.9-2%202-2s2%20.89%202%202s-.9%202-2%202m0%2012c-1.1%200-2-.89-2-2s.9-2%202-2s2%20.89%202%202s-.9%202-2%202m6-7.5c-.28%200-.5-.22-.5-.5s.22-.5.5-.5s.5.22.5.5s-.22.5-.5.5m7.59-10.09L13%209l2%202l6.59-6.59c.26-.26.41-.62.41-1V3.4c0-1.25-1.52-1.88-2.41-.99%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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