it-42 from Circle Flags by HatScripts · Circle · MIT Free for personal and commercial use.

Name
it-42
Set
Circle Flags
Style
Circle
Viewbox
512×512
License
MIT

Related icons in Circle Flags

Use the it 42 logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><mask id="SVGqdEcMdXs132"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#SVGqdEcMdXs132)"><path fill="#d80027" d="m345.1 0l26.7 253L345 512H167l-26-261.1L167.2 0z"/><path fill="#338af3" d="M512 0v512H345.1V0z"/><path fill="#6da544" d="M167.1 0v512H0V0z"/><path fill="#eee" d="M256 144c44.2 0 80 17.9 80 40v88H176v-88c0-22.1 35.8-40 80-40"/><path fill="#acabb1" d="M230.5 192.1c-.3.4-9.6-1.2-10-1c-.5.3-3.5 9-4 9s-3.7-8.9-4.1-9.2c-.4-.2-9.5 1.6-9.8 1.2c-.2-.4 6-7.7 6-8.2s-6.2-7.5-6-7.9c.3-.4 9.6 1.3 10 1c.5-.2 3.5-9 4-9s3.7 9 4.1 9.2s9.5-1.6 9.8-1.2c.2.5-5.9 7.7-5.9 8.2s6.1 7.5 5.9 8Zm80.5 0c-.3.4-9.7-1.2-10.1-1c-.4.3-3.4 9-3.9 9s-3.7-8.9-4.2-9.2c-.4-.2-9.5 1.6-9.7 1.2c-.3-.4 5.9-7.7 5.9-8.2s-6.2-7.5-6-7.9c.3-.4 9.7 1.3 10.1 1c.5-.2 3.4-9 4-9c.4 0 3.6 9 4 9.2c.5.2 9.6-1.6 9.8-1.2c.3.5-5.9 7.7-5.9 8.2s6.2 7.5 6 8Zm0 62.2c-.3.4-9.7-1.3-10.1-1c-.4.2-3.4 9-3.9 9s-3.7-9-4.2-9.2c-.4-.2-9.5 1.6-9.7 1.2c-.3-.5 5.9-7.7 5.9-8.2s-6.2-7.5-6-8c.3-.3 9.7 1.3 10.1 1c.5-.2 3.4-9 4-9c.4 0 3.6 9 4 9.3c.5.2 9.6-1.6 9.8-1.2c.3.4-5.9 7.7-5.9 8.2s6.2 7.5 6 7.9m-80.5 0c-.3.4-9.6-1.3-10-1c-.5.2-3.5 9-4 9s-3.7-9-4.1-9.2s-9.5 1.6-9.8 1.2c-.2-.5 6-7.7 6-8.2s-6.2-7.5-6-8c.3-.3 9.6 1.3 10 1c.5-.2 3.5-9 4-9s3.7 9 4.1 9.3c.4.2 9.5-1.6 9.8-1.2c.2.4-5.9 7.7-5.9 8.2s6.1 7.5 5.9 7.9M224 280a48 48 0 1 0 96 0h16a80 80 0 1 1-160 0z"/><path fill="#acabb1" d="M252 272h8v64h-8z"/><path fill="#d80027" d="M336 208h-76v-64a163 163 0 0 0-8 0v64h-76v8h76v56h8v-56h76z"/></g></svg>

React

import type { SVGProps } from "react";

