plan icon
plan from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.
- Name
- plan
- Set
- Carbon
- Style
- Outline
- Category
- Organization
- Viewbox
- 32×32
- License
- Apache 2.0
The same icon in other sets
More organization icons from Carbon
Use the plan icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M31 8c0-.4-.2-.7-.5-.9l-7-4c-.2-.1-.3-.1-.5-.1s-.3 0-.5.1L16 6.8L9.5 3.1C9.3 3 9.2 3 9 3s-.3 0-.5.1l-7 4c-.3.2-.5.5-.5.9v20c0 .6.4 1 1 1c.2 0 .3-.1.5-.1L9 25.2l6.5 3.7c.2.1.3.1.5.1s.3 0 .5-.1l6.5-3.7l6.5 3.7c.1.1.3.1.5.1c.6 0 1-.4 1-1zM3 8.6l5-2.9v17.7l-5 2.9zm12 17.7l-5-2.9V5.7l5 2.9zm7-2.9l-5 2.9V8.6l5-2.9zm2 0V5.7l5 2.9v17.7z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonPlan(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="M31 8c0-.4-.2-.7-.5-.9l-7-4c-.2-.1-.3-.1-.5-.1s-.3 0-.5.1L16 6.8L9.5 3.1C9.3 3 9.2 3 9 3s-.3 0-.5.1l-7 4c-.3.2-.5.5-.5.9v20c0 .6.4 1 1 1c.2 0 .3-.1.5-.1L9 25.2l6.5 3.7c.2.1.3.1.5.1s.3 0 .5-.1l6.5-3.7l6.5 3.7c.1.1.3.1.5.1c.6 0 1-.4 1-1zM3 8.6l5-2.9v17.7l-5 2.9zm12 17.7l-5-2.9V5.7l5 2.9zm7-2.9l-5 2.9V8.6l5-2.9zm2 0V5.7l5 2.9v17.7z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M31 8c0-.4-.2-.7-.5-.9l-7-4c-.2-.1-.3-.1-.5-.1s-.3 0-.5.1L16 6.8L9.5 3.1C9.3 3 9.2 3 9 3s-.3 0-.5.1l-7 4c-.3.2-.5.5-.5.9v20c0 .6.4 1 1 1c.2 0 .3-.1.5-.1L9 25.2l6.5 3.7c.2.1.3.1.5.1s.3 0 .5-.1l6.5-3.7l6.5 3.7c.1.1.3.1.5.1c.6 0 1-.4 1-1zM3 8.6l5-2.9v17.7l-5 2.9zm12 17.7l-5-2.9V5.7l5 2.9zm7-2.9l-5 2.9V8.6l5-2.9zm2 0V5.7l5 2.9v17.7z"/></svg> </template>
CSS
.icon-plan {
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%22M31%208c0-.4-.2-.7-.5-.9l-7-4c-.2-.1-.3-.1-.5-.1s-.3%200-.5.1L16%206.8L9.5%203.1C9.3%203%209.2%203%209%203s-.3%200-.5.1l-7%204c-.3.2-.5.5-.5.9v20c0%20.6.4%201%201%201c.2%200%20.3-.1.5-.1L9%2025.2l6.5%203.7c.2.1.3.1.5.1s.3%200%20.5-.1l6.5-3.7l6.5%203.7c.1.1.3.1.5.1c.6%200%201-.4%201-1zM3%208.6l5-2.9v17.7l-5%202.9zm12%2017.7l-5-2.9V5.7l5%202.9zm7-2.9l-5%202.9V8.6l5-2.9zm2%200V5.7l5%202.9v17.7z%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%22M31%208c0-.4-.2-.7-.5-.9l-7-4c-.2-.1-.3-.1-.5-.1s-.3%200-.5.1L16%206.8L9.5%203.1C9.3%203%209.2%203%209%203s-.3%200-.5.1l-7%204c-.3.2-.5.5-.5.9v20c0%20.6.4%201%201%201c.2%200%20.3-.1.5-.1L9%2025.2l6.5%203.7c.2.1.3.1.5.1s.3%200%20.5-.1l6.5-3.7l6.5%203.7c.1.1.3.1.5.1c.6%200%201-.4%201-1zM3%208.6l5-2.9v17.7l-5%202.9zm12%2017.7l-5-2.9V5.7l5%202.9zm7-2.9l-5%202.9V8.6l5-2.9zm2%200V5.7l5%202.9v17.7z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/plan.svg?color=%231a73e8&size=48