colon-sign from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.

Name
colon-sign
Set
Font Awesome 6 Solid
Style
Regular
Viewbox
384×512
License
CC BY 4.0

The same icon in other sets

Use the colon sign icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 384 512"><path fill="currentColor" d="M255 39.8c4.3-17.1-6.1-34.5-23.3-38.8S197.2 7.1 193 24.2l-11.1 44.4C96.1 87.8 32 164.4 32 256c0 58.1 25.8 110.2 66.7 145.4L81 472.2c-4.3 17.1 6.1 34.5 23.3 38.8s34.5-6.1 38.8-23.3l13-52.1c9 3.4 18.4 6.2 28 8.2l-7.1 28.4c-4.3 17.1 6.1 34.5 23.3 38.8s34.5-6.1 38.8-23.3l10.4-41.4c33.4-4.4 64.1-17.4 89.8-36.7c14.1-10.6 17-30.7 6.4-44.8s-30.7-17-44.8-6.4c-10.2 7.7-21.7 13.9-34 18.3L321 160c9.4-.3 18.5-4.7 24.6-12.8c10.6-14.1 7.8-34.2-6.4-44.8l-3.3-2.4L351 39.8c4.3-17.1-6.1-34.5-23.3-38.8S293.2 7.1 289 24.2l-11.8 47.3c-9.3-2.7-18.8-4.6-28.6-5.9zm-91.8 103.5l-45.9 183.5C103.9 306.5 96 282.2 96 256c0-48.7 27.2-91 67.2-112.7m8.6 229.5l61.1-244.6c9.9.7 19.5 2.5 28.7 5.3l-62 248.1c-9.7-1.9-19-4.8-27.8-8.8"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidColonSign(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 384 512"><path fill="currentColor" d="M255 39.8c4.3-17.1-6.1-34.5-23.3-38.8S197.2 7.1 193 24.2l-11.1 44.4C96.1 87.8 32 164.4 32 256c0 58.1 25.8 110.2 66.7 145.4L81 472.2c-4.3 17.1 6.1 34.5 23.3 38.8s34.5-6.1 38.8-23.3l13-52.1c9 3.4 18.4 6.2 28 8.2l-7.1 28.4c-4.3 17.1 6.1 34.5 23.3 38.8s34.5-6.1 38.8-23.3l10.4-41.4c33.4-4.4 64.1-17.4 89.8-36.7c14.1-10.6 17-30.7 6.4-44.8s-30.7-17-44.8-6.4c-10.2 7.7-21.7 13.9-34 18.3L321 160c9.4-.3 18.5-4.7 24.6-12.8c10.6-14.1 7.8-34.2-6.4-44.8l-3.3-2.4L351 39.8c4.3-17.1-6.1-34.5-23.3-38.8S293.2 7.1 289 24.2l-11.8 47.3c-9.3-2.7-18.8-4.6-28.6-5.9zm-91.8 103.5l-45.9 183.5C103.9 306.5 96 282.2 96 256c0-48.7 27.2-91 67.2-112.7m8.6 229.5l61.1-244.6c9.9.7 19.5 2.5 28.7 5.3l-62 248.1c-9.7-1.9-19-4.8-27.8-8.8"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 384 512"><path fill="currentColor" d="M255 39.8c4.3-17.1-6.1-34.5-23.3-38.8S197.2 7.1 193 24.2l-11.1 44.4C96.1 87.8 32 164.4 32 256c0 58.1 25.8 110.2 66.7 145.4L81 472.2c-4.3 17.1 6.1 34.5 23.3 38.8s34.5-6.1 38.8-23.3l13-52.1c9 3.4 18.4 6.2 28 8.2l-7.1 28.4c-4.3 17.1 6.1 34.5 23.3 38.8s34.5-6.1 38.8-23.3l10.4-41.4c33.4-4.4 64.1-17.4 89.8-36.7c14.1-10.6 17-30.7 6.4-44.8s-30.7-17-44.8-6.4c-10.2 7.7-21.7 13.9-34 18.3L321 160c9.4-.3 18.5-4.7 24.6-12.8c10.6-14.1 7.8-34.2-6.4-44.8l-3.3-2.4L351 39.8c4.3-17.1-6.1-34.5-23.3-38.8S293.2 7.1 289 24.2l-11.8 47.3c-9.3-2.7-18.8-4.6-28.6-5.9zm-91.8 103.5l-45.9 183.5C103.9 306.5 96 282.2 96 256c0-48.7 27.2-91 67.2-112.7m8.6 229.5l61.1-244.6c9.9.7 19.5 2.5 28.7 5.3l-62 248.1c-9.7-1.9-19-4.8-27.8-8.8"/></svg>
</template>

