texture icon
texture-rounded from Material Symbols by Google · Rounded · Images · Apache-2.0 Free for personal and commercial use.
- Name
- texture-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Images
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- texture-outline-rounded
2 other variants in Material Symbols
The same icon in other sets
More images icons from Material Symbols
Use the texture icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.975 20.7q-.275-.275-.312-.662t.312-.738l8.325-8.325q.35-.35.738-.312t.662.312q.325.325.3.725t-.325.7l-8.3 8.3q-.3.3-.7.3t-.7-.3m7.225.3q-.35 0-.475-.3t.125-.55l2.3-2.3q.25-.25.55-.125t.3.475V20q0 .425-.287.713T20 21zm-14.925-.275q-.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-.313m0-7.7q-.275-.275-.3-.675t.325-.75l8.3-8.3q.35-.35.738-.312T13 3.3t.313.663T13 4.7l-8.325 8.325q-.35.35-.737.312t-.663-.312M3 5.8V4q0-.425.288-.712T4 3h1.8q.35 0 .475.3t-.125.55l-2.3 2.3q-.25.25-.55.125T3 5.8"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsTextureRounded(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="M10.975 20.7q-.275-.275-.312-.662t.312-.738l8.325-8.325q.35-.35.738-.312t.662.312q.325.325.3.725t-.325.7l-8.3 8.3q-.3.3-.7.3t-.7-.3m7.225.3q-.35 0-.475-.3t.125-.55l2.3-2.3q.25-.25.55-.125t.3.475V20q0 .425-.287.713T20 21zm-14.925-.275q-.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-.313m0-7.7q-.275-.275-.3-.675t.325-.75l8.3-8.3q.35-.35.738-.312T13 3.3t.313.663T13 4.7l-8.325 8.325q-.35.35-.737.312t-.663-.312M3 5.8V4q0-.425.288-.712T4 3h1.8q.35 0 .475.3t-.125.55l-2.3 2.3q-.25.25-.55.125T3 5.8"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.975 20.7q-.275-.275-.312-.662t.312-.738l8.325-8.325q.35-.35.738-.312t.662.312q.325.325.3.725t-.325.7l-8.3 8.3q-.3.3-.7.3t-.7-.3m7.225.3q-.35 0-.475-.3t.125-.55l2.3-2.3q.25-.25.55-.125t.3.475V20q0 .425-.287.713T20 21zm-14.925-.275q-.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-.313m0-7.7q-.275-.275-.3-.675t.325-.75l8.3-8.3q.35-.35.738-.312T13 3.3t.313.663T13 4.7l-8.325 8.325q-.35.35-.737.312t-.663-.312M3 5.8V4q0-.425.288-.712T4 3h1.8q.35 0 .475.3t-.125.55l-2.3 2.3q-.25.25-.55.125T3 5.8"/></svg> </template>
CSS
.icon-texture-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%22M10.975%2020.7q-.275-.275-.312-.662t.312-.738l8.325-8.325q.35-.35.738-.312t.662.312q.325.325.3.725t-.325.7l-8.3%208.3q-.3.3-.7.3t-.7-.3m7.225.3q-.35%200-.475-.3t.125-.55l2.3-2.3q.25-.25.55-.125t.3.475V20q0%20.425-.287.713T20%2021zm-14.925-.275q-.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-.313m0-7.7q-.275-.275-.3-.675t.325-.75l8.3-8.3q.35-.35.738-.312T13%203.3t.313.663T13%204.7l-8.325%208.325q-.35.35-.737.312t-.663-.312M3%205.8V4q0-.425.288-.712T4%203h1.8q.35%200%20.475.3t-.125.55l-2.3%202.3q-.25.25-.55.125T3%205.8%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%22M10.975%2020.7q-.275-.275-.312-.662t.312-.738l8.325-8.325q.35-.35.738-.312t.662.312q.325.325.3.725t-.325.7l-8.3%208.3q-.3.3-.7.3t-.7-.3m7.225.3q-.35%200-.475-.3t.125-.55l2.3-2.3q.25-.25.55-.125t.3.475V20q0%20.425-.287.713T20%2021zm-14.925-.275q-.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-.313m0-7.7q-.275-.275-.3-.675t.325-.75l8.3-8.3q.35-.35.738-.312T13%203.3t.313.663T13%204.7l-8.325%208.325q-.35.35-.737.312t-.663-.312M3%205.8V4q0-.425.288-.712T4%203h1.8q.35%200%20.475.3t-.125.55l-2.3%202.3q-.25.25-.55.125T3%205.8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/texture-rounded.svg?color=%231a73e8&size=48