software resource reference icon
software-resource-reference from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.
- Name
- software-resource-reference
- Set
- Carbon
- Style
- Outline
- Category
- Organization
- Viewbox
- 32×32
- License
- Apache 2.0
- Aliases
- software-resource-resource
More organization icons from Carbon
Use the software resource reference icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m6.899 10.283l3.394-3.394l1.414 1.414l-3.394 3.394zM4.9 19.7l-2.3-2.3C2.2 17 2 16.5 2 16s.2-1 .6-1.4l2.3-2.3l1.4 1.4L4 16l2.3 2.3zm1.989 2.007l1.414-1.414l3.394 3.394l-1.414 1.414zM16 30c-.5 0-1-.2-1.4-.6l-2.3-2.3l1.4-1.4L16 28l2.3-2.3l1.4 1.4l-2.3 2.3c-.4.4-.9.6-1.4.6m4.293-6.303l3.394-3.394l1.414 1.414l-3.394 3.394zM27.1 19.7l-1.4-1.4L28 16l-2.3-2.3l1.4-1.4l2.3 2.3c.4.4.6.9.6 1.4s-.2 1-.6 1.4zM20.303 8.313l1.414-1.414l3.394 3.394l-1.414 1.414zM16 2c-.5 0-1 .2-1.4.6l-2.3 2.3l1.4 1.4L16 4l2.3 2.3l1.4-1.4l-2.3-2.3C17 2.2 16.5 2 16 2"/></svg>
React
import type { SVGProps } from "react";
export function CarbonSoftwareResourceReference(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.899 10.283l3.394-3.394l1.414 1.414l-3.394 3.394zM4.9 19.7l-2.3-2.3C2.2 17 2 16.5 2 16s.2-1 .6-1.4l2.3-2.3l1.4 1.4L4 16l2.3 2.3zm1.989 2.007l1.414-1.414l3.394 3.394l-1.414 1.414zM16 30c-.5 0-1-.2-1.4-.6l-2.3-2.3l1.4-1.4L16 28l2.3-2.3l1.4 1.4l-2.3 2.3c-.4.4-.9.6-1.4.6m4.293-6.303l3.394-3.394l1.414 1.414l-3.394 3.394zM27.1 19.7l-1.4-1.4L28 16l-2.3-2.3l1.4-1.4l2.3 2.3c.4.4.6.9.6 1.4s-.2 1-.6 1.4zM20.303 8.313l1.414-1.414l3.394 3.394l-1.414 1.414zM16 2c-.5 0-1 .2-1.4.6l-2.3 2.3l1.4 1.4L16 4l2.3 2.3l1.4-1.4l-2.3-2.3C17 2.2 16.5 2 16 2"/></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.899 10.283l3.394-3.394l1.414 1.414l-3.394 3.394zM4.9 19.7l-2.3-2.3C2.2 17 2 16.5 2 16s.2-1 .6-1.4l2.3-2.3l1.4 1.4L4 16l2.3 2.3zm1.989 2.007l1.414-1.414l3.394 3.394l-1.414 1.414zM16 30c-.5 0-1-.2-1.4-.6l-2.3-2.3l1.4-1.4L16 28l2.3-2.3l1.4 1.4l-2.3 2.3c-.4.4-.9.6-1.4.6m4.293-6.303l3.394-3.394l1.414 1.414l-3.394 3.394zM27.1 19.7l-1.4-1.4L28 16l-2.3-2.3l1.4-1.4l2.3 2.3c.4.4.6.9.6 1.4s-.2 1-.6 1.4zM20.303 8.313l1.414-1.414l3.394 3.394l-1.414 1.414zM16 2c-.5 0-1 .2-1.4.6l-2.3 2.3l1.4 1.4L16 4l2.3 2.3l1.4-1.4l-2.3-2.3C17 2.2 16.5 2 16 2"/></svg> </template>
CSS
.icon-software-resource-reference {
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.899%2010.283l3.394-3.394l1.414%201.414l-3.394%203.394zM4.9%2019.7l-2.3-2.3C2.2%2017%202%2016.5%202%2016s.2-1%20.6-1.4l2.3-2.3l1.4%201.4L4%2016l2.3%202.3zm1.989%202.007l1.414-1.414l3.394%203.394l-1.414%201.414zM16%2030c-.5%200-1-.2-1.4-.6l-2.3-2.3l1.4-1.4L16%2028l2.3-2.3l1.4%201.4l-2.3%202.3c-.4.4-.9.6-1.4.6m4.293-6.303l3.394-3.394l1.414%201.414l-3.394%203.394zM27.1%2019.7l-1.4-1.4L28%2016l-2.3-2.3l1.4-1.4l2.3%202.3c.4.4.6.9.6%201.4s-.2%201-.6%201.4zM20.303%208.313l1.414-1.414l3.394%203.394l-1.414%201.414zM16%202c-.5%200-1%20.2-1.4.6l-2.3%202.3l1.4%201.4L16%204l2.3%202.3l1.4-1.4l-2.3-2.3C17%202.2%2016.5%202%2016%202%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.899%2010.283l3.394-3.394l1.414%201.414l-3.394%203.394zM4.9%2019.7l-2.3-2.3C2.2%2017%202%2016.5%202%2016s.2-1%20.6-1.4l2.3-2.3l1.4%201.4L4%2016l2.3%202.3zm1.989%202.007l1.414-1.414l3.394%203.394l-1.414%201.414zM16%2030c-.5%200-1-.2-1.4-.6l-2.3-2.3l1.4-1.4L16%2028l2.3-2.3l1.4%201.4l-2.3%202.3c-.4.4-.9.6-1.4.6m4.293-6.303l3.394-3.394l1.414%201.414l-3.394%203.394zM27.1%2019.7l-1.4-1.4L28%2016l-2.3-2.3l1.4-1.4l2.3%202.3c.4.4.6.9.6%201.4s-.2%201-.6%201.4zM20.303%208.313l1.414-1.414l3.394%203.394l-1.414%201.414zM16%202c-.5%200-1%20.2-1.4.6l-2.3%202.3l1.4%201.4L16%204l2.3%202.3l1.4-1.4l-2.3-2.3C17%202.2%2016.5%202%2016%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/software-resource-reference.svg?color=%231a73e8&size=48