citation from Material Icon Theme by Material Extensions · Color · MIT Free for personal and commercial use.

Name
citation
Set
Material Icon Theme
Style
Color
Viewbox
1024×1024
License
MIT

Use the citation logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="#1e88e5" d="M256 192c-106.039 0-192 85.961-192 192c.189 103.43 82.273 188.122 185.646 191.545L128 832h128l173.473-365.715C441.746 440.412 447.323 412.44 448 384c0-106.039-85.961-192-192-192m512 0c-106.039 0-192 85.961-192 192c.189 103.43 82.273 188.122 185.646 191.545L640 832h128l173.473-365.715C953.746 440.412 959.323 412.44 960 384c0-106.039-85.961-192-192-192"/></svg>

React

import type { SVGProps } from "react";

export function MaterialIconThemeCitation(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="#1e88e5" d="M256 192c-106.039 0-192 85.961-192 192c.189 103.43 82.273 188.122 185.646 191.545L128 832h128l173.473-365.715C441.746 440.412 447.323 412.44 448 384c0-106.039-85.961-192-192-192m512 0c-106.039 0-192 85.961-192 192c.189 103.43 82.273 188.122 185.646 191.545L640 832h128l173.473-365.715C953.746 440.412 959.323 412.44 960 384c0-106.039-85.961-192-192-192"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="#1e88e5" d="M256 192c-106.039 0-192 85.961-192 192c.189 103.43 82.273 188.122 185.646 191.545L128 832h128l173.473-365.715C441.746 440.412 447.323 412.44 448 384c0-106.039-85.961-192-192-192m512 0c-106.039 0-192 85.961-192 192c.189 103.43 82.273 188.122 185.646 191.545L640 832h128l173.473-365.715C953.746 440.412 959.323 412.44 960 384c0-106.039-85.961-192-192-192"/></svg>
</template>

CSS

.icon-citation {
  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%201024%201024%22%3E%3Cpath%20fill%3D%22%231e88e5%22%20d%3D%22M256%20192c-106.039%200-192%2085.961-192%20192c.189%20103.43%2082.273%20188.122%20185.646%20191.545L128%20832h128l173.473-365.715C441.746%20440.412%20447.323%20412.44%20448%20384c0-106.039-85.961-192-192-192m512%200c-106.039%200-192%2085.961-192%20192c.189%20103.43%2082.273%20188.122%20185.646%20191.545L640%20832h128l173.473-365.715C953.746%20440.412%20959.323%20412.44%20960%20384c0-106.039-85.961-192-192-192%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%201024%201024%22%3E%3Cpath%20fill%3D%22%231e88e5%22%20d%3D%22M256%20192c-106.039%200-192%2085.961-192%20192c.189%20103.43%2082.273%20188.122%20185.646%20191.545L128%20832h128l173.473-365.715C441.746%20440.412%20447.323%20412.44%20448%20384c0-106.039-85.961-192-192-192m512%200c-106.039%200-192%2085.961-192%20192c.189%20103.43%2082.273%20188.122%20185.646%20191.545L640%20832h128l173.473-365.715C953.746%20440.412%20959.323%20412.44%20960%20384c0-106.039-85.961-192-192-192%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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