export function CircleFlagsIt42(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><mask id="SVGqdEcMdXs132"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#SVGqdEcMdXs132)"><path fill="#d80027" d="m345.1 0l26.7 253L345 512H167l-26-261.1L167.2 0z"/><path fill="#338af3" d="M512 0v512H345.1V0z"/><path fill="#6da544" d="M167.1 0v512H0V0z"/><path fill="#eee" d="M256 144c44.2 0 80 17.9 80 40v88H176v-88c0-22.1 35.8-40 80-40"/><path fill="#acabb1" d="M230.5 192.1c-.3.4-9.6-1.2-10-1c-.5.3-3.5 9-4 9s-3.7-8.9-4.1-9.2c-.4-.2-9.5 1.6-9.8 1.2c-.2-.4 6-7.7 6-8.2s-6.2-7.5-6-7.9c.3-.4 9.6 1.3 10 1c.5-.2 3.5-9 4-9s3.7 9 4.1 9.2s9.5-1.6 9.8-1.2c.2.5-5.9 7.7-5.9 8.2s6.1 7.5 5.9 8Zm80.5 0c-.3.4-9.7-1.2-10.1-1c-.4.3-3.4 9-3.9 9s-3.7-8.9-4.2-9.2c-.4-.2-9.5 1.6-9.7 1.2c-.3-.4 5.9-7.7 5.9-8.2s-6.2-7.5-6-7.9c.3-.4 9.7 1.3 10.1 1c.5-.2 3.4-9 4-9c.4 0 3.6 9 4 9.2c.5.2 9.6-1.6 9.8-1.2c.3.5-5.9 7.7-5.9 8.2s6.2 7.5 6 8Zm0 62.2c-.3.4-9.7-1.3-10.1-1c-.4.2-3.4 9-3.9 9s-3.7-9-4.2-9.2c-.4-.2-9.5 1.6-9.7 1.2c-.3-.5 5.9-7.7 5.9-8.2s-6.2-7.5-6-8c.3-.3 9.7 1.3 10.1 1c.5-.2 3.4-9 4-9c.4 0 3.6 9 4 9.3c.5.2 9.6-1.6 9.8-1.2c.3.4-5.9 7.7-5.9 8.2s6.2 7.5 6 7.9m-80.5 0c-.3.4-9.6-1.3-10-1c-.5.2-3.5 9-4 9s-3.7-9-4.1-9.2s-9.5 1.6-9.8 1.2c-.2-.5 6-7.7 6-8.2s-6.2-7.5-6-8c.3-.3 9.6 1.3 10 1c.5-.2 3.5-9 4-9s3.7 9 4.1 9.3c.4.2 9.5-1.6 9.8-1.2c.2.4-5.9 7.7-5.9 8.2s6.1 7.5 5.9 7.9M224 280a48 48 0 1 0 96 0h16a80 80 0 1 1-160 0z"/><path fill="#acabb1" d="M252 272h8v64h-8z"/><path fill="#d80027" d="M336 208h-76v-64a163 163 0 0 0-8 0v64h-76v8h76v56h8v-56h76z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><mask id="SVGqdEcMdXs132"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#SVGqdEcMdXs132)"><path fill="#d80027" d="m345.1 0l26.7 253L345 512H167l-26-261.1L167.2 0z"/><path fill="#338af3" d="M512 0v512H345.1V0z"/><path fill="#6da544" d="M167.1 0v512H0V0z"/><path fill="#eee" d="M256 144c44.2 0 80 17.9 80 40v88H176v-88c0-22.1 35.8-40 80-40"/><path fill="#acabb1" d="M230.5 192.1c-.3.4-9.6-1.2-10-1c-.5.3-3.5 9-4 9s-3.7-8.9-4.1-9.2c-.4-.2-9.5 1.6-9.8 1.2c-.2-.4 6-7.7 6-8.2s-6.2-7.5-6-7.9c.3-.4 9.6 1.3 10 1c.5-.2 3.5-9 4-9s3.7 9 4.1 9.2s9.5-1.6 9.8-1.2c.2.5-5.9 7.7-5.9 8.2s6.1 7.5 5.9 8Zm80.5 0c-.3.4-9.7-1.2-10.1-1c-.4.3-3.4 9-3.9 9s-3.7-8.9-4.2-9.2c-.4-.2-9.5 1.6-9.7 1.2c-.3-.4 5.9-7.7 5.9-8.2s-6.2-7.5-6-7.9c.3-.4 9.7 1.3 10.1 1c.5-.2 3.4-9 4-9c.4 0 3.6 9 4 9.2c.5.2 9.6-1.6 9.8-1.2c.3.5-5.9 7.7-5.9 8.2s6.2 7.5 6 8Zm0 62.2c-.3.4-9.7-1.3-10.1-1c-.4.2-3.4 9-3.9 9s-3.7-9-4.2-9.2c-.4-.2-9.5 1.6-9.7 1.2c-.3-.5 5.9-7.7 5.9-8.2s-6.2-7.5-6-8c.3-.3 9.7 1.3 10.1 1c.5-.2 3.4-9 4-9c.4 0 3.6 9 4 9.3c.5.2 9.6-1.6 9.8-1.2c.3.4-5.9 7.7-5.9 8.2s6.2 7.5 6 7.9m-80.5 0c-.3.4-9.6-1.3-10-1c-.5.2-3.5 9-4 9s-3.7-9-4.1-9.2s-9.5 1.6-9.8 1.2c-.2-.5 6-7.7 6-8.2s-6.2-7.5-6-8c.3-.3 9.6 1.3 10 1c.5-.2 3.5-9 4-9s3.7 9 4.1 9.3c.4.2 9.5-1.6 9.8-1.2c.2.4-5.9 7.7-5.9 8.2s6.1 7.5 5.9 7.9M224 280a48 48 0 1 0 96 0h16a80 80 0 1 1-160 0z"/><path fill="#acabb1" d="M252 272h8v64h-8z"/><path fill="#d80027" d="M336 208h-76v-64a163 163 0 0 0-8 0v64h-76v8h76v56h8v-56h76z"/></g></svg>
</template>

CSS

.icon-it-42 {
  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%20512%20512%22%3E%3Cmask%20id%3D%22SVGqdEcMdXs132%22%3E%3Ccircle%20cx%3D%22256%22%20cy%3D%22256%22%20r%3D%22256%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fmask%3E%3Cg%20mask%3D%22url(%23SVGqdEcMdXs132)%22%3E%3Cpath%20fill%3D%22%23d80027%22%20d%3D%22m345.1%200l26.7%20253L345%20512H167l-26-261.1L167.2%200z%22%2F%3E%3Cpath%20fill%3D%22%23338af3%22%20d%3D%22M512%200v512H345.1V0z%22%2F%3E%3Cpath%20fill%3D%22%236da544%22%20d%3D%22M167.1%200v512H0V0z%22%2F%3E%3Cpath%20fill%3D%22%23eee%22%20d%3D%22M256%20144c44.2%200%2080%2017.9%2080%2040v88H176v-88c0-22.1%2035.8-40%2080-40%22%2F%3E%3Cpath%20fill%3D%22%23acabb1%22%20d%3D%22M230.5%20192.1c-.3.4-9.6-1.2-10-1c-.5.3-3.5%209-4%209s-3.7-8.9-4.1-9.2c-.4-.2-9.5%201.6-9.8%201.2c-.2-.4%206-7.7%206-8.2s-6.2-7.5-6-7.9c.3-.4%209.6%201.3%2010%201c.5-.2%203.5-9%204-9s3.7%209%204.1%209.2s9.5-1.6%209.8-1.2c.2.5-5.9%207.7-5.9%208.2s6.1%207.5%205.9%208Zm80.5%200c-.3.4-9.7-1.2-10.1-1c-.4.3-3.4%209-3.9%209s-3.7-8.9-4.2-9.2c-.4-.2-9.5%201.6-9.7%201.2c-.3-.4%205.9-7.7%205.9-8.2s-6.2-7.5-6-7.9c.3-.4%209.7%201.3%2010.1%201c.5-.2%203.4-9%204-9c.4%200%203.6%209%204%209.2c.5.2%209.6-1.6%209.8-1.2c.3.5-5.9%207.7-5.9%208.2s6.2%207.5%206%208Zm0%2062.2c-.3.4-9.7-1.3-10.1-1c-.4.2-3.4%209-3.9%209s-3.7-9-4.2-9.2c-.4-.2-9.5%201.6-9.7%201.2c-.3-.5%205.9-7.7%205.9-8.2s-6.2-7.5-6-8c.3-.3%209.7%201.3%2010.1%201c.5-.2%203.4-9%204-9c.4%200%203.6%209%204%209.3c.5.2%209.6-1.6%209.8-1.2c.3.4-5.9%207.7-5.9%208.2s6.2%207.5%206%207.9m-80.5%200c-.3.4-9.6-1.3-10-1c-.5.2-3.5%209-4%209s-3.7-9-4.1-9.2s-9.5%201.6-9.8%201.2c-.2-.5%206-7.7%206-8.2s-6.2-7.5-6-8c.3-.3%209.6%201.3%2010%201c.5-.2%203.5-9%204-9s3.7%209%204.1%209.3c.4.2%209.5-1.6%209.8-1.2c.2.4-5.9%207.7-5.9%208.2s6.1%207.5%205.9%207.9M224%20280a48%2048%200%201%200%2096%200h16a80%2080%200%201%201-160%200z%22%2F%3E%3Cpath%20fill%3D%22%23acabb1%22%20d%3D%22M252%20272h8v64h-8z%22%2F%3E%3Cpath%20fill%3D%22%23d80027%22%20d%3D%22M336%20208h-76v-64a163%20163%200%200%200-8%200v64h-76v8h76v56h8v-56h76z%22%2F%3E%3C%2Fg%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%20512%20512%22%3E%3Cmask%20id%3D%22SVGqdEcMdXs132%22%3E%3Ccircle%20cx%3D%22256%22%20cy%3D%22256%22%20r%3D%22256%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fmask%3E%3Cg%20mask%3D%22url(%23SVGqdEcMdXs132)%22%3E%3Cpath%20fill%3D%22%23d80027%22%20d%3D%22m345.1%200l26.7%20253L345%20512H167l-26-261.1L167.2%200z%22%2F%3E%3Cpath%20fill%3D%22%23338af3%22%20d%3D%22M512%200v512H345.1V0z%22%2F%3E%3Cpath%20fill%3D%22%236da544%22%20d%3D%22M167.1%200v512H0V0z%22%2F%3E%3Cpath%20fill%3D%22%23eee%22%20d%3D%22M256%20144c44.2%200%2080%2017.9%2080%2040v88H176v-88c0-22.1%2035.8-40%2080-40%22%2F%3E%3Cpath%20fill%3D%22%23acabb1%22%20d%3D%22M230.5%20192.1c-.3.4-9.6-1.2-10-1c-.5.3-3.5%209-4%209s-3.7-8.9-4.1-9.2c-.4-.2-9.5%201.6-9.8%201.2c-.2-.4%206-7.7%206-8.2s-6.2-7.5-6-7.9c.3-.4%209.6%201.3%2010%201c.5-.2%203.5-9%204-9s3.7%209%204.1%209.2s9.5-1.6%209.8-1.2c.2.5-5.9%207.7-5.9%208.2s6.1%207.5%205.9%208Zm80.5%200c-.3.4-9.7-1.2-10.1-1c-.4.3-3.4%209-3.9%209s-3.7-8.9-4.2-9.2c-.4-.2-9.5%201.6-9.7%201.2c-.3-.4%205.9-7.7%205.9-8.2s-6.2-7.5-6-7.9c.3-.4%209.7%201.3%2010.1%201c.5-.2%203.4-9%204-9c.4%200%203.6%209%204%209.2c.5.2%209.6-1.6%209.8-1.2c.3.5-5.9%207.7-5.9%208.2s6.2%207.5%206%208Zm0%2062.2c-.3.4-9.7-1.3-10.1-1c-.4.2-3.4%209-3.9%209s-3.7-9-4.2-9.2c-.4-.2-9.5%201.6-9.7%201.2c-.3-.5%205.9-7.7%205.9-8.2s-6.2-7.5-6-8c.3-.3%209.7%201.3%2010.1%201c.5-.2%203.4-9%204-9c.4%200%203.6%209%204%209.3c.5.2%209.6-1.6%209.8-1.2c.3.4-5.9%207.7-5.9%208.2s6.2%207.5%206%207.9m-80.5%200c-.3.4-9.6-1.3-10-1c-.5.2-3.5%209-4%209s-3.7-9-4.1-9.2s-9.5%201.6-9.8%201.2c-.2-.5%206-7.7%206-8.2s-6.2-7.5-6-8c.3-.3%209.6%201.3%2010%201c.5-.2%203.5-9%204-9s3.7%209%204.1%209.3c.4.2%209.5-1.6%209.8-1.2c.2.4-5.9%207.7-5.9%208.2s6.1%207.5%205.9%207.9M224%20280a48%2048%200%201%200%2096%200h16a80%2080%200%201%201-160%200z%22%2F%3E%3Cpath%20fill%3D%22%23acabb1%22%20d%3D%22M252%20272h8v64h-8z%22%2F%3E%3Cpath%20fill%3D%22%23d80027%22%20d%3D%22M336%20208h-76v-64a163%20163%200%200%200-8%200v64h-76v8h76v56h8v-56h76z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/circle-flags/it-42.svg?color=%231a73e8&size=48