component placeholder icon
component-placeholder from Radix Icons by WorkOS · Outline · MIT Free for personal and commercial use.
- Name
- component-placeholder
- Set
- Radix Icons
- Style
- Outline
- Viewbox
- 15×15
- License
- MIT
Related icons in Radix Icons
Use the component placeholder icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M7.225 12.74a.5.5 0 1 1 .55.835a.5.5 0 0 1-.55-.835m-1.493-1.351a.5.5 0 1 1 .707.708a.5.5 0 0 1-.707-.708m2.829 0a.5.5 0 1 1 .707.707a.5.5 0 0 1-.707-.707M4.318 9.975a.5.5 0 1 1 .707.707a.5.5 0 0 1-.707-.707m5.657 0a.5.5 0 1 1 .707.707a.5.5 0 0 1-.707-.707M2.904 8.56a.5.5 0 1 1 .707.707a.5.5 0 0 1-.707-.707m8.485 0a.5.5 0 1 1 .707.707a.5.5 0 0 1-.707-.707m-9.9-1.414a.506.506 0 0 1 .772.078a.5.5 0 1 1-.771-.078m11.314 0a.5.5 0 1 1 .707.707a.5.5 0 0 1-.707-.707m-9.9-1.415a.5.5 0 1 1 .708.708a.5.5 0 0 1-.707-.708m8.486 0a.5.5 0 1 1 .707.708a.5.5 0 0 1-.707-.708M4.318 4.318a.5.5 0 1 1 .707.708a.5.5 0 0 1-.707-.708m5.657 0a.5.5 0 1 1 .707.707a.5.5 0 0 1-.707-.707M5.732 2.904a.5.5 0 1 1 .707.707a.5.5 0 0 1-.707-.707m2.829 0a.5.5 0 1 1 .707.707a.5.5 0 0 1-.707-.707M7.147 1.489a.5.5 0 1 1 .707.708a.5.5 0 0 1-.707-.708"/></svg>
React
import type { SVGProps } from "react";
export function RadixIconsComponentPlaceholder(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M7.225 12.74a.5.5 0 1 1 .55.835a.5.5 0 0 1-.55-.835m-1.493-1.351a.5.5 0 1 1 .707.708a.5.5 0 0 1-.707-.708m2.829 0a.5.5 0 1 1 .707.707a.5.5 0 0 1-.707-.707M4.318 9.975a.5.5 0 1 1 .707.707a.5.5 0 0 1-.707-.707m5.657 0a.5.5 0 1 1 .707.707a.5.5 0 0 1-.707-.707M2.904 8.56a.5.5 0 1 1 .707.707a.5.5 0 0 1-.707-.707m8.485 0a.5.5 0 1 1 .707.707a.5.5 0 0 1-.707-.707m-9.9-1.414a.506.506 0 0 1 .772.078a.5.5 0 1 1-.771-.078m11.314 0a.5.5 0 1 1 .707.707a.5.5 0 0 1-.707-.707m-9.9-1.415a.5.5 0 1 1 .708.708a.5.5 0 0 1-.707-.708m8.486 0a.5.5 0 1 1 .707.708a.5.5 0 0 1-.707-.708M4.318 4.318a.5.5 0 1 1 .707.708a.5.5 0 0 1-.707-.708m5.657 0a.5.5 0 1 1 .707.707a.5.5 0 0 1-.707-.707M5.732 2.904a.5.5 0 1 1 .707.707a.5.5 0 0 1-.707-.707m2.829 0a.5.5 0 1 1 .707.707a.5.5 0 0 1-.707-.707M7.147 1.489a.5.5 0 1 1 .707.708a.5.5 0 0 1-.707-.708"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M7.225 12.74a.5.5 0 1 1 .55.835a.5.5 0 0 1-.55-.835m-1.493-1.351a.5.5 0 1 1 .707.708a.5.5 0 0 1-.707-.708m2.829 0a.5.5 0 1 1 .707.707a.5.5 0 0 1-.707-.707M4.318 9.975a.5.5 0 1 1 .707.707a.5.5 0 0 1-.707-.707m5.657 0a.5.5 0 1 1 .707.707a.5.5 0 0 1-.707-.707M2.904 8.56a.5.5 0 1 1 .707.707a.5.5 0 0 1-.707-.707m8.485 0a.5.5 0 1 1 .707.707a.5.5 0 0 1-.707-.707m-9.9-1.414a.506.506 0 0 1 .772.078a.5.5 0 1 1-.771-.078m11.314 0a.5.5 0 1 1 .707.707a.5.5 0 0 1-.707-.707m-9.9-1.415a.5.5 0 1 1 .708.708a.5.5 0 0 1-.707-.708m8.486 0a.5.5 0 1 1 .707.708a.5.5 0 0 1-.707-.708M4.318 4.318a.5.5 0 1 1 .707.708a.5.5 0 0 1-.707-.708m5.657 0a.5.5 0 1 1 .707.707a.5.5 0 0 1-.707-.707M5.732 2.904a.5.5 0 1 1 .707.707a.5.5 0 0 1-.707-.707m2.829 0a.5.5 0 1 1 .707.707a.5.5 0 0 1-.707-.707M7.147 1.489a.5.5 0 1 1 .707.708a.5.5 0 0 1-.707-.708"/></svg> </template>
CSS
.icon-component-placeholder {
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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.225%2012.74a.5.5%200%201%201%20.55.835a.5.5%200%200%201-.55-.835m-1.493-1.351a.5.5%200%201%201%20.707.708a.5.5%200%200%201-.707-.708m2.829%200a.5.5%200%201%201%20.707.707a.5.5%200%200%201-.707-.707M4.318%209.975a.5.5%200%201%201%20.707.707a.5.5%200%200%201-.707-.707m5.657%200a.5.5%200%201%201%20.707.707a.5.5%200%200%201-.707-.707M2.904%208.56a.5.5%200%201%201%20.707.707a.5.5%200%200%201-.707-.707m8.485%200a.5.5%200%201%201%20.707.707a.5.5%200%200%201-.707-.707m-9.9-1.414a.506.506%200%200%201%20.772.078a.5.5%200%201%201-.771-.078m11.314%200a.5.5%200%201%201%20.707.707a.5.5%200%200%201-.707-.707m-9.9-1.415a.5.5%200%201%201%20.708.708a.5.5%200%200%201-.707-.708m8.486%200a.5.5%200%201%201%20.707.708a.5.5%200%200%201-.707-.708M4.318%204.318a.5.5%200%201%201%20.707.708a.5.5%200%200%201-.707-.708m5.657%200a.5.5%200%201%201%20.707.707a.5.5%200%200%201-.707-.707M5.732%202.904a.5.5%200%201%201%20.707.707a.5.5%200%200%201-.707-.707m2.829%200a.5.5%200%201%201%20.707.707a.5.5%200%200%201-.707-.707M7.147%201.489a.5.5%200%201%201%20.707.708a.5.5%200%200%201-.707-.708%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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.225%2012.74a.5.5%200%201%201%20.55.835a.5.5%200%200%201-.55-.835m-1.493-1.351a.5.5%200%201%201%20.707.708a.5.5%200%200%201-.707-.708m2.829%200a.5.5%200%201%201%20.707.707a.5.5%200%200%201-.707-.707M4.318%209.975a.5.5%200%201%201%20.707.707a.5.5%200%200%201-.707-.707m5.657%200a.5.5%200%201%201%20.707.707a.5.5%200%200%201-.707-.707M2.904%208.56a.5.5%200%201%201%20.707.707a.5.5%200%200%201-.707-.707m8.485%200a.5.5%200%201%201%20.707.707a.5.5%200%200%201-.707-.707m-9.9-1.414a.506.506%200%200%201%20.772.078a.5.5%200%201%201-.771-.078m11.314%200a.5.5%200%201%201%20.707.707a.5.5%200%200%201-.707-.707m-9.9-1.415a.5.5%200%201%201%20.708.708a.5.5%200%200%201-.707-.708m8.486%200a.5.5%200%201%201%20.707.708a.5.5%200%200%201-.707-.708M4.318%204.318a.5.5%200%201%201%20.707.708a.5.5%200%200%201-.707-.708m5.657%200a.5.5%200%201%201%20.707.707a.5.5%200%200%201-.707-.707M5.732%202.904a.5.5%200%201%201%20.707.707a.5.5%200%200%201-.707-.707m2.829%200a.5.5%200%201%201%20.707.707a.5.5%200%200%201-.707-.707M7.147%201.489a.5.5%200%201%201%20.707.708a.5.5%200%200%201-.707-.708%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/radix-icons/component-placeholder.svg?color=%231a73e8&size=48