model content doc icon
model-content-doc from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.
- Name
- model-content-doc
- Set
- Carbon
- Style
- Outline
- Category
- Organization
- Viewbox
- 32×32
- License
- Apache 2.0
More organization icons from Carbon
Use the model content doc icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M6.018 22.006h4.998v2H6.018zm.008-5h4.998v2H6.026zM28 24.012a2 2 0 0 0 0-4a1.99 1.99 0 0 0-1.721 1h-2.737l3.182-4.055c.09.012.178.027.27.027a2 2 0 1 0-2-2c0 .265.055.517.149.749l-3.639 4.635l-3.647-4.653c.09-.227.142-.473.142-.731a2 2 0 1 0-2 2c.1 0 .194-.015.289-.029l3.18 4.056h-2.754a1.99 1.99 0 0 0-1.722-1a2 2 0 0 0 0 4a1.99 1.99 0 0 0 1.722-1h2.715l-3.152 4.016C16.185 27.014 16.095 27 16 27a2 2 0 1 0 2 2a2 2 0 0 0-.147-.741l3.65-4.65l3.638 4.642a2 2 0 0 0-.146.743a2 2 0 1 0 2-2c-.095 0-.185.015-.276.028l-3.142-4.01h2.701c.347.596.984 1 1.723 1"/><path fill="currentColor" d="m22.41 11.005l-.01-1.016a1 1 0 0 0-.293-.696l-6.986-7A1 1 0 0 0 14.414 2H5.212v.006H4c-1.103 0-2 .897-2 2.001l.02 24.006c0 1.103.896 2 1.999 2h6.995v-2H4.019l-.02-24.007h2.01V4h5.989l.014 5.008c0 1.121.878 2 2 2L21 11.005h1.412M13.997 4H14l4.996 5.007l-4.984-.002z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonModelContentDoc(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="M6.018 22.006h4.998v2H6.018zm.008-5h4.998v2H6.026zM28 24.012a2 2 0 0 0 0-4a1.99 1.99 0 0 0-1.721 1h-2.737l3.182-4.055c.09.012.178.027.27.027a2 2 0 1 0-2-2c0 .265.055.517.149.749l-3.639 4.635l-3.647-4.653c.09-.227.142-.473.142-.731a2 2 0 1 0-2 2c.1 0 .194-.015.289-.029l3.18 4.056h-2.754a1.99 1.99 0 0 0-1.722-1a2 2 0 0 0 0 4a1.99 1.99 0 0 0 1.722-1h2.715l-3.152 4.016C16.185 27.014 16.095 27 16 27a2 2 0 1 0 2 2a2 2 0 0 0-.147-.741l3.65-4.65l3.638 4.642a2 2 0 0 0-.146.743a2 2 0 1 0 2-2c-.095 0-.185.015-.276.028l-3.142-4.01h2.701c.347.596.984 1 1.723 1"/><path fill="currentColor" d="m22.41 11.005l-.01-1.016a1 1 0 0 0-.293-.696l-6.986-7A1 1 0 0 0 14.414 2H5.212v.006H4c-1.103 0-2 .897-2 2.001l.02 24.006c0 1.103.896 2 1.999 2h6.995v-2H4.019l-.02-24.007h2.01V4h5.989l.014 5.008c0 1.121.878 2 2 2L21 11.005h1.412M13.997 4H14l4.996 5.007l-4.984-.002z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M6.018 22.006h4.998v2H6.018zm.008-5h4.998v2H6.026zM28 24.012a2 2 0 0 0 0-4a1.99 1.99 0 0 0-1.721 1h-2.737l3.182-4.055c.09.012.178.027.27.027a2 2 0 1 0-2-2c0 .265.055.517.149.749l-3.639 4.635l-3.647-4.653c.09-.227.142-.473.142-.731a2 2 0 1 0-2 2c.1 0 .194-.015.289-.029l3.18 4.056h-2.754a1.99 1.99 0 0 0-1.722-1a2 2 0 0 0 0 4a1.99 1.99 0 0 0 1.722-1h2.715l-3.152 4.016C16.185 27.014 16.095 27 16 27a2 2 0 1 0 2 2a2 2 0 0 0-.147-.741l3.65-4.65l3.638 4.642a2 2 0 0 0-.146.743a2 2 0 1 0 2-2c-.095 0-.185.015-.276.028l-3.142-4.01h2.701c.347.596.984 1 1.723 1"/><path fill="currentColor" d="m22.41 11.005l-.01-1.016a1 1 0 0 0-.293-.696l-6.986-7A1 1 0 0 0 14.414 2H5.212v.006H4c-1.103 0-2 .897-2 2.001l.02 24.006c0 1.103.896 2 1.999 2h6.995v-2H4.019l-.02-24.007h2.01V4h5.989l.014 5.008c0 1.121.878 2 2 2L21 11.005h1.412M13.997 4H14l4.996 5.007l-4.984-.002z"/></svg> </template>
CSS
.icon-model-content-doc {
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%22M6.018%2022.006h4.998v2H6.018zm.008-5h4.998v2H6.026zM28%2024.012a2%202%200%200%200%200-4a1.99%201.99%200%200%200-1.721%201h-2.737l3.182-4.055c.09.012.178.027.27.027a2%202%200%201%200-2-2c0%20.265.055.517.149.749l-3.639%204.635l-3.647-4.653c.09-.227.142-.473.142-.731a2%202%200%201%200-2%202c.1%200%20.194-.015.289-.029l3.18%204.056h-2.754a1.99%201.99%200%200%200-1.722-1a2%202%200%200%200%200%204a1.99%201.99%200%200%200%201.722-1h2.715l-3.152%204.016C16.185%2027.014%2016.095%2027%2016%2027a2%202%200%201%200%202%202a2%202%200%200%200-.147-.741l3.65-4.65l3.638%204.642a2%202%200%200%200-.146.743a2%202%200%201%200%202-2c-.095%200-.185.015-.276.028l-3.142-4.01h2.701c.347.596.984%201%201.723%201%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m22.41%2011.005l-.01-1.016a1%201%200%200%200-.293-.696l-6.986-7A1%201%200%200%200%2014.414%202H5.212v.006H4c-1.103%200-2%20.897-2%202.001l.02%2024.006c0%201.103.896%202%201.999%202h6.995v-2H4.019l-.02-24.007h2.01V4h5.989l.014%205.008c0%201.121.878%202%202%202L21%2011.005h1.412M13.997%204H14l4.996%205.007l-4.984-.002z%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%22M6.018%2022.006h4.998v2H6.018zm.008-5h4.998v2H6.026zM28%2024.012a2%202%200%200%200%200-4a1.99%201.99%200%200%200-1.721%201h-2.737l3.182-4.055c.09.012.178.027.27.027a2%202%200%201%200-2-2c0%20.265.055.517.149.749l-3.639%204.635l-3.647-4.653c.09-.227.142-.473.142-.731a2%202%200%201%200-2%202c.1%200%20.194-.015.289-.029l3.18%204.056h-2.754a1.99%201.99%200%200%200-1.722-1a2%202%200%200%200%200%204a1.99%201.99%200%200%200%201.722-1h2.715l-3.152%204.016C16.185%2027.014%2016.095%2027%2016%2027a2%202%200%201%200%202%202a2%202%200%200%200-.147-.741l3.65-4.65l3.638%204.642a2%202%200%200%200-.146.743a2%202%200%201%200%202-2c-.095%200-.185.015-.276.028l-3.142-4.01h2.701c.347.596.984%201%201.723%201%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m22.41%2011.005l-.01-1.016a1%201%200%200%200-.293-.696l-6.986-7A1%201%200%200%200%2014.414%202H5.212v.006H4c-1.103%200-2%20.897-2%202.001l.02%2024.006c0%201.103.896%202%201.999%202h6.995v-2H4.019l-.02-24.007h2.01V4h5.989l.014%205.008c0%201.121.878%202%202%202L21%2011.005h1.412M13.997%204H14l4.996%205.007l-4.984-.002z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/model-content-doc.svg?color=%231a73e8&size=48