CSS

.icon-colon-sign {
  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%20384%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M255%2039.8c4.3-17.1-6.1-34.5-23.3-38.8S197.2%207.1%20193%2024.2l-11.1%2044.4C96.1%2087.8%2032%20164.4%2032%20256c0%2058.1%2025.8%20110.2%2066.7%20145.4L81%20472.2c-4.3%2017.1%206.1%2034.5%2023.3%2038.8s34.5-6.1%2038.8-23.3l13-52.1c9%203.4%2018.4%206.2%2028%208.2l-7.1%2028.4c-4.3%2017.1%206.1%2034.5%2023.3%2038.8s34.5-6.1%2038.8-23.3l10.4-41.4c33.4-4.4%2064.1-17.4%2089.8-36.7c14.1-10.6%2017-30.7%206.4-44.8s-30.7-17-44.8-6.4c-10.2%207.7-21.7%2013.9-34%2018.3L321%20160c9.4-.3%2018.5-4.7%2024.6-12.8c10.6-14.1%207.8-34.2-6.4-44.8l-3.3-2.4L351%2039.8c4.3-17.1-6.1-34.5-23.3-38.8S293.2%207.1%20289%2024.2l-11.8%2047.3c-9.3-2.7-18.8-4.6-28.6-5.9zm-91.8%20103.5l-45.9%20183.5C103.9%20306.5%2096%20282.2%2096%20256c0-48.7%2027.2-91%2067.2-112.7m8.6%20229.5l61.1-244.6c9.9.7%2019.5%202.5%2028.7%205.3l-62%20248.1c-9.7-1.9-19-4.8-27.8-8.8%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%20384%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M255%2039.8c4.3-17.1-6.1-34.5-23.3-38.8S197.2%207.1%20193%2024.2l-11.1%2044.4C96.1%2087.8%2032%20164.4%2032%20256c0%2058.1%2025.8%20110.2%2066.7%20145.4L81%20472.2c-4.3%2017.1%206.1%2034.5%2023.3%2038.8s34.5-6.1%2038.8-23.3l13-52.1c9%203.4%2018.4%206.2%2028%208.2l-7.1%2028.4c-4.3%2017.1%206.1%2034.5%2023.3%2038.8s34.5-6.1%2038.8-23.3l10.4-41.4c33.4-4.4%2064.1-17.4%2089.8-36.7c14.1-10.6%2017-30.7%206.4-44.8s-30.7-17-44.8-6.4c-10.2%207.7-21.7%2013.9-34%2018.3L321%20160c9.4-.3%2018.5-4.7%2024.6-12.8c10.6-14.1%207.8-34.2-6.4-44.8l-3.3-2.4L351%2039.8c4.3-17.1-6.1-34.5-23.3-38.8S293.2%207.1%20289%2024.2l-11.8%2047.3c-9.3-2.7-18.8-4.6-28.6-5.9zm-91.8%20103.5l-45.9%20183.5C103.9%20306.5%2096%20282.2%2096%20256c0-48.7%2027.2-91%2067.2-112.7m8.6%20229.5l61.1-244.6c9.9.7%2019.5%202.5%2028.7%205.3l-62%20248.1c-9.7-1.9-19-4.8-27.8-8.8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/colon-sign.svg?color=%231a73e8&size=48