Sections
Stacks provides a complete icon set, managed separately in the Stacks-Icons repository. There you’ll find deeper documentation on the various uses as well as the icons’ source in our design tool Figma.
Usage
Section titled UsageStacks icons are designed to be directly injected into the markup as an svg element. This allows us to color them on the fly using any of our atomic classes. We have different helpers in different environments.
Svelte
Section titled SvelteIf you are working in a Svelte project, you can use the Icon component to render an icon.
This component will render the icon as an svg element with the appropriate classes and attributes (docs).
<script lang="ts">
import { IconServiceCCPA } from "@stackoverflow/stacks-icons/icons";
</script>
<Icon src="IconServiceCCPA" />
<Icon src="IconServiceCCPA" class="native" />
<Icon src="IconServiceCCPA" class="fc-black-350 float-right" />
Dotnet
Section titled DotnetIf you’re working in a dotnet project, we have a helper that can be called with @Svg. and the icon name, eg. @Svg.Answer. By default, any icon will inherit the text color of the parent element. Optionally, you can pass the class native to the icon to render any native colors that are included eg. @Svg.ServiceCCPA.With("native"). This same syntax allows you to pass additional arbitrary classes like atomic helpers, or js- prefixed classes.
@Svg.ServiceCCPA
@Svg.ServiceCCPA.With("native")
@Svg.ServiceCCPA.With("fc-black-350 float-right js-dropdown-target")
Requesting an icon
Section titled Requesting an iconIf an icon you need isn’t here, please do one of the following two options:
- Submit a request outlining the desired icon, the icon’s intended purposed, and where it will be used.
- If the icon is ready, submit a pull request to have it to be reviewed. Please be sure to provide the same information as above.
Icon set
Section titled Icon setAnswer
Answer icon
AnswerFill
AnswerFill icon
AnswerStack
AnswerStack icon
AnswerStackFill
AnswerStackFill icon
ArrowDown
ArrowDown icon
ArrowDownLeft
ArrowDownLeft icon
ArrowDownLeftBox
ArrowDownLeftBox icon
ArrowDownRight
ArrowDownRight icon
ArrowLeft
ArrowLeft icon
ArrowLeftBox
ArrowLeftBox icon
ArrowRight
ArrowRight icon
ArrowRightBox
ArrowRightBox icon
ArrowUp
ArrowUp icon
ArrowUpLeft
ArrowUpLeft icon
ArrowUpRight
ArrowUpRight icon
ArrowUpRightBox
ArrowUpRightBox icon
Award
Award icon
AwardFill
AwardFill icon
Bookmark
Bookmark icon
BookmarkFill
BookmarkFill icon
BookmarkStack
BookmarkStack icon
BookmarkStackFill
BookmarkStackFill icon
Challenge
Challenge icon
ChallengeFill
ChallengeFill icon
Chat
Chat icon
ChatFill
ChatFill icon
ChevronDown
ChevronDown icon
ChevronLeft
ChevronLeft icon
ChevronRight
ChevronRight icon
ChevronUp
ChevronUp icon
Community
Community icon
CommunityFill
CommunityFill icon
Company
Company icon
CompanyFill
CompanyFill icon
Compose
Compose icon
ComposeComment
ComposeComment icon
ComposeCommentFill
ComposeCommentFill icon
ComposeDocument
ComposeDocument icon
ComposeDocumentFill
ComposeDocumentFill icon
ComposeFill
ComposeFill icon
Cross
Cross icon
Document
Document icon
DocumentFill
DocumentFill icon
DocumentStack
DocumentStack icon
DocumentStackFill
DocumentStackFill icon
Flag
Flag icon
FlagFill
FlagFill icon
FlagOff
FlagOff icon
FlagOffFill
FlagOffFill icon
Help
Help icon
HelpFill
HelpFill icon
Home
Home icon
HomeFill
HomeFill icon
Inbox
Inbox icon
InboxFill
InboxFill icon
Jobs
Jobs icon
JobsFill
JobsFill icon
Mail
Mail icon
MailFill
MailFill icon
MailOpen
MailOpen icon
MailOpenFill
MailOpenFill icon
Meta
Meta icon
MetaFill
MetaFill icon
Mod
Mod icon
ModDashboard
ModDashboard icon
ModDashboardFill
ModDashboardFill icon
ModFill
ModFill icon
ModReviewStack
ModReviewStack icon
ModReviewStackFill
ModReviewStackFill icon
ModStack
ModStack icon
ModStackFill
ModStackFill icon
Notification
Notification icon
NotificationFill
NotificationFill icon
NotificationOff
NotificationOff icon
NotificationOffFill
NotificationOffFill icon
Plus
Plus icon
QandA
QandA icon
QandAFill
QandAFill icon
Question
Question icon
QuestionFill
QuestionFill icon
QuestionStack
QuestionStack icon
QuestionStackFill
QuestionStackFill icon
Search
Search icon
SearchFill
SearchFill icon
ServiceCCPA
ServiceCCPA icon
ServiceFacebook
ServiceFacebook icon
ServiceGitHub
ServiceGitHub icon
ServiceGoogle
ServiceGoogle icon
ServiceInstagram
ServiceInstagram icon
ServiceLinkedIn
ServiceLinkedIn icon
ServiceThreads
ServiceThreads icon
ServiceX
ServiceX icon
ServiceYouTube
ServiceYouTube icon
Settings
Settings icon
SettingsFill
SettingsFill icon
Tag
Tag icon
TagFill
TagFill icon
TagStack
TagStack icon
TagStackFill
TagStackFill icon
TrendDown
TrendDown icon
TrendUp
TrendUp icon
User
User icon
UserFill
UserFill icon
UserStack
UserStack icon
UserStackFill
UserStackFill icon
VoteDown
VoteDown icon
VoteDownFill
VoteDownFill icon
VoteUp
VoteUp icon
VoteUpFill
VoteUpFill icon