content-cut-rounded from Material Symbols Light by Google · Rounded · Text · Apache-2.0 Free for personal and commercial use.

Name
content-cut-rounded
Set
Material Symbols Light
Style
Rounded
Category
Text
Viewbox
24×24
License
Apache 2.0
Aliases
content-cut-outline-rounded, cut-rounded

1 other variant in Material Symbols Light

The same icon in other sets

More text icons from Material Symbols Light

Use the 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="m12.077 13.23l-3.12 3.12q.22.375.324.79t.104.86q0 1.362-.973 2.335q-.974.973-2.335.973t-2.335-.973Q2.77 19.362 2.77 18t.973-2.334t2.335-.974q.444 0 .86.104q.415.104.79.323L10.847 12l-3.12-3.12q-.375.22-.79.324t-.86.104q-1.362 0-2.335-.973Q2.77 7.36 2.77 6t.973-2.334t2.335-.974t2.335.973q.972.974.972 2.335q0 .444-.103.86q-.104.415-.323.79L20.37 19.062q.425.425.195.95t-.816.527q-.179 0-.335-.065t-.28-.187zm2.539-2.538l-1.231-1.23l5.748-5.749q.123-.123.28-.187t.335-.065q.585 0 .813.53q.228.528-.197.953zM7.71 7.634q.674-.675.674-1.634T7.71 4.366t-1.634-.674t-1.634.674Q3.77 5.04 3.77 6t.674 1.634t1.634.674t1.634-.674m4.37 4.37q-.004.004-.004-.004t.004-.004t-.004.004t-.004-.004t.004.004t-.004.004t.004-.004t.004.004m-4.37 7.63q.673-.675.673-1.634t-.674-1.634q-.674-.674-1.633-.674q-.96 0-1.634.674q-.674.675-.674 1.634t.674 1.634q.674.674 1.634.674t1.633-.674"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightContentCutRounded(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="m12.077 13.23l-3.12 3.12q.22.375.324.79t.104.86q0 1.362-.973 2.335q-.974.973-2.335.973t-2.335-.973Q2.77 19.362 2.77 18t.973-2.334t2.335-.974q.444 0 .86.104q.415.104.79.323L10.847 12l-3.12-3.12q-.375.22-.79.324t-.86.104q-1.362 0-2.335-.973Q2.77 7.36 2.77 6t.973-2.334t2.335-.974t2.335.973q.972.974.972 2.335q0 .444-.103.86q-.104.415-.323.79L20.37 19.062q.425.425.195.95t-.816.527q-.179 0-.335-.065t-.28-.187zm2.539-2.538l-1.231-1.23l5.748-5.749q.123-.123.28-.187t.335-.065q.585 0 .813.53q.228.528-.197.953zM7.71 7.634q.674-.675.674-1.634T7.71 4.366t-1.634-.674t-1.634.674Q3.77 5.04 3.77 6t.674 1.634t1.634.674t1.634-.674m4.37 4.37q-.004.004-.004-.004t.004-.004t-.004.004t-.004-.004t.004.004t-.004.004t.004-.004t.004.004m-4.37 7.63q.673-.675.673-1.634t-.674-1.634q-.674-.674-1.633-.674q-.96 0-1.634.674q-.674.675-.674 1.634t.674 1.634q.674.674 1.634.674t1.633-.674"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12.077 13.23l-3.12 3.12q.22.375.324.79t.104.86q0 1.362-.973 2.335q-.974.973-2.335.973t-2.335-.973Q2.77 19.362 2.77 18t.973-2.334t2.335-.974q.444 0 .86.104q.415.104.79.323L10.847 12l-3.12-3.12q-.375.22-.79.324t-.86.104q-1.362 0-2.335-.973Q2.77 7.36 2.77 6t.973-2.334t2.335-.974t2.335.973q.972.974.972 2.335q0 .444-.103.86q-.104.415-.323.79L20.37 19.062q.425.425.195.95t-.816.527q-.179 0-.335-.065t-.28-.187zm2.539-2.538l-1.231-1.23l5.748-5.749q.123-.123.28-.187t.335-.065q.585 0 .813.53q.228.528-.197.953zM7.71 7.634q.674-.675.674-1.634T7.71 4.366t-1.634-.674t-1.634.674Q3.77 5.04 3.77 6t.674 1.634t1.634.674t1.634-.674m4.37 4.37q-.004.004-.004-.004t.004-.004t-.004.004t-.004-.004t.004.004t-.004.004t.004-.004t.004.004m-4.37 7.63q.673-.675.673-1.634t-.674-1.634q-.674-.674-1.633-.674q-.96 0-1.634.674q-.674.675-.674 1.634t.674 1.634q.674.674 1.634.674t1.633-.674"/></svg>
</template>

CSS

.icon-content-cut-rounded {
  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%22m12.077%2013.23l-3.12%203.12q.22.375.324.79t.104.86q0%201.362-.973%202.335q-.974.973-2.335.973t-2.335-.973Q2.77%2019.362%202.77%2018t.973-2.334t2.335-.974q.444%200%20.86.104q.415.104.79.323L10.847%2012l-3.12-3.12q-.375.22-.79.324t-.86.104q-1.362%200-2.335-.973Q2.77%207.36%202.77%206t.973-2.334t2.335-.974t2.335.973q.972.974.972%202.335q0%20.444-.103.86q-.104.415-.323.79L20.37%2019.062q.425.425.195.95t-.816.527q-.179%200-.335-.065t-.28-.187zm2.539-2.538l-1.231-1.23l5.748-5.749q.123-.123.28-.187t.335-.065q.585%200%20.813.53q.228.528-.197.953zM7.71%207.634q.674-.675.674-1.634T7.71%204.366t-1.634-.674t-1.634.674Q3.77%205.04%203.77%206t.674%201.634t1.634.674t1.634-.674m4.37%204.37q-.004.004-.004-.004t.004-.004t-.004.004t-.004-.004t.004.004t-.004.004t.004-.004t.004.004m-4.37%207.63q.673-.675.673-1.634t-.674-1.634q-.674-.674-1.633-.674q-.96%200-1.634.674q-.674.675-.674%201.634t.674%201.634q.674.674%201.634.674t1.633-.674%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%22m12.077%2013.23l-3.12%203.12q.22.375.324.79t.104.86q0%201.362-.973%202.335q-.974.973-2.335.973t-2.335-.973Q2.77%2019.362%202.77%2018t.973-2.334t2.335-.974q.444%200%20.86.104q.415.104.79.323L10.847%2012l-3.12-3.12q-.375.22-.79.324t-.86.104q-1.362%200-2.335-.973Q2.77%207.36%202.77%206t.973-2.334t2.335-.974t2.335.973q.972.974.972%202.335q0%20.444-.103.86q-.104.415-.323.79L20.37%2019.062q.425.425.195.95t-.816.527q-.179%200-.335-.065t-.28-.187zm2.539-2.538l-1.231-1.23l5.748-5.749q.123-.123.28-.187t.335-.065q.585%200%20.813.53q.228.528-.197.953zM7.71%207.634q.674-.675.674-1.634T7.71%204.366t-1.634-.674t-1.634.674Q3.77%205.04%203.77%206t.674%201.634t1.634.674t1.634-.674m4.37%204.37q-.004.004-.004-.004t.004-.004t-.004.004t-.004-.004t.004.004t-.004.004t.004-.004t.004.004m-4.37%207.63q.673-.675.673-1.634t-.674-1.634q-.674-.674-1.633-.674q-.96%200-1.634.674q-.674.675-.674%201.634t.674%201.634q.674.674%201.634.674t1.633-.674%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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