texture minus icon

texture-minus-rounded from Material Symbols by Google · Rounded · Images · Apache-2.0 Free for personal and commercial use.

Name
texture-minus-rounded
Set
Material Symbols
Style
Rounded
Category
Images
Viewbox
24×24
License
Apache 2.0
Aliases
texture-minus-outline-rounded

2 other variants in Material Symbols

The same icon in other sets

More images icons from Material Symbols

Use the texture minus icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.275 20.725q-.275-.275-.3-.675t.325-.75L19.325 3.275q.375-.375.775-.325t.675.325t.3.675t-.35.75L4.675 20.725q-.35.35-.737.313t-.663-.313M15 19q-.425 0-.712-.288T14 18t.288-.712T15 17h6q.425 0 .713.288T22 18t-.288.713T21 19zM3.275 13.025q-.275-.275-.3-.675t.325-.75l8.3-8.3q.35-.35.738-.313T13 3.3t.313.663T13 4.7l-8.325 8.325q-.35.35-.737.312t-.663-.312M18.4 14.7q-.35.35-.737.313T17 14.7t-.312-.662T17 13.3l2.325-2.325q.35-.35.725-.3t.65.325t.313.663t-.313.737zM3.85 6.15q-.25.25-.55.125T3 5.8V4q0-.425.288-.712T4 3h1.8q.35 0 .475.3t-.125.55zM11 20.713q-.275-.288-.275-.713t.275-.7t.7-.275t.713.275t.287.7t-.287.713T11.7 21t-.7-.288"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsTextureMinusRounded(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="M3.275 20.725q-.275-.275-.3-.675t.325-.75L19.325 3.275q.375-.375.775-.325t.675.325t.3.675t-.35.75L4.675 20.725q-.35.35-.737.313t-.663-.313M15 19q-.425 0-.712-.288T14 18t.288-.712T15 17h6q.425 0 .713.288T22 18t-.288.713T21 19zM3.275 13.025q-.275-.275-.3-.675t.325-.75l8.3-8.3q.35-.35.738-.313T13 3.3t.313.663T13 4.7l-8.325 8.325q-.35.35-.737.312t-.663-.312M18.4 14.7q-.35.35-.737.313T17 14.7t-.312-.662T17 13.3l2.325-2.325q.35-.35.725-.3t.65.325t.313.663t-.313.737zM3.85 6.15q-.25.25-.55.125T3 5.8V4q0-.425.288-.712T4 3h1.8q.35 0 .475.3t-.125.55zM11 20.713q-.275-.288-.275-.713t.275-.7t.7-.275t.713.275t.287.7t-.287.713T11.7 21t-.7-.288"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.275 20.725q-.275-.275-.3-.675t.325-.75L19.325 3.275q.375-.375.775-.325t.675.325t.3.675t-.35.75L4.675 20.725q-.35.35-.737.313t-.663-.313M15 19q-.425 0-.712-.288T14 18t.288-.712T15 17h6q.425 0 .713.288T22 18t-.288.713T21 19zM3.275 13.025q-.275-.275-.3-.675t.325-.75l8.3-8.3q.35-.35.738-.313T13 3.3t.313.663T13 4.7l-8.325 8.325q-.35.35-.737.312t-.663-.312M18.4 14.7q-.35.35-.737.313T17 14.7t-.312-.662T17 13.3l2.325-2.325q.35-.35.725-.3t.65.325t.313.663t-.313.737zM3.85 6.15q-.25.25-.55.125T3 5.8V4q0-.425.288-.712T4 3h1.8q.35 0 .475.3t-.125.55zM11 20.713q-.275-.288-.275-.713t.275-.7t.7-.275t.713.275t.287.7t-.287.713T11.7 21t-.7-.288"/></svg>
</template>

CSS

.icon-texture-minus-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%22M3.275%2020.725q-.275-.275-.3-.675t.325-.75L19.325%203.275q.375-.375.775-.325t.675.325t.3.675t-.35.75L4.675%2020.725q-.35.35-.737.313t-.663-.313M15%2019q-.425%200-.712-.288T14%2018t.288-.712T15%2017h6q.425%200%20.713.288T22%2018t-.288.713T21%2019zM3.275%2013.025q-.275-.275-.3-.675t.325-.75l8.3-8.3q.35-.35.738-.313T13%203.3t.313.663T13%204.7l-8.325%208.325q-.35.35-.737.312t-.663-.312M18.4%2014.7q-.35.35-.737.313T17%2014.7t-.312-.662T17%2013.3l2.325-2.325q.35-.35.725-.3t.65.325t.313.663t-.313.737zM3.85%206.15q-.25.25-.55.125T3%205.8V4q0-.425.288-.712T4%203h1.8q.35%200%20.475.3t-.125.55zM11%2020.713q-.275-.288-.275-.713t.275-.7t.7-.275t.713.275t.287.7t-.287.713T11.7%2021t-.7-.288%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%22M3.275%2020.725q-.275-.275-.3-.675t.325-.75L19.325%203.275q.375-.375.775-.325t.675.325t.3.675t-.35.75L4.675%2020.725q-.35.35-.737.313t-.663-.313M15%2019q-.425%200-.712-.288T14%2018t.288-.712T15%2017h6q.425%200%20.713.288T22%2018t-.288.713T21%2019zM3.275%2013.025q-.275-.275-.3-.675t.325-.75l8.3-8.3q.35-.35.738-.313T13%203.3t.313.663T13%204.7l-8.325%208.325q-.35.35-.737.312t-.663-.312M18.4%2014.7q-.35.35-.737.313T17%2014.7t-.312-.662T17%2013.3l2.325-2.325q.35-.35.725-.3t.65.325t.313.663t-.313.737zM3.85%206.15q-.25.25-.55.125T3%205.8V4q0-.425.288-.712T4%203h1.8q.35%200%20.475.3t-.125.55zM11%2020.713q-.275-.288-.275-.713t.275-.7t.7-.275t.713.275t.287.7t-.287.713T11.7%2021t-.7-.288%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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