isc2 from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
isc2
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

Use the isc2 logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.153 8.677c.876 0 1.592.333 2.196.839c.014.012.063.051.077.064c.059.049.071.052.142-.022l.068-.072l.518-.566c.055-.065.046-.07.006-.112l-.071-.069c-.777-.69-1.776-1.183-2.936-1.183c-2.454 0-4.366 1.972-4.366 4.45s1.912 4.438 4.366 4.438c1.16 0 2.161-.523 2.939-1.226c.086-.074.118-.101.032-.187l-.528-.577c-.086-.087-.109-.066-.195.008c-.604.505-1.372.861-2.248.861c-1.763 0-3.194-1.431-3.194-3.317c0-1.898 1.431-3.329 3.194-3.329M4.1 9.824c0-.752.617-1.208 1.443-1.208c.716 0 1.246.296 1.814.826c.086.086.114.134.2.035l.512-.553c.087-.099.04-.123-.046-.209a3.32 3.32 0 0 0-2.492-1.159c-1.419 0-2.541.924-2.541 2.256c0 2.786 4.292 2.207 4.292 4.142c0 .789-.69 1.406-1.714 1.406c-.985 0-1.504-.454-2.047-.971c-.086-.087-.105-.107-.179-.033l-.585.553c-.087.074-.078.08-.017.179c.561.756 1.607 1.344 2.828 1.344c1.53 0 2.849-1.011 2.849-2.429c0-2.934-4.317-2.28-4.317-4.179M1.147 7.639v7.616a.06.06 0 0 1-.019.044L.044 16.346c-.016.016-.044.004-.044-.019V7.639c0-.014.012-.026.026-.026h1.095c.014 0 .026.012.026.026m20.056-.066c-1.11 0-1.99.49-2.533 1.168a1 1 0 0 0-.057.081c-.04.061-.029.066.027.128c.14.156.576.649.576.649q.027.028.051.006l.075-.071c.346-.358.936-.95 1.849-.95c1.024 0 1.64.642 1.64 1.578c0 1.33-.762 1.962-2.459 3.389c-.494.415-1.405 1.215-1.633 1.414a.16.16 0 0 0-.052.117v1.194c0 .053.063.082.103.047c.468-.411 2.405-2.107 3.034-2.641c1.629-1.384 2.068-2.324 2.068-3.532c0-1.467-1.06-2.577-2.689-2.577m2.734 7.792H21.2a.064.064 0 0 0-.064.064v.81c0 .035.029.063.064.063h2.737a.063.063 0 0 0 .063-.063v-.81a.064.064 0 0 0-.063-.064"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsIsc2(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.153 8.677c.876 0 1.592.333 2.196.839c.014.012.063.051.077.064c.059.049.071.052.142-.022l.068-.072l.518-.566c.055-.065.046-.07.006-.112l-.071-.069c-.777-.69-1.776-1.183-2.936-1.183c-2.454 0-4.366 1.972-4.366 4.45s1.912 4.438 4.366 4.438c1.16 0 2.161-.523 2.939-1.226c.086-.074.118-.101.032-.187l-.528-.577c-.086-.087-.109-.066-.195.008c-.604.505-1.372.861-2.248.861c-1.763 0-3.194-1.431-3.194-3.317c0-1.898 1.431-3.329 3.194-3.329M4.1 9.824c0-.752.617-1.208 1.443-1.208c.716 0 1.246.296 1.814.826c.086.086.114.134.2.035l.512-.553c.087-.099.04-.123-.046-.209a3.32 3.32 0 0 0-2.492-1.159c-1.419 0-2.541.924-2.541 2.256c0 2.786 4.292 2.207 4.292 4.142c0 .789-.69 1.406-1.714 1.406c-.985 0-1.504-.454-2.047-.971c-.086-.087-.105-.107-.179-.033l-.585.553c-.087.074-.078.08-.017.179c.561.756 1.607 1.344 2.828 1.344c1.53 0 2.849-1.011 2.849-2.429c0-2.934-4.317-2.28-4.317-4.179M1.147 7.639v7.616a.06.06 0 0 1-.019.044L.044 16.346c-.016.016-.044.004-.044-.019V7.639c0-.014.012-.026.026-.026h1.095c.014 0 .026.012.026.026m20.056-.066c-1.11 0-1.99.49-2.533 1.168a1 1 0 0 0-.057.081c-.04.061-.029.066.027.128c.14.156.576.649.576.649q.027.028.051.006l.075-.071c.346-.358.936-.95 1.849-.95c1.024 0 1.64.642 1.64 1.578c0 1.33-.762 1.962-2.459 3.389c-.494.415-1.405 1.215-1.633 1.414a.16.16 0 0 0-.052.117v1.194c0 .053.063.082.103.047c.468-.411 2.405-2.107 3.034-2.641c1.629-1.384 2.068-2.324 2.068-3.532c0-1.467-1.06-2.577-2.689-2.577m2.734 7.792H21.2a.064.064 0 0 0-.064.064v.81c0 .035.029.063.064.063h2.737a.063.063 0 0 0 .063-.063v-.81a.064.064 0 0 0-.063-.064"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.153 8.677c.876 0 1.592.333 2.196.839c.014.012.063.051.077.064c.059.049.071.052.142-.022l.068-.072l.518-.566c.055-.065.046-.07.006-.112l-.071-.069c-.777-.69-1.776-1.183-2.936-1.183c-2.454 0-4.366 1.972-4.366 4.45s1.912 4.438 4.366 4.438c1.16 0 2.161-.523 2.939-1.226c.086-.074.118-.101.032-.187l-.528-.577c-.086-.087-.109-.066-.195.008c-.604.505-1.372.861-2.248.861c-1.763 0-3.194-1.431-3.194-3.317c0-1.898 1.431-3.329 3.194-3.329M4.1 9.824c0-.752.617-1.208 1.443-1.208c.716 0 1.246.296 1.814.826c.086.086.114.134.2.035l.512-.553c.087-.099.04-.123-.046-.209a3.32 3.32 0 0 0-2.492-1.159c-1.419 0-2.541.924-2.541 2.256c0 2.786 4.292 2.207 4.292 4.142c0 .789-.69 1.406-1.714 1.406c-.985 0-1.504-.454-2.047-.971c-.086-.087-.105-.107-.179-.033l-.585.553c-.087.074-.078.08-.017.179c.561.756 1.607 1.344 2.828 1.344c1.53 0 2.849-1.011 2.849-2.429c0-2.934-4.317-2.28-4.317-4.179M1.147 7.639v7.616a.06.06 0 0 1-.019.044L.044 16.346c-.016.016-.044.004-.044-.019V7.639c0-.014.012-.026.026-.026h1.095c.014 0 .026.012.026.026m20.056-.066c-1.11 0-1.99.49-2.533 1.168a1 1 0 0 0-.057.081c-.04.061-.029.066.027.128c.14.156.576.649.576.649q.027.028.051.006l.075-.071c.346-.358.936-.95 1.849-.95c1.024 0 1.64.642 1.64 1.578c0 1.33-.762 1.962-2.459 3.389c-.494.415-1.405 1.215-1.633 1.414a.16.16 0 0 0-.052.117v1.194c0 .053.063.082.103.047c.468-.411 2.405-2.107 3.034-2.641c1.629-1.384 2.068-2.324 2.068-3.532c0-1.467-1.06-2.577-2.689-2.577m2.734 7.792H21.2a.064.064 0 0 0-.064.064v.81c0 .035.029.063.064.063h2.737a.063.063 0 0 0 .063-.063v-.81a.064.064 0 0 0-.063-.064"/></svg>
</template>

