naming conventions icon
naming-conventions from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.
- Name
- naming-conventions
- Set
- Carbon
- Style
- Outline
- Category
- Organization
- Viewbox
- 32×32
- License
- Apache 2.0
More organization icons from Carbon
Use the naming conventions icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M22 8h-8v2h8zm-8 8h8v-2h-8zm-4-2H8v-4h2V8H8V4h18v12h2V4a2 2 0 0 0-2-2H8a2 2 0 0 0-2 2v4H4v2h2v4H4v2h6zm3.105 6h-2.21C9.85 20 9 20.85 9 21.895v6.21C9 29.15 9.85 30 10.895 30h2.21C14.15 30 15 29.15 15 28.105v-6.21C15 20.85 14.15 20 13.106 20M13 28h-2v-6h2zM1 22v6c0 1.103.897 2 2 2h4v-2H3v-6h4v-2H3c-1.103 0-2 .898-2 2m20 4l-2-6h-2v10h2v-6l2 6h2V20h-2zm8-6l-1 8l-1-8h-2l2 10h2l2-10z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonNamingConventions(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="M22 8h-8v2h8zm-8 8h8v-2h-8zm-4-2H8v-4h2V8H8V4h18v12h2V4a2 2 0 0 0-2-2H8a2 2 0 0 0-2 2v4H4v2h2v4H4v2h6zm3.105 6h-2.21C9.85 20 9 20.85 9 21.895v6.21C9 29.15 9.85 30 10.895 30h2.21C14.15 30 15 29.15 15 28.105v-6.21C15 20.85 14.15 20 13.106 20M13 28h-2v-6h2zM1 22v6c0 1.103.897 2 2 2h4v-2H3v-6h4v-2H3c-1.103 0-2 .898-2 2m20 4l-2-6h-2v10h2v-6l2 6h2V20h-2zm8-6l-1 8l-1-8h-2l2 10h2l2-10z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M22 8h-8v2h8zm-8 8h8v-2h-8zm-4-2H8v-4h2V8H8V4h18v12h2V4a2 2 0 0 0-2-2H8a2 2 0 0 0-2 2v4H4v2h2v4H4v2h6zm3.105 6h-2.21C9.85 20 9 20.85 9 21.895v6.21C9 29.15 9.85 30 10.895 30h2.21C14.15 30 15 29.15 15 28.105v-6.21C15 20.85 14.15 20 13.106 20M13 28h-2v-6h2zM1 22v6c0 1.103.897 2 2 2h4v-2H3v-6h4v-2H3c-1.103 0-2 .898-2 2m20 4l-2-6h-2v10h2v-6l2 6h2V20h-2zm8-6l-1 8l-1-8h-2l2 10h2l2-10z"/></svg> </template>
CSS
.icon-naming-conventions {
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%22M22%208h-8v2h8zm-8%208h8v-2h-8zm-4-2H8v-4h2V8H8V4h18v12h2V4a2%202%200%200%200-2-2H8a2%202%200%200%200-2%202v4H4v2h2v4H4v2h6zm3.105%206h-2.21C9.85%2020%209%2020.85%209%2021.895v6.21C9%2029.15%209.85%2030%2010.895%2030h2.21C14.15%2030%2015%2029.15%2015%2028.105v-6.21C15%2020.85%2014.15%2020%2013.106%2020M13%2028h-2v-6h2zM1%2022v6c0%201.103.897%202%202%202h4v-2H3v-6h4v-2H3c-1.103%200-2%20.898-2%202m20%204l-2-6h-2v10h2v-6l2%206h2V20h-2zm8-6l-1%208l-1-8h-2l2%2010h2l2-10z%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%22M22%208h-8v2h8zm-8%208h8v-2h-8zm-4-2H8v-4h2V8H8V4h18v12h2V4a2%202%200%200%200-2-2H8a2%202%200%200%200-2%202v4H4v2h2v4H4v2h6zm3.105%206h-2.21C9.85%2020%209%2020.85%209%2021.895v6.21C9%2029.15%209.85%2030%2010.895%2030h2.21C14.15%2030%2015%2029.15%2015%2028.105v-6.21C15%2020.85%2014.15%2020%2013.106%2020M13%2028h-2v-6h2zM1%2022v6c0%201.103.897%202%202%202h4v-2H3v-6h4v-2H3c-1.103%200-2%20.898-2%202m20%204l-2-6h-2v10h2v-6l2%206h2V20h-2zm8-6l-1%208l-1-8h-2l2%2010h2l2-10z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/naming-conventions.svg?color=%231a73e8&size=48