symbol event icon

symbol-event from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.

Name
symbol-event
Set
Codicons
Style
Regular
Viewbox
16×16
License
CC BY 4.0

Related icons in Codicons

Use the symbol event icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M4.914 1.714A1 1 0 0 1 5.873 1h4.406a1 1 0 0 1 .936 1.351L10.222 5h2.03a.75.75 0 0 1 .586 1.217l-6.607 8.3c-.854 1.073-2.562.188-2.178-1.128L5.333 9H3.75a.75.75 0 0 1-.72-.964zM10.28 2H5.873L4.085 8H6a.5.5 0 0 1 .48.64l-1.467 5.029a.24.24 0 0 0 .006.174a.26.26 0 0 0 .119.118c.057.03.116.037.164.029a.24.24 0 0 0 .147-.095L11.733 6H9.5a.5.5 0 0 1-.468-.676z"/></svg>

React

import type { SVGProps } from "react";

export function CodiconSymbolEvent(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M4.914 1.714A1 1 0 0 1 5.873 1h4.406a1 1 0 0 1 .936 1.351L10.222 5h2.03a.75.75 0 0 1 .586 1.217l-6.607 8.3c-.854 1.073-2.562.188-2.178-1.128L5.333 9H3.75a.75.75 0 0 1-.72-.964zM10.28 2H5.873L4.085 8H6a.5.5 0 0 1 .48.64l-1.467 5.029a.24.24 0 0 0 .006.174a.26.26 0 0 0 .119.118c.057.03.116.037.164.029a.24.24 0 0 0 .147-.095L11.733 6H9.5a.5.5 0 0 1-.468-.676z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M4.914 1.714A1 1 0 0 1 5.873 1h4.406a1 1 0 0 1 .936 1.351L10.222 5h2.03a.75.75 0 0 1 .586 1.217l-6.607 8.3c-.854 1.073-2.562.188-2.178-1.128L5.333 9H3.75a.75.75 0 0 1-.72-.964zM10.28 2H5.873L4.085 8H6a.5.5 0 0 1 .48.64l-1.467 5.029a.24.24 0 0 0 .006.174a.26.26 0 0 0 .119.118c.057.03.116.037.164.029a.24.24 0 0 0 .147-.095L11.733 6H9.5a.5.5 0 0 1-.468-.676z"/></svg>
</template>

CSS

.icon-symbol-event {
  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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.914%201.714A1%201%200%200%201%205.873%201h4.406a1%201%200%200%201%20.936%201.351L10.222%205h2.03a.75.75%200%200%201%20.586%201.217l-6.607%208.3c-.854%201.073-2.562.188-2.178-1.128L5.333%209H3.75a.75.75%200%200%201-.72-.964zM10.28%202H5.873L4.085%208H6a.5.5%200%200%201%20.48.64l-1.467%205.029a.24.24%200%200%200%20.006.174a.26.26%200%200%200%20.119.118c.057.03.116.037.164.029a.24.24%200%200%200%20.147-.095L11.733%206H9.5a.5.5%200%200%201-.468-.676z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.914%201.714A1%201%200%200%201%205.873%201h4.406a1%201%200%200%201%20.936%201.351L10.222%205h2.03a.75.75%200%200%201%20.586%201.217l-6.607%208.3c-.854%201.073-2.562.188-2.178-1.128L5.333%209H3.75a.75.75%200%200%201-.72-.964zM10.28%202H5.873L4.085%208H6a.5.5%200%200%201%20.48.64l-1.467%205.029a.24.24%200%200%200%20.006.174a.26.26%200%200%200%20.119.118c.057.03.116.037.164.029a.24.24%200%200%200%20.147-.095L11.733%206H9.5a.5.5%200%200%201-.468-.676z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/codicon/symbol-event.svg?color=%231a73e8&size=48