CSS

.icon-isc2 {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.153%208.677c.876%200%201.592.333%202.196.839c.014.012.063.051.077.064c.059.049.071.052.142-.022l.068-.072l.518-.566c.055-.065.046-.07.006-.112l-.071-.069c-.777-.69-1.776-1.183-2.936-1.183c-2.454%200-4.366%201.972-4.366%204.45s1.912%204.438%204.366%204.438c1.16%200%202.161-.523%202.939-1.226c.086-.074.118-.101.032-.187l-.528-.577c-.086-.087-.109-.066-.195.008c-.604.505-1.372.861-2.248.861c-1.763%200-3.194-1.431-3.194-3.317c0-1.898%201.431-3.329%203.194-3.329M4.1%209.824c0-.752.617-1.208%201.443-1.208c.716%200%201.246.296%201.814.826c.086.086.114.134.2.035l.512-.553c.087-.099.04-.123-.046-.209a3.32%203.32%200%200%200-2.492-1.159c-1.419%200-2.541.924-2.541%202.256c0%202.786%204.292%202.207%204.292%204.142c0%20.789-.69%201.406-1.714%201.406c-.985%200-1.504-.454-2.047-.971c-.086-.087-.105-.107-.179-.033l-.585.553c-.087.074-.078.08-.017.179c.561.756%201.607%201.344%202.828%201.344c1.53%200%202.849-1.011%202.849-2.429c0-2.934-4.317-2.28-4.317-4.179M1.147%207.639v7.616a.06.06%200%200%201-.019.044L.044%2016.346c-.016.016-.044.004-.044-.019V7.639c0-.014.012-.026.026-.026h1.095c.014%200%20.026.012.026.026m20.056-.066c-1.11%200-1.99.49-2.533%201.168a1%201%200%200%200-.057.081c-.04.061-.029.066.027.128c.14.156.576.649.576.649q.027.028.051.006l.075-.071c.346-.358.936-.95%201.849-.95c1.024%200%201.64.642%201.64%201.578c0%201.33-.762%201.962-2.459%203.389c-.494.415-1.405%201.215-1.633%201.414a.16.16%200%200%200-.052.117v1.194c0%20.053.063.082.103.047c.468-.411%202.405-2.107%203.034-2.641c1.629-1.384%202.068-2.324%202.068-3.532c0-1.467-1.06-2.577-2.689-2.577m2.734%207.792H21.2a.064.064%200%200%200-.064.064v.81c0%20.035.029.063.064.063h2.737a.063.063%200%200%200%20.063-.063v-.81a.064.064%200%200%200-.063-.064%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.153%208.677c.876%200%201.592.333%202.196.839c.014.012.063.051.077.064c.059.049.071.052.142-.022l.068-.072l.518-.566c.055-.065.046-.07.006-.112l-.071-.069c-.777-.69-1.776-1.183-2.936-1.183c-2.454%200-4.366%201.972-4.366%204.45s1.912%204.438%204.366%204.438c1.16%200%202.161-.523%202.939-1.226c.086-.074.118-.101.032-.187l-.528-.577c-.086-.087-.109-.066-.195.008c-.604.505-1.372.861-2.248.861c-1.763%200-3.194-1.431-3.194-3.317c0-1.898%201.431-3.329%203.194-3.329M4.1%209.824c0-.752.617-1.208%201.443-1.208c.716%200%201.246.296%201.814.826c.086.086.114.134.2.035l.512-.553c.087-.099.04-.123-.046-.209a3.32%203.32%200%200%200-2.492-1.159c-1.419%200-2.541.924-2.541%202.256c0%202.786%204.292%202.207%204.292%204.142c0%20.789-.69%201.406-1.714%201.406c-.985%200-1.504-.454-2.047-.971c-.086-.087-.105-.107-.179-.033l-.585.553c-.087.074-.078.08-.017.179c.561.756%201.607%201.344%202.828%201.344c1.53%200%202.849-1.011%202.849-2.429c0-2.934-4.317-2.28-4.317-4.179M1.147%207.639v7.616a.06.06%200%200%201-.019.044L.044%2016.346c-.016.016-.044.004-.044-.019V7.639c0-.014.012-.026.026-.026h1.095c.014%200%20.026.012.026.026m20.056-.066c-1.11%200-1.99.49-2.533%201.168a1%201%200%200%200-.057.081c-.04.061-.029.066.027.128c.14.156.576.649.576.649q.027.028.051.006l.075-.071c.346-.358.936-.95%201.849-.95c1.024%200%201.64.642%201.64%201.578c0%201.33-.762%201.962-2.459%203.389c-.494.415-1.405%201.215-1.633%201.414a.16.16%200%200%200-.052.117v1.194c0%20.053.063.082.103.047c.468-.411%202.405-2.107%203.034-2.641c1.629-1.384%202.068-2.324%202.068-3.532c0-1.467-1.06-2.577-2.689-2.577m2.734%207.792H21.2a.064.064%200%200%200-.064.064v.81c0%20.035.029.063.064.063h2.737a.063.063%200%200%200%20.063-.063v-.81a.064.064%200%200%200-.063-.064%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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