texture add icon
texture-add-sharp from Material Symbols by Google · Sharp · Images · Apache-2.0 Free for personal and commercial use.
- Name
- texture-add-sharp
- Set
- Material Symbols
- Style
- Sharp
- Category
- Images
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- texture-add-outline-sharp
2 other variants in Material Symbols
The same icon in other sets
More images icons from Material Symbols
Use the texture add icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.4 21H3v-1.4L19.6 3h1.425v1.4zM3 14.7v-2.8L11.9 3h2.8zM3 7V3h4zm18 2.3v2.8l-.475.475q-.5-.25-1.062-.387T18.3 12zM9.3 21l2.7-2.7q.05.6.188 1.163t.387 1.062L12.1 21zm7.7-2h-3v-2h3v-3h2v3h3v2h-3v3h-2z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsTextureAddSharp(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="M4.4 21H3v-1.4L19.6 3h1.425v1.4zM3 14.7v-2.8L11.9 3h2.8zM3 7V3h4zm18 2.3v2.8l-.475.475q-.5-.25-1.062-.387T18.3 12zM9.3 21l2.7-2.7q.05.6.188 1.163t.387 1.062L12.1 21zm7.7-2h-3v-2h3v-3h2v3h3v2h-3v3h-2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.4 21H3v-1.4L19.6 3h1.425v1.4zM3 14.7v-2.8L11.9 3h2.8zM3 7V3h4zm18 2.3v2.8l-.475.475q-.5-.25-1.062-.387T18.3 12zM9.3 21l2.7-2.7q.05.6.188 1.163t.387 1.062L12.1 21zm7.7-2h-3v-2h3v-3h2v3h3v2h-3v3h-2z"/></svg> </template>
CSS
.icon-texture-add-sharp {
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%22M4.4%2021H3v-1.4L19.6%203h1.425v1.4zM3%2014.7v-2.8L11.9%203h2.8zM3%207V3h4zm18%202.3v2.8l-.475.475q-.5-.25-1.062-.387T18.3%2012zM9.3%2021l2.7-2.7q.05.6.188%201.163t.387%201.062L12.1%2021zm7.7-2h-3v-2h3v-3h2v3h3v2h-3v3h-2z%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%22M4.4%2021H3v-1.4L19.6%203h1.425v1.4zM3%2014.7v-2.8L11.9%203h2.8zM3%207V3h4zm18%202.3v2.8l-.475.475q-.5-.25-1.062-.387T18.3%2012zM9.3%2021l2.7-2.7q.05.6.188%201.163t.387%201.062L12.1%2021zm7.7-2h-3v-2h3v-3h2v3h3v2h-3v3h-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/texture-add-sharp.svg?color=%231a73e8&size=48