asset digital twin icon
asset-digital-twin from Carbon by IBM · Outline · Tools · Apache-2.0 Free for personal and commercial use.
- Name
- asset-digital-twin
- Set
- Carbon
- Style
- Outline
- Category
- Tools
- Viewbox
- 32×32
- License
- Apache 2.0
More tools icons from Carbon
Use the asset digital twin icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="25" cy="7" r="2" fill="currentColor"/><path fill="currentColor" d="M12 23a3 3 0 1 1 3-3a3.003 3.003 0 0 1-3 3m0-4a1 1 0 1 0 1 1a1 1 0 0 0-1-1"/><circle cx="12" cy="14" r="1" fill="currentColor"/><circle cx="17.909" cy="5.705" r="1" fill="currentColor"/><circle cx="9.787" cy="9.907" r="1" fill="currentColor"/><circle cx="12.495" cy="8.506" r="1" fill="currentColor"/><circle cx="15.201" cy="7.105" r="1" fill="currentColor"/><circle cx="4.696" cy="13.187" r="1" fill="currentColor"/><circle cx="2.133" cy="21.631" r="1" fill="currentColor"/><circle cx="3.079" cy="24.516" r="1" fill="currentColor"/><circle cx="4.848" cy="26.982" r="1" fill="currentColor"/><circle cx="7.272" cy="28.81" r="1" fill="currentColor"/><circle cx="2.098" cy="18.596" r="1" fill="currentColor"/><circle cx="2.979" cy="15.691" r="1" fill="currentColor"/><circle cx="7.081" cy="11.308" r="1" fill="currentColor"/><circle cx="20.616" cy="4.304" r="1" fill="currentColor"/><circle cx="23.323" cy="2.903" r="1" fill="currentColor"/><circle cx="28.988" cy="8.89" r="1" fill="currentColor"/><circle cx="27.587" cy="11.596" r="1" fill="currentColor"/><circle cx="26.186" cy="14.303" r="1" fill="currentColor"/><circle cx="24.784" cy="17.01" r="1" fill="currentColor"/><circle cx="23.383" cy="19.717" r="1" fill="currentColor"/><circle cx="21.982" cy="22.424" r="1" fill="currentColor"/><circle cx="18.637" cy="27.464" r="1" fill="currentColor"/><circle cx="16.092" cy="29.122" r="1" fill="currentColor"/><circle cx="13.166" cy="29.932" r="1" fill="currentColor"/><circle cx="10.133" cy="29.825" r="1" fill="currentColor"/><circle cx="20.572" cy="25.125" r="1" fill="currentColor"/><circle cx="28.893" cy="3.24" r="1" fill="currentColor"/><circle cx="26.188" cy="2.004" r="1" fill="currentColor"/><circle cx="12" cy="26" r="1" fill="currentColor"/><circle cx="6" cy="20" r="1" fill="currentColor"/><circle cx="18" cy="20" r="1" fill="currentColor"/><circle cx="6.804" cy="17" r="1" fill="currentColor"/><circle cx="17.196" cy="23" r="1" fill="currentColor"/><circle cx="9" cy="25.196" r="1" fill="currentColor"/><circle cx="15" cy="14.804" r="1" fill="currentColor"/><circle cx="9" cy="14.804" r="1" fill="currentColor"/><circle cx="15" cy="25.196" r="1" fill="currentColor"/><circle cx="6.804" cy="23" r="1" fill="currentColor"/><circle cx="17.196" cy="17" r="1" fill="currentColor"/><circle cx="30" cy="6.026" r="1" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function CarbonAssetDigitalTwin(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="25" cy="7" r="2" fill="currentColor"/><path fill="currentColor" d="M12 23a3 3 0 1 1 3-3a3.003 3.003 0 0 1-3 3m0-4a1 1 0 1 0 1 1a1 1 0 0 0-1-1"/><circle cx="12" cy="14" r="1" fill="currentColor"/><circle cx="17.909" cy="5.705" r="1" fill="currentColor"/><circle cx="9.787" cy="9.907" r="1" fill="currentColor"/><circle cx="12.495" cy="8.506" r="1" fill="currentColor"/><circle cx="15.201" cy="7.105" r="1" fill="currentColor"/><circle cx="4.696" cy="13.187" r="1" fill="currentColor"/><circle cx="2.133" cy="21.631" r="1" fill="currentColor"/><circle cx="3.079" cy="24.516" r="1" fill="currentColor"/><circle cx="4.848" cy="26.982" r="1" fill="currentColor"/><circle cx="7.272" cy="28.81" r="1" fill="currentColor"/><circle cx="2.098" cy="18.596" r="1" fill="currentColor"/><circle cx="2.979" cy="15.691" r="1" fill="currentColor"/><circle cx="7.081" cy="11.308" r="1" fill="currentColor"/><circle cx="20.616" cy="4.304" r="1" fill="currentColor"/><circle cx="23.323" cy="2.903" r="1" fill="currentColor"/><circle cx="28.988" cy="8.89" r="1" fill="currentColor"/><circle cx="27.587" cy="11.596" r="1" fill="currentColor"/><circle cx="26.186" cy="14.303" r="1" fill="currentColor"/><circle cx="24.784" cy="17.01" r="1" fill="currentColor"/><circle cx="23.383" cy="19.717" r="1" fill="currentColor"/><circle cx="21.982" cy="22.424" r="1" fill="currentColor"/><circle cx="18.637" cy="27.464" r="1" fill="currentColor"/><circle cx="16.092" cy="29.122" r="1" fill="currentColor"/><circle cx="13.166" cy="29.932" r="1" fill="currentColor"/><circle cx="10.133" cy="29.825" r="1" fill="currentColor"/><circle cx="20.572" cy="25.125" r="1" fill="currentColor"/><circle cx="28.893" cy="3.24" r="1" fill="currentColor"/><circle cx="26.188" cy="2.004" r="1" fill="currentColor"/><circle cx="12" cy="26" r="1" fill="currentColor"/><circle cx="6" cy="20" r="1" fill="currentColor"/><circle cx="18" cy="20" r="1" fill="currentColor"/><circle cx="6.804" cy="17" r="1" fill="currentColor"/><circle cx="17.196" cy="23" r="1" fill="currentColor"/><circle cx="9" cy="25.196" r="1" fill="currentColor"/><circle cx="15" cy="14.804" r="1" fill="currentColor"/><circle cx="9" cy="14.804" r="1" fill="currentColor"/><circle cx="15" cy="25.196" r="1" fill="currentColor"/><circle cx="6.804" cy="23" r="1" fill="currentColor"/><circle cx="17.196" cy="17" r="1" fill="currentColor"/><circle cx="30" cy="6.026" r="1" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="25" cy="7" r="2" fill="currentColor"/><path fill="currentColor" d="M12 23a3 3 0 1 1 3-3a3.003 3.003 0 0 1-3 3m0-4a1 1 0 1 0 1 1a1 1 0 0 0-1-1"/><circle cx="12" cy="14" r="1" fill="currentColor"/><circle cx="17.909" cy="5.705" r="1" fill="currentColor"/><circle cx="9.787" cy="9.907" r="1" fill="currentColor"/><circle cx="12.495" cy="8.506" r="1" fill="currentColor"/><circle cx="15.201" cy="7.105" r="1" fill="currentColor"/><circle cx="4.696" cy="13.187" r="1" fill="currentColor"/><circle cx="2.133" cy="21.631" r="1" fill="currentColor"/><circle cx="3.079" cy="24.516" r="1" fill="currentColor"/><circle cx="4.848" cy="26.982" r="1" fill="currentColor"/><circle cx="7.272" cy="28.81" r="1" fill="currentColor"/><circle cx="2.098" cy="18.596" r="1" fill="currentColor"/><circle cx="2.979" cy="15.691" r="1" fill="currentColor"/><circle cx="7.081" cy="11.308" r="1" fill="currentColor"/><circle cx="20.616" cy="4.304" r="1" fill="currentColor"/><circle cx="23.323" cy="2.903" r="1" fill="currentColor"/><circle cx="28.988" cy="8.89" r="1" fill="currentColor"/><circle cx="27.587" cy="11.596" r="1" fill="currentColor"/><circle cx="26.186" cy="14.303" r="1" fill="currentColor"/><circle cx="24.784" cy="17.01" r="1" fill="currentColor"/><circle cx="23.383" cy="19.717" r="1" fill="currentColor"/><circle cx="21.982" cy="22.424" r="1" fill="currentColor"/><circle cx="18.637" cy="27.464" r="1" fill="currentColor"/><circle cx="16.092" cy="29.122" r="1" fill="currentColor"/><circle cx="13.166" cy="29.932" r="1" fill="currentColor"/><circle cx="10.133" cy="29.825" r="1" fill="currentColor"/><circle cx="20.572" cy="25.125" r="1" fill="currentColor"/><circle cx="28.893" cy="3.24" r="1" fill="currentColor"/><circle cx="26.188" cy="2.004" r="1" fill="currentColor"/><circle cx="12" cy="26" r="1" fill="currentColor"/><circle cx="6" cy="20" r="1" fill="currentColor"/><circle cx="18" cy="20" r="1" fill="currentColor"/><circle cx="6.804" cy="17" r="1" fill="currentColor"/><circle cx="17.196" cy="23" r="1" fill="currentColor"/><circle cx="9" cy="25.196" r="1" fill="currentColor"/><circle cx="15" cy="14.804" r="1" fill="currentColor"/><circle cx="9" cy="14.804" r="1" fill="currentColor"/><circle cx="15" cy="25.196" r="1" fill="currentColor"/><circle cx="6.804" cy="23" r="1" fill="currentColor"/><circle cx="17.196" cy="17" r="1" fill="currentColor"/><circle cx="30" cy="6.026" r="1" fill="currentColor"/></svg> </template>
CSS
.icon-asset-digital-twin {
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%3Ccircle%20cx%3D%2225%22%20cy%3D%227%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2023a3%203%200%201%201%203-3a3.003%203.003%200%200%201-3%203m0-4a1%201%200%201%200%201%201a1%201%200%200%200-1-1%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2214%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2217.909%22%20cy%3D%225.705%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%229.787%22%20cy%3D%229.907%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2212.495%22%20cy%3D%228.506%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2215.201%22%20cy%3D%227.105%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%224.696%22%20cy%3D%2213.187%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%222.133%22%20cy%3D%2221.631%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%223.079%22%20cy%3D%2224.516%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%224.848%22%20cy%3D%2226.982%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%227.272%22%20cy%3D%2228.81%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%222.098%22%20cy%3D%2218.596%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%222.979%22%20cy%3D%2215.691%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%227.081%22%20cy%3D%2211.308%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2220.616%22%20cy%3D%224.304%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2223.323%22%20cy%3D%222.903%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2228.988%22%20cy%3D%228.89%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2227.587%22%20cy%3D%2211.596%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2226.186%22%20cy%3D%2214.303%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2224.784%22%20cy%3D%2217.01%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2223.383%22%20cy%3D%2219.717%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2221.982%22%20cy%3D%2222.424%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2218.637%22%20cy%3D%2227.464%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2216.092%22%20cy%3D%2229.122%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2213.166%22%20cy%3D%2229.932%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2210.133%22%20cy%3D%2229.825%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2220.572%22%20cy%3D%2225.125%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2228.893%22%20cy%3D%223.24%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2226.188%22%20cy%3D%222.004%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2226%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%226%22%20cy%3D%2220%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%2220%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%226.804%22%20cy%3D%2217%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2217.196%22%20cy%3D%2223%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%229%22%20cy%3D%2225.196%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2215%22%20cy%3D%2214.804%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%229%22%20cy%3D%2214.804%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2215%22%20cy%3D%2225.196%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%226.804%22%20cy%3D%2223%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2217.196%22%20cy%3D%2217%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2230%22%20cy%3D%226.026%22%20r%3D%221%22%20fill%3D%22currentColor%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%3Ccircle%20cx%3D%2225%22%20cy%3D%227%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2023a3%203%200%201%201%203-3a3.003%203.003%200%200%201-3%203m0-4a1%201%200%201%200%201%201a1%201%200%200%200-1-1%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2214%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2217.909%22%20cy%3D%225.705%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%229.787%22%20cy%3D%229.907%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2212.495%22%20cy%3D%228.506%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2215.201%22%20cy%3D%227.105%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%224.696%22%20cy%3D%2213.187%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%222.133%22%20cy%3D%2221.631%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%223.079%22%20cy%3D%2224.516%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%224.848%22%20cy%3D%2226.982%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%227.272%22%20cy%3D%2228.81%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%222.098%22%20cy%3D%2218.596%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%222.979%22%20cy%3D%2215.691%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%227.081%22%20cy%3D%2211.308%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2220.616%22%20cy%3D%224.304%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2223.323%22%20cy%3D%222.903%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2228.988%22%20cy%3D%228.89%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2227.587%22%20cy%3D%2211.596%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2226.186%22%20cy%3D%2214.303%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2224.784%22%20cy%3D%2217.01%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2223.383%22%20cy%3D%2219.717%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2221.982%22%20cy%3D%2222.424%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2218.637%22%20cy%3D%2227.464%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2216.092%22%20cy%3D%2229.122%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2213.166%22%20cy%3D%2229.932%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2210.133%22%20cy%3D%2229.825%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2220.572%22%20cy%3D%2225.125%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2228.893%22%20cy%3D%223.24%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2226.188%22%20cy%3D%222.004%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2226%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%226%22%20cy%3D%2220%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%2220%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%226.804%22%20cy%3D%2217%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2217.196%22%20cy%3D%2223%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%229%22%20cy%3D%2225.196%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2215%22%20cy%3D%2214.804%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%229%22%20cy%3D%2214.804%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2215%22%20cy%3D%2225.196%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%226.804%22%20cy%3D%2223%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2217.196%22%20cy%3D%2217%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2230%22%20cy%3D%226.026%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/asset-digital-twin.svg?color=%231a73e8&size=48