asset icon
asset from Carbon by IBM · Outline · Tools · Apache-2.0 Free for personal and commercial use.
- Name
- asset
- Set
- Carbon
- Style
- Outline
- Category
- Tools
- Viewbox
- 32×32
- License
- Apache 2.0
The same icon in other sets
More tools icons from Carbon
Use the asset icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M12 24a4 4 0 1 1 4-4a4.004 4.004 0 0 1-4 4m0-6a2 2 0 1 0 2 2a2 2 0 0 0-2-2"/><path fill="currentColor" d="M30 6a4.004 4.004 0 0 0-4-4a3.95 3.95 0 0 0-1.854.477l-16.389 8.48a9.992 9.992 0 1 0 13.309 13.236l8.49-16.4A3.95 3.95 0 0 0 30 6m-4-2a2 2 0 1 1-2 2a2 2 0 0 1 2-2m-3.98 1.808c-.004.065-.02.126-.02.192a4.004 4.004 0 0 0 4 4c.065 0 .125-.016.188-.019l-4.332 8.362a10.02 10.02 0 0 0-8.215-8.196ZM12 28a8 8 0 1 1 8-8a8.01 8.01 0 0 1-8 8"/></svg>
React
import type { SVGProps } from "react";
export function CarbonAsset(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M12 24a4 4 0 1 1 4-4a4.004 4.004 0 0 1-4 4m0-6a2 2 0 1 0 2 2a2 2 0 0 0-2-2"/><path fill="currentColor" d="M30 6a4.004 4.004 0 0 0-4-4a3.95 3.95 0 0 0-1.854.477l-16.389 8.48a9.992 9.992 0 1 0 13.309 13.236l8.49-16.4A3.95 3.95 0 0 0 30 6m-4-2a2 2 0 1 1-2 2a2 2 0 0 1 2-2m-3.98 1.808c-.004.065-.02.126-.02.192a4.004 4.004 0 0 0 4 4c.065 0 .125-.016.188-.019l-4.332 8.362a10.02 10.02 0 0 0-8.215-8.196ZM12 28a8 8 0 1 1 8-8a8.01 8.01 0 0 1-8 8"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M12 24a4 4 0 1 1 4-4a4.004 4.004 0 0 1-4 4m0-6a2 2 0 1 0 2 2a2 2 0 0 0-2-2"/><path fill="currentColor" d="M30 6a4.004 4.004 0 0 0-4-4a3.95 3.95 0 0 0-1.854.477l-16.389 8.48a9.992 9.992 0 1 0 13.309 13.236l8.49-16.4A3.95 3.95 0 0 0 30 6m-4-2a2 2 0 1 1-2 2a2 2 0 0 1 2-2m-3.98 1.808c-.004.065-.02.126-.02.192a4.004 4.004 0 0 0 4 4c.065 0 .125-.016.188-.019l-4.332 8.362a10.02 10.02 0 0 0-8.215-8.196ZM12 28a8 8 0 1 1 8-8a8.01 8.01 0 0 1-8 8"/></svg> </template>
CSS
.icon-asset {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2024a4%204%200%201%201%204-4a4.004%204.004%200%200%201-4%204m0-6a2%202%200%201%200%202%202a2%202%200%200%200-2-2%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M30%206a4.004%204.004%200%200%200-4-4a3.95%203.95%200%200%200-1.854.477l-16.389%208.48a9.992%209.992%200%201%200%2013.309%2013.236l8.49-16.4A3.95%203.95%200%200%200%2030%206m-4-2a2%202%200%201%201-2%202a2%202%200%200%201%202-2m-3.98%201.808c-.004.065-.02.126-.02.192a4.004%204.004%200%200%200%204%204c.065%200%20.125-.016.188-.019l-4.332%208.362a10.02%2010.02%200%200%200-8.215-8.196ZM12%2028a8%208%200%201%201%208-8a8.01%208.01%200%200%201-8%208%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2024a4%204%200%201%201%204-4a4.004%204.004%200%200%201-4%204m0-6a2%202%200%201%200%202%202a2%202%200%200%200-2-2%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M30%206a4.004%204.004%200%200%200-4-4a3.95%203.95%200%200%200-1.854.477l-16.389%208.48a9.992%209.992%200%201%200%2013.309%2013.236l8.49-16.4A3.95%203.95%200%200%200%2030%206m-4-2a2%202%200%201%201-2%202a2%202%200%200%201%202-2m-3.98%201.808c-.004.065-.02.126-.02.192a4.004%204.004%200%200%200%204%204c.065%200%20.125-.016.188-.019l-4.332%208.362a10.02%2010.02%200%200%200-8.215-8.196ZM12%2028a8%208%200%201%201%208-8a8.01%208.01%200%200%201-8%208%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/asset.svg?color=%231a73e8&size=48