transform scope icon
transform-scope-solid from Dither Icons by Vijay K Singh · Solid · MIT Free for personal and commercial use.
- Name
- transform-scope-solid
- Set
- Dither Icons
- Style
- Solid
- Viewbox
- 24×24
- License
- MIT
2 other variants in Dither Icons
Use the transform scope icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"><path stroke-width="1.5" d="M3.4 3.2h16.8v17.6H3.4Z"/><path stroke-width="1.5" d="M17.8 3.2L20.2 5.6"/><path stroke-width="1.25" d="M7.2 8.5h9.2"/><path stroke-width="1.25" d="M7.2 11.9h7.8"/><path stroke-width="1.25" d="M7.2 15.3h5.8"/><path stroke-width="1.25" d="M7.2 18.7h8.2"/><g stroke-width="1.5" opacity=".9"><path d="M6.9 6.6H5.4V8.4"/><path d="M16.7 6.6h1.5v1.8"/><path d="M6.9 17H5.4v-1.8"/><path d="M16.7 17h1.5V15.2"/></g></g></svg>
React
import type { SVGProps } from "react";
export function DitherTransformScopeSolid(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round"><path strokeWidth="1.5" d="M3.4 3.2h16.8v17.6H3.4Z"/><path strokeWidth="1.5" d="M17.8 3.2L20.2 5.6"/><path strokeWidth="1.25" d="M7.2 8.5h9.2"/><path strokeWidth="1.25" d="M7.2 11.9h7.8"/><path strokeWidth="1.25" d="M7.2 15.3h5.8"/><path strokeWidth="1.25" d="M7.2 18.7h8.2"/><g strokeWidth="1.5" opacity=".9"><path d="M6.9 6.6H5.4V8.4"/><path d="M16.7 6.6h1.5v1.8"/><path d="M6.9 17H5.4v-1.8"/><path d="M16.7 17h1.5V15.2"/></g></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"><path stroke-width="1.5" d="M3.4 3.2h16.8v17.6H3.4Z"/><path stroke-width="1.5" d="M17.8 3.2L20.2 5.6"/><path stroke-width="1.25" d="M7.2 8.5h9.2"/><path stroke-width="1.25" d="M7.2 11.9h7.8"/><path stroke-width="1.25" d="M7.2 15.3h5.8"/><path stroke-width="1.25" d="M7.2 18.7h8.2"/><g stroke-width="1.5" opacity=".9"><path d="M6.9 6.6H5.4V8.4"/><path d="M16.7 6.6h1.5v1.8"/><path d="M6.9 17H5.4v-1.8"/><path d="M16.7 17h1.5V15.2"/></g></g></svg> </template>
CSS
.icon-transform-scope-solid {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20stroke-width%3D%221.5%22%20d%3D%22M3.4%203.2h16.8v17.6H3.4Z%22%2F%3E%3Cpath%20stroke-width%3D%221.5%22%20d%3D%22M17.8%203.2L20.2%205.6%22%2F%3E%3Cpath%20stroke-width%3D%221.25%22%20d%3D%22M7.2%208.5h9.2%22%2F%3E%3Cpath%20stroke-width%3D%221.25%22%20d%3D%22M7.2%2011.9h7.8%22%2F%3E%3Cpath%20stroke-width%3D%221.25%22%20d%3D%22M7.2%2015.3h5.8%22%2F%3E%3Cpath%20stroke-width%3D%221.25%22%20d%3D%22M7.2%2018.7h8.2%22%2F%3E%3Cg%20stroke-width%3D%221.5%22%20opacity%3D%22.9%22%3E%3Cpath%20d%3D%22M6.9%206.6H5.4V8.4%22%2F%3E%3Cpath%20d%3D%22M16.7%206.6h1.5v1.8%22%2F%3E%3Cpath%20d%3D%22M6.9%2017H5.4v-1.8%22%2F%3E%3Cpath%20d%3D%22M16.7%2017h1.5V15.2%22%2F%3E%3C%2Fg%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20stroke-width%3D%221.5%22%20d%3D%22M3.4%203.2h16.8v17.6H3.4Z%22%2F%3E%3Cpath%20stroke-width%3D%221.5%22%20d%3D%22M17.8%203.2L20.2%205.6%22%2F%3E%3Cpath%20stroke-width%3D%221.25%22%20d%3D%22M7.2%208.5h9.2%22%2F%3E%3Cpath%20stroke-width%3D%221.25%22%20d%3D%22M7.2%2011.9h7.8%22%2F%3E%3Cpath%20stroke-width%3D%221.25%22%20d%3D%22M7.2%2015.3h5.8%22%2F%3E%3Cpath%20stroke-width%3D%221.25%22%20d%3D%22M7.2%2018.7h8.2%22%2F%3E%3Cg%20stroke-width%3D%221.5%22%20opacity%3D%22.9%22%3E%3Cpath%20d%3D%22M6.9%206.6H5.4V8.4%22%2F%3E%3Cpath%20d%3D%22M16.7%206.6h1.5v1.8%22%2F%3E%3Cpath%20d%3D%22M6.9%2017H5.4v-1.8%22%2F%3E%3Cpath%20d%3D%22M16.7%2017h1.5V15.2%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/dither/transform-scope-solid.svg?color=%231a73e8&size=48