gov-uk from CoreUI Brands by creativeLabs Łukasz Holeczek · Brand · CC0-1.0 Free for personal and commercial use.

Name
gov-uk
Set
CoreUI Brands
Style
Brand
Viewbox
32×32
License
CC0 1.0

Use the gov uk logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M3.197 17.375a1.67 1.67 0 0 0-.905-2.181a1.66 1.66 0 0 0-2.167.916a1.65 1.65 0 0 0 .891 2.161a1.645 1.645 0 0 0 2.167-.896zm1.126-4.328a1.684 1.684 0 0 0-.916-2.183c-.844-.343-1.823.068-2.188.917a1.654 1.654 0 0 0 .88 2.172a1.675 1.675 0 0 0 2.188-.907zm1.589-1.459a1.67 1.67 0 0 0 2.181-.9c.339-.849-.063-1.833-.9-2.183c-.844-.349-1.824.063-2.188.911c-.36.855.063 1.824.907 2.172m4.208 1.401a1.69 1.69 0 0 0 2.187-.901c.339-.859-.061-1.843-.921-2.181a1.653 1.653 0 0 0-2.172.9c-.359.839.063 1.824.907 2.167zm18.683 4.355a1.663 1.663 0 0 0 2.181.88a1.66 1.66 0 0 0 .88-2.188a1.66 1.66 0 0 0-2.181-.9c-.865.343-1.261 1.323-.901 2.187zm.978-3.448c.844-.344 1.245-1.323.901-2.188c-.36-.844-1.344-1.26-2.183-.901a1.65 1.65 0 0 0-.901 2.183c.339.844 1.323 1.245 2.161.907zm-3.724-2.308c.839-.343 1.24-1.323.896-2.172a1.677 1.677 0 0 0-2.188-.916a1.67 1.67 0 0 0-.891 2.188a1.7 1.7 0 0 0 2.183.9m-4.546 1.141a1.7 1.7 0 0 0 .901-2.183a1.68 1.68 0 0 0-2.188-.921a1.66 1.66 0 0 0-.88 2.181a1.67 1.67 0 0 0 2.187.887zm-8.943-6.15l.125 3.203l2.333-1.235c.047.052.104.104.161.147c-.24.952-.828 2.552-1.199 3.432a2.13 2.13 0 0 0 1.151 2.771a2.14 2.14 0 0 0 2.777-1.161a2.1 2.1 0 0 0-.319-2.167c-.52-.907-1.041-2.041-1.323-2.928c.084-.056.14-.14.197-.197l2.532 1.303l.12-3.188l-2.631.844c-.021-.041-.036-.084-.057-.099l1.021-2.912l-3.104-.099l.943 2.864a.6.6 0 0 0-.204.183zm15.859 12.145c.213 1.177.251 1.713-.02 2.479c-.38-.38-.719-1.072-.995-2.124l-1.167 3.719c.692-.459 1.224-.751 1.823-.761c-1.089 2.287-2.428 2.865-3.281 2.699c-1.052-.213-1.536-1.156-1.355-1.959c.235-1.12 1.407-1.401 1.932-.088c1.057-2.089-.692-2.771-1.823-2.167c1.751-1.704 1.959-3.235.568-5.115c-1.953 1.473-1.984 2.948-1.136 5.031c-1.119-1.312-2.905-.62-2.28 1.484c.833-1.265 1.905-.463 1.728.756c-.145 1.057-1.552 1.88-3.281 1.719c-2.484-.219-2.604-1.943-2.645-3.365c.604-.099 1.703.48 2.645 1.808l.381-3.953c-1.021 1.041-1.964 1.26-2.985 1.287c.36-1.041 1.943-2.792 1.943-2.792l-4.968-.057s1.583 1.765 1.921 2.823c-1.025-.015-1.948-.219-2.968-1.281l.343 3.948c.939-1.317 2.043-1.88 2.647-1.781c-.063 1.401-.203 3.125-2.688 3.349c-1.724.141-3.129-.703-3.265-1.765c-.161-1.203.921-2.005 1.74-.719c.64-2.104-1.141-2.808-2.267-1.505c.887-2.084.865-3.568-1.077-5.052c-1.407 1.864-1.203 3.391.536 5.135c-1.12-.624-2.885.037-1.844 2.141c.543-1.323 1.709-1.021 1.948.099a1.66 1.66 0 0 1-1.364 1.943c-.86.161-2.183-.416-3.265-2.724c.599.021 1.12.323 1.801.781l-1.14-3.708c-.281 1.041-.641 1.729-1.027 2.104c-.244-.76-.219-1.303.021-2.479l-2.407.817c1.229 1.688 2.48 4.025 3.459 8.14c3.031-.505 8.208-.807 11.344-.807c3.124.021 8.301.38 11.323.921c1.025-4.109 2.287-6.432 3.531-8.099l-2.364-.859z"/></svg>

