top programs icon
top-programs from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.
- Name
- top-programs
- Set
- Carbon
- Style
- Outline
- Category
- Organization
- Viewbox
- 32×32
- License
- Apache 2.0
More organization icons from Carbon
Use the top programs icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m29.999 28.586l-2.832-2.832c.524-.79.833-1.736.833-2.753c0-2.757-2.243-5-5-5s-5 2.243-5 5s2.243 5 5 5c1.017 0 1.962-.31 2.753-.833L28.585 30zM23 26c-1.654 0-3-1.346-3-3s1.346-3 3-3s3 1.346 3 3s-1.346 3-3 3m5-24H4c-1.103 0-2 .898-2 2v20c0 1.103.897 2 2 2h10v-2H4V10h24v4h2V4c0-1.102-.897-2-2-2M4 8V4h24v4zm3-2a1 1 0 1 1-2 0a1 1 0 0 1 2 0m3 0a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/></svg>
React
import type { SVGProps } from "react";
export function CarbonTopPrograms(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="m29.999 28.586l-2.832-2.832c.524-.79.833-1.736.833-2.753c0-2.757-2.243-5-5-5s-5 2.243-5 5s2.243 5 5 5c1.017 0 1.962-.31 2.753-.833L28.585 30zM23 26c-1.654 0-3-1.346-3-3s1.346-3 3-3s3 1.346 3 3s-1.346 3-3 3m5-24H4c-1.103 0-2 .898-2 2v20c0 1.103.897 2 2 2h10v-2H4V10h24v4h2V4c0-1.102-.897-2-2-2M4 8V4h24v4zm3-2a1 1 0 1 1-2 0a1 1 0 0 1 2 0m3 0a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m29.999 28.586l-2.832-2.832c.524-.79.833-1.736.833-2.753c0-2.757-2.243-5-5-5s-5 2.243-5 5s2.243 5 5 5c1.017 0 1.962-.31 2.753-.833L28.585 30zM23 26c-1.654 0-3-1.346-3-3s1.346-3 3-3s3 1.346 3 3s-1.346 3-3 3m5-24H4c-1.103 0-2 .898-2 2v20c0 1.103.897 2 2 2h10v-2H4V10h24v4h2V4c0-1.102-.897-2-2-2M4 8V4h24v4zm3-2a1 1 0 1 1-2 0a1 1 0 0 1 2 0m3 0a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/></svg> </template>
CSS
.icon-top-programs {
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%22m29.999%2028.586l-2.832-2.832c.524-.79.833-1.736.833-2.753c0-2.757-2.243-5-5-5s-5%202.243-5%205s2.243%205%205%205c1.017%200%201.962-.31%202.753-.833L28.585%2030zM23%2026c-1.654%200-3-1.346-3-3s1.346-3%203-3s3%201.346%203%203s-1.346%203-3%203m5-24H4c-1.103%200-2%20.898-2%202v20c0%201.103.897%202%202%202h10v-2H4V10h24v4h2V4c0-1.102-.897-2-2-2M4%208V4h24v4zm3-2a1%201%200%201%201-2%200a1%201%200%200%201%202%200m3%200a1%201%200%201%201-2%200a1%201%200%200%201%202%200%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%22m29.999%2028.586l-2.832-2.832c.524-.79.833-1.736.833-2.753c0-2.757-2.243-5-5-5s-5%202.243-5%205s2.243%205%205%205c1.017%200%201.962-.31%202.753-.833L28.585%2030zM23%2026c-1.654%200-3-1.346-3-3s1.346-3%203-3s3%201.346%203%203s-1.346%203-3%203m5-24H4c-1.103%200-2%20.898-2%202v20c0%201.103.897%202%202%202h10v-2H4V10h24v4h2V4c0-1.102-.897-2-2-2M4%208V4h24v4zm3-2a1%201%200%201%201-2%200a1%201%200%200%201%202%200m3%200a1%201%200%201%201-2%200a1%201%200%200%201%202%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/top-programs.svg?color=%231a73e8&size=48