React

import type { SVGProps } from "react";

export function CibGovUk(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="M3.197 17.375a1.67 1.67 0 0 0-.905-2.181a1.66 1.66 0 0 0-2.167.916a1.65 1.65 0 0 0 .891 2.161a1.645 1.645 0 0 0 2.167-.896zm1.126-4.328a1.684 1.684 0 0 0-.916-2.183c-.844-.343-1.823.068-2.188.917a1.654 1.654 0 0 0 .88 2.172a1.675 1.675 0 0 0 2.188-.907zm1.589-1.459a1.67 1.67 0 0 0 2.181-.9c.339-.849-.063-1.833-.9-2.183c-.844-.349-1.824.063-2.188.911c-.36.855.063 1.824.907 2.172m4.208 1.401a1.69 1.69 0 0 0 2.187-.901c.339-.859-.061-1.843-.921-2.181a1.653 1.653 0 0 0-2.172.9c-.359.839.063 1.824.907 2.167zm18.683 4.355a1.663 1.663 0 0 0 2.181.88a1.66 1.66 0 0 0 .88-2.188a1.66 1.66 0 0 0-2.181-.9c-.865.343-1.261 1.323-.901 2.187zm.978-3.448c.844-.344 1.245-1.323.901-2.188c-.36-.844-1.344-1.26-2.183-.901a1.65 1.65 0 0 0-.901 2.183c.339.844 1.323 1.245 2.161.907zm-3.724-2.308c.839-.343 1.24-1.323.896-2.172a1.677 1.677 0 0 0-2.188-.916a1.67 1.67 0 0 0-.891 2.188a1.7 1.7 0 0 0 2.183.9m-4.546 1.141a1.7 1.7 0 0 0 .901-2.183a1.68 1.68 0 0 0-2.188-.921a1.66 1.66 0 0 0-.88 2.181a1.67 1.67 0 0 0 2.187.887zm-8.943-6.15l.125 3.203l2.333-1.235c.047.052.104.104.161.147c-.24.952-.828 2.552-1.199 3.432a2.13 2.13 0 0 0 1.151 2.771a2.14 2.14 0 0 0 2.777-1.161a2.1 2.1 0 0 0-.319-2.167c-.52-.907-1.041-2.041-1.323-2.928c.084-.056.14-.14.197-.197l2.532 1.303l.12-3.188l-2.631.844c-.021-.041-.036-.084-.057-.099l1.021-2.912l-3.104-.099l.943 2.864a.6.6 0 0 0-.204.183zm15.859 12.145c.213 1.177.251 1.713-.02 2.479c-.38-.38-.719-1.072-.995-2.124l-1.167 3.719c.692-.459 1.224-.751 1.823-.761c-1.089 2.287-2.428 2.865-3.281 2.699c-1.052-.213-1.536-1.156-1.355-1.959c.235-1.12 1.407-1.401 1.932-.088c1.057-2.089-.692-2.771-1.823-2.167c1.751-1.704 1.959-3.235.568-5.115c-1.953 1.473-1.984 2.948-1.136 5.031c-1.119-1.312-2.905-.62-2.28 1.484c.833-1.265 1.905-.463 1.728.756c-.145 1.057-1.552 1.88-3.281 1.719c-2.484-.219-2.604-1.943-2.645-3.365c.604-.099 1.703.48 2.645 1.808l.381-3.953c-1.021 1.041-1.964 1.26-2.985 1.287c.36-1.041 1.943-2.792 1.943-2.792l-4.968-.057s1.583 1.765 1.921 2.823c-1.025-.015-1.948-.219-2.968-1.281l.343 3.948c.939-1.317 2.043-1.88 2.647-1.781c-.063 1.401-.203 3.125-2.688 3.349c-1.724.141-3.129-.703-3.265-1.765c-.161-1.203.921-2.005 1.74-.719c.64-2.104-1.141-2.808-2.267-1.505c.887-2.084.865-3.568-1.077-5.052c-1.407 1.864-1.203 3.391.536 5.135c-1.12-.624-2.885.037-1.844 2.141c.543-1.323 1.709-1.021 1.948.099a1.66 1.66 0 0 1-1.364 1.943c-.86.161-2.183-.416-3.265-2.724c.599.021 1.12.323 1.801.781l-1.14-3.708c-.281 1.041-.641 1.729-1.027 2.104c-.244-.76-.219-1.303.021-2.479l-2.407.817c1.229 1.688 2.48 4.025 3.459 8.14c3.031-.505 8.208-.807 11.344-.807c3.124.021 8.301.38 11.323.921c1.025-4.109 2.287-6.432 3.531-8.099l-2.364-.859z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M3.197 17.375a1.67 1.67 0 0 0-.905-2.181a1.66 1.66 0 0 0-2.167.916a1.65 1.65 0 0 0 .891 2.161a1.645 1.645 0 0 0 2.167-.896zm1.126-4.328a1.684 1.684 0 0 0-.916-2.183c-.844-.343-1.823.068-2.188.917a1.654 1.654 0 0 0 .88 2.172a1.675 1.675 0 0 0 2.188-.907zm1.589-1.459a1.67 1.67 0 0 0 2.181-.9c.339-.849-.063-1.833-.9-2.183c-.844-.349-1.824.063-2.188.911c-.36.855.063 1.824.907 2.172m4.208 1.401a1.69 1.69 0 0 0 2.187-.901c.339-.859-.061-1.843-.921-2.181a1.653 1.653 0 0 0-2.172.9c-.359.839.063 1.824.907 2.167zm18.683 4.355a1.663 1.663 0 0 0 2.181.88a1.66 1.66 0 0 0 .88-2.188a1.66 1.66 0 0 0-2.181-.9c-.865.343-1.261 1.323-.901 2.187zm.978-3.448c.844-.344 1.245-1.323.901-2.188c-.36-.844-1.344-1.26-2.183-.901a1.65 1.65 0 0 0-.901 2.183c.339.844 1.323 1.245 2.161.907zm-3.724-2.308c.839-.343 1.24-1.323.896-2.172a1.677 1.677 0 0 0-2.188-.916a1.67 1.67 0 0 0-.891 2.188a1.7 1.7 0 0 0 2.183.9m-4.546 1.141a1.7 1.7 0 0 0 .901-2.183a1.68 1.68 0 0 0-2.188-.921a1.66 1.66 0 0 0-.88 2.181a1.67 1.67 0 0 0 2.187.887zm-8.943-6.15l.125 3.203l2.333-1.235c.047.052.104.104.161.147c-.24.952-.828 2.552-1.199 3.432a2.13 2.13 0 0 0 1.151 2.771a2.14 2.14 0 0 0 2.777-1.161a2.1 2.1 0 0 0-.319-2.167c-.52-.907-1.041-2.041-1.323-2.928c.084-.056.14-.14.197-.197l2.532 1.303l.12-3.188l-2.631.844c-.021-.041-.036-.084-.057-.099l1.021-2.912l-3.104-.099l.943 2.864a.6.6 0 0 0-.204.183zm15.859 12.145c.213 1.177.251 1.713-.02 2.479c-.38-.38-.719-1.072-.995-2.124l-1.167 3.719c.692-.459 1.224-.751 1.823-.761c-1.089 2.287-2.428 2.865-3.281 2.699c-1.052-.213-1.536-1.156-1.355-1.959c.235-1.12 1.407-1.401 1.932-.088c1.057-2.089-.692-2.771-1.823-2.167c1.751-1.704 1.959-3.235.568-5.115c-1.953 1.473-1.984 2.948-1.136 5.031c-1.119-1.312-2.905-.62-2.28 1.484c.833-1.265 1.905-.463 1.728.756c-.145 1.057-1.552 1.88-3.281 1.719c-2.484-.219-2.604-1.943-2.645-3.365c.604-.099 1.703.48 2.645 1.808l.381-3.953c-1.021 1.041-1.964 1.26-2.985 1.287c.36-1.041 1.943-2.792 1.943-2.792l-4.968-.057s1.583 1.765 1.921 2.823c-1.025-.015-1.948-.219-2.968-1.281l.343 3.948c.939-1.317 2.043-1.88 2.647-1.781c-.063 1.401-.203 3.125-2.688 3.349c-1.724.141-3.129-.703-3.265-1.765c-.161-1.203.921-2.005 1.74-.719c.64-2.104-1.141-2.808-2.267-1.505c.887-2.084.865-3.568-1.077-5.052c-1.407 1.864-1.203 3.391.536 5.135c-1.12-.624-2.885.037-1.844 2.141c.543-1.323 1.709-1.021 1.948.099a1.66 1.66 0 0 1-1.364 1.943c-.86.161-2.183-.416-3.265-2.724c.599.021 1.12.323 1.801.781l-1.14-3.708c-.281 1.041-.641 1.729-1.027 2.104c-.244-.76-.219-1.303.021-2.479l-2.407.817c1.229 1.688 2.48 4.025 3.459 8.14c3.031-.505 8.208-.807 11.344-.807c3.124.021 8.301.38 11.323.921c1.025-4.109 2.287-6.432 3.531-8.099l-2.364-.859z"/></svg>
</template>

CSS

.icon-gov-uk {
  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%22M3.197%2017.375a1.67%201.67%200%200%200-.905-2.181a1.66%201.66%200%200%200-2.167.916a1.65%201.65%200%200%200%20.891%202.161a1.645%201.645%200%200%200%202.167-.896zm1.126-4.328a1.684%201.684%200%200%200-.916-2.183c-.844-.343-1.823.068-2.188.917a1.654%201.654%200%200%200%20.88%202.172a1.675%201.675%200%200%200%202.188-.907zm1.589-1.459a1.67%201.67%200%200%200%202.181-.9c.339-.849-.063-1.833-.9-2.183c-.844-.349-1.824.063-2.188.911c-.36.855.063%201.824.907%202.172m4.208%201.401a1.69%201.69%200%200%200%202.187-.901c.339-.859-.061-1.843-.921-2.181a1.653%201.653%200%200%200-2.172.9c-.359.839.063%201.824.907%202.167zm18.683%204.355a1.663%201.663%200%200%200%202.181.88a1.66%201.66%200%200%200%20.88-2.188a1.66%201.66%200%200%200-2.181-.9c-.865.343-1.261%201.323-.901%202.187zm.978-3.448c.844-.344%201.245-1.323.901-2.188c-.36-.844-1.344-1.26-2.183-.901a1.65%201.65%200%200%200-.901%202.183c.339.844%201.323%201.245%202.161.907zm-3.724-2.308c.839-.343%201.24-1.323.896-2.172a1.677%201.677%200%200%200-2.188-.916a1.67%201.67%200%200%200-.891%202.188a1.7%201.7%200%200%200%202.183.9m-4.546%201.141a1.7%201.7%200%200%200%20.901-2.183a1.68%201.68%200%200%200-2.188-.921a1.66%201.66%200%200%200-.88%202.181a1.67%201.67%200%200%200%202.187.887zm-8.943-6.15l.125%203.203l2.333-1.235c.047.052.104.104.161.147c-.24.952-.828%202.552-1.199%203.432a2.13%202.13%200%200%200%201.151%202.771a2.14%202.14%200%200%200%202.777-1.161a2.1%202.1%200%200%200-.319-2.167c-.52-.907-1.041-2.041-1.323-2.928c.084-.056.14-.14.197-.197l2.532%201.303l.12-3.188l-2.631.844c-.021-.041-.036-.084-.057-.099l1.021-2.912l-3.104-.099l.943%202.864a.6.6%200%200%200-.204.183zm15.859%2012.145c.213%201.177.251%201.713-.02%202.479c-.38-.38-.719-1.072-.995-2.124l-1.167%203.719c.692-.459%201.224-.751%201.823-.761c-1.089%202.287-2.428%202.865-3.281%202.699c-1.052-.213-1.536-1.156-1.355-1.959c.235-1.12%201.407-1.401%201.932-.088c1.057-2.089-.692-2.771-1.823-2.167c1.751-1.704%201.959-3.235.568-5.115c-1.953%201.473-1.984%202.948-1.136%205.031c-1.119-1.312-2.905-.62-2.28%201.484c.833-1.265%201.905-.463%201.728.756c-.145%201.057-1.552%201.88-3.281%201.719c-2.484-.219-2.604-1.943-2.645-3.365c.604-.099%201.703.48%202.645%201.808l.381-3.953c-1.021%201.041-1.964%201.26-2.985%201.287c.36-1.041%201.943-2.792%201.943-2.792l-4.968-.057s1.583%201.765%201.921%202.823c-1.025-.015-1.948-.219-2.968-1.281l.343%203.948c.939-1.317%202.043-1.88%202.647-1.781c-.063%201.401-.203%203.125-2.688%203.349c-1.724.141-3.129-.703-3.265-1.765c-.161-1.203.921-2.005%201.74-.719c.64-2.104-1.141-2.808-2.267-1.505c.887-2.084.865-3.568-1.077-5.052c-1.407%201.864-1.203%203.391.536%205.135c-1.12-.624-2.885.037-1.844%202.141c.543-1.323%201.709-1.021%201.948.099a1.66%201.66%200%200%201-1.364%201.943c-.86.161-2.183-.416-3.265-2.724c.599.021%201.12.323%201.801.781l-1.14-3.708c-.281%201.041-.641%201.729-1.027%202.104c-.244-.76-.219-1.303.021-2.479l-2.407.817c1.229%201.688%202.48%204.025%203.459%208.14c3.031-.505%208.208-.807%2011.344-.807c3.124.021%208.301.38%2011.323.921c1.025-4.109%202.287-6.432%203.531-8.099l-2.364-.859z%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%22M3.197%2017.375a1.67%201.67%200%200%200-.905-2.181a1.66%201.66%200%200%200-2.167.916a1.65%201.65%200%200%200%20.891%202.161a1.645%201.645%200%200%200%202.167-.896zm1.126-4.328a1.684%201.684%200%200%200-.916-2.183c-.844-.343-1.823.068-2.188.917a1.654%201.654%200%200%200%20.88%202.172a1.675%201.675%200%200%200%202.188-.907zm1.589-1.459a1.67%201.67%200%200%200%202.181-.9c.339-.849-.063-1.833-.9-2.183c-.844-.349-1.824.063-2.188.911c-.36.855.063%201.824.907%202.172m4.208%201.401a1.69%201.69%200%200%200%202.187-.901c.339-.859-.061-1.843-.921-2.181a1.653%201.653%200%200%200-2.172.9c-.359.839.063%201.824.907%202.167zm18.683%204.355a1.663%201.663%200%200%200%202.181.88a1.66%201.66%200%200%200%20.88-2.188a1.66%201.66%200%200%200-2.181-.9c-.865.343-1.261%201.323-.901%202.187zm.978-3.448c.844-.344%201.245-1.323.901-2.188c-.36-.844-1.344-1.26-2.183-.901a1.65%201.65%200%200%200-.901%202.183c.339.844%201.323%201.245%202.161.907zm-3.724-2.308c.839-.343%201.24-1.323.896-2.172a1.677%201.677%200%200%200-2.188-.916a1.67%201.67%200%200%200-.891%202.188a1.7%201.7%200%200%200%202.183.9m-4.546%201.141a1.7%201.7%200%200%200%20.901-2.183a1.68%201.68%200%200%200-2.188-.921a1.66%201.66%200%200%200-.88%202.181a1.67%201.67%200%200%200%202.187.887zm-8.943-6.15l.125%203.203l2.333-1.235c.047.052.104.104.161.147c-.24.952-.828%202.552-1.199%203.432a2.13%202.13%200%200%200%201.151%202.771a2.14%202.14%200%200%200%202.777-1.161a2.1%202.1%200%200%200-.319-2.167c-.52-.907-1.041-2.041-1.323-2.928c.084-.056.14-.14.197-.197l2.532%201.303l.12-3.188l-2.631.844c-.021-.041-.036-.084-.057-.099l1.021-2.912l-3.104-.099l.943%202.864a.6.6%200%200%200-.204.183zm15.859%2012.145c.213%201.177.251%201.713-.02%202.479c-.38-.38-.719-1.072-.995-2.124l-1.167%203.719c.692-.459%201.224-.751%201.823-.761c-1.089%202.287-2.428%202.865-3.281%202.699c-1.052-.213-1.536-1.156-1.355-1.959c.235-1.12%201.407-1.401%201.932-.088c1.057-2.089-.692-2.771-1.823-2.167c1.751-1.704%201.959-3.235.568-5.115c-1.953%201.473-1.984%202.948-1.136%205.031c-1.119-1.312-2.905-.62-2.28%201.484c.833-1.265%201.905-.463%201.728.756c-.145%201.057-1.552%201.88-3.281%201.719c-2.484-.219-2.604-1.943-2.645-3.365c.604-.099%201.703.48%202.645%201.808l.381-3.953c-1.021%201.041-1.964%201.26-2.985%201.287c.36-1.041%201.943-2.792%201.943-2.792l-4.968-.057s1.583%201.765%201.921%202.823c-1.025-.015-1.948-.219-2.968-1.281l.343%203.948c.939-1.317%202.043-1.88%202.647-1.781c-.063%201.401-.203%203.125-2.688%203.349c-1.724.141-3.129-.703-3.265-1.765c-.161-1.203.921-2.005%201.74-.719c.64-2.104-1.141-2.808-2.267-1.505c.887-2.084.865-3.568-1.077-5.052c-1.407%201.864-1.203%203.391.536%205.135c-1.12-.624-2.885.037-1.844%202.141c.543-1.323%201.709-1.021%201.948.099a1.66%201.66%200%200%201-1.364%201.943c-.86.161-2.183-.416-3.265-2.724c.599.021%201.12.323%201.801.781l-1.14-3.708c-.281%201.041-.641%201.729-1.027%202.104c-.244-.76-.219-1.303.021-2.479l-2.407.817c1.229%201.688%202.48%204.025%203.459%208.14c3.031-.505%208.208-.807%2011.344-.807c3.124.021%208.301.38%2011.323.921c1.025-4.109%202.287-6.432%203.531-8.099l-2.364-.859z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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