iscsquared logo
iscsquared from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- iscsquared
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the iscsquared logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.992 6.09C1.548 7.544 0 9.715 0 12.142c0 2.273 1.363 4.324 3.546 5.768c.174-.125.365-.246.57-.362c-1.64-1.413-2.645-3.316-2.645-5.408c0-2.27 1.18-4.314 3.074-5.757a7.383 7.383 0 0 1-.553-.293Zm13.996.004a7.78 7.78 0 0 1-.552.293c1.89 1.444 3.069 3.489 3.069 5.755c0 2.09-1 3.99-2.64 5.406c.206.114.395.234.572.358c2.178-1.444 3.539-3.493 3.539-5.764c0-2.423-1.55-4.595-3.988-6.048zm5.08 1.804c-.198 0-.387.076-.586.234v.448c.2-.255.382-.334.56-.334c.242 0 .425.192.425.464c0 .207-.058.331-.173.531c-.21.357-.59.807-.863 1.137v.027H24v-.338h-.946c.552-.657.769-.995.769-1.396c0-.459-.308-.773-.755-.773zm-14.173.01c-1.437 0-2.378.818-2.378 2.094c0 2.15 3.391 2.333 3.391 3.953c0 .438-.404.989-1.277.989c-.771 0-1.495-.402-2.07-1.137v1.424c.656.495 1.347.724 2.198.724c1.261 0 2.193-.896 2.193-2.126c0-2.495-3.39-2.47-3.39-3.978c0-.55.517-.93 1.242-.93c.528 0 1.17.183 1.839.815V8.462a3.147 3.147 0 0 0-1.748-.554Zm7.046 0c-2.495 0-4.3 1.75-4.3 4.14c0 1.645 1.288 3.907 4.23 3.907c1.232 0 2.07-.286 2.841-.687v-1.231c-.884.575-1.85.885-2.736.885c-1.886 0-3.174-1.217-3.174-2.979c0-1.722 1.336-2.999 3.129-2.999c.907 0 1.735.253 2.7.816V8.553c-1.068-.448-1.886-.645-2.69-.645Zm-11.992.104v7.84h1.125v-7.84Z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsIscsquared(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="M3.992 6.09C1.548 7.544 0 9.715 0 12.142c0 2.273 1.363 4.324 3.546 5.768c.174-.125.365-.246.57-.362c-1.64-1.413-2.645-3.316-2.645-5.408c0-2.27 1.18-4.314 3.074-5.757a7.383 7.383 0 0 1-.553-.293Zm13.996.004a7.78 7.78 0 0 1-.552.293c1.89 1.444 3.069 3.489 3.069 5.755c0 2.09-1 3.99-2.64 5.406c.206.114.395.234.572.358c2.178-1.444 3.539-3.493 3.539-5.764c0-2.423-1.55-4.595-3.988-6.048zm5.08 1.804c-.198 0-.387.076-.586.234v.448c.2-.255.382-.334.56-.334c.242 0 .425.192.425.464c0 .207-.058.331-.173.531c-.21.357-.59.807-.863 1.137v.027H24v-.338h-.946c.552-.657.769-.995.769-1.396c0-.459-.308-.773-.755-.773zm-14.173.01c-1.437 0-2.378.818-2.378 2.094c0 2.15 3.391 2.333 3.391 3.953c0 .438-.404.989-1.277.989c-.771 0-1.495-.402-2.07-1.137v1.424c.656.495 1.347.724 2.198.724c1.261 0 2.193-.896 2.193-2.126c0-2.495-3.39-2.47-3.39-3.978c0-.55.517-.93 1.242-.93c.528 0 1.17.183 1.839.815V8.462a3.147 3.147 0 0 0-1.748-.554Zm7.046 0c-2.495 0-4.3 1.75-4.3 4.14c0 1.645 1.288 3.907 4.23 3.907c1.232 0 2.07-.286 2.841-.687v-1.231c-.884.575-1.85.885-2.736.885c-1.886 0-3.174-1.217-3.174-2.979c0-1.722 1.336-2.999 3.129-2.999c.907 0 1.735.253 2.7.816V8.553c-1.068-.448-1.886-.645-2.69-.645Zm-11.992.104v7.84h1.125v-7.84Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.992 6.09C1.548 7.544 0 9.715 0 12.142c0 2.273 1.363 4.324 3.546 5.768c.174-.125.365-.246.57-.362c-1.64-1.413-2.645-3.316-2.645-5.408c0-2.27 1.18-4.314 3.074-5.757a7.383 7.383 0 0 1-.553-.293Zm13.996.004a7.78 7.78 0 0 1-.552.293c1.89 1.444 3.069 3.489 3.069 5.755c0 2.09-1 3.99-2.64 5.406c.206.114.395.234.572.358c2.178-1.444 3.539-3.493 3.539-5.764c0-2.423-1.55-4.595-3.988-6.048zm5.08 1.804c-.198 0-.387.076-.586.234v.448c.2-.255.382-.334.56-.334c.242 0 .425.192.425.464c0 .207-.058.331-.173.531c-.21.357-.59.807-.863 1.137v.027H24v-.338h-.946c.552-.657.769-.995.769-1.396c0-.459-.308-.773-.755-.773zm-14.173.01c-1.437 0-2.378.818-2.378 2.094c0 2.15 3.391 2.333 3.391 3.953c0 .438-.404.989-1.277.989c-.771 0-1.495-.402-2.07-1.137v1.424c.656.495 1.347.724 2.198.724c1.261 0 2.193-.896 2.193-2.126c0-2.495-3.39-2.47-3.39-3.978c0-.55.517-.93 1.242-.93c.528 0 1.17.183 1.839.815V8.462a3.147 3.147 0 0 0-1.748-.554Zm7.046 0c-2.495 0-4.3 1.75-4.3 4.14c0 1.645 1.288 3.907 4.23 3.907c1.232 0 2.07-.286 2.841-.687v-1.231c-.884.575-1.85.885-2.736.885c-1.886 0-3.174-1.217-3.174-2.979c0-1.722 1.336-2.999 3.129-2.999c.907 0 1.735.253 2.7.816V8.553c-1.068-.448-1.886-.645-2.69-.645Zm-11.992.104v7.84h1.125v-7.84Z"/></svg> </template>
CSS
.icon-iscsquared {
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%22M3.992%206.09C1.548%207.544%200%209.715%200%2012.142c0%202.273%201.363%204.324%203.546%205.768c.174-.125.365-.246.57-.362c-1.64-1.413-2.645-3.316-2.645-5.408c0-2.27%201.18-4.314%203.074-5.757a7.383%207.383%200%200%201-.553-.293Zm13.996.004a7.78%207.78%200%200%201-.552.293c1.89%201.444%203.069%203.489%203.069%205.755c0%202.09-1%203.99-2.64%205.406c.206.114.395.234.572.358c2.178-1.444%203.539-3.493%203.539-5.764c0-2.423-1.55-4.595-3.988-6.048zm5.08%201.804c-.198%200-.387.076-.586.234v.448c.2-.255.382-.334.56-.334c.242%200%20.425.192.425.464c0%20.207-.058.331-.173.531c-.21.357-.59.807-.863%201.137v.027H24v-.338h-.946c.552-.657.769-.995.769-1.396c0-.459-.308-.773-.755-.773zm-14.173.01c-1.437%200-2.378.818-2.378%202.094c0%202.15%203.391%202.333%203.391%203.953c0%20.438-.404.989-1.277.989c-.771%200-1.495-.402-2.07-1.137v1.424c.656.495%201.347.724%202.198.724c1.261%200%202.193-.896%202.193-2.126c0-2.495-3.39-2.47-3.39-3.978c0-.55.517-.93%201.242-.93c.528%200%201.17.183%201.839.815V8.462a3.147%203.147%200%200%200-1.748-.554Zm7.046%200c-2.495%200-4.3%201.75-4.3%204.14c0%201.645%201.288%203.907%204.23%203.907c1.232%200%202.07-.286%202.841-.687v-1.231c-.884.575-1.85.885-2.736.885c-1.886%200-3.174-1.217-3.174-2.979c0-1.722%201.336-2.999%203.129-2.999c.907%200%201.735.253%202.7.816V8.553c-1.068-.448-1.886-.645-2.69-.645Zm-11.992.104v7.84h1.125v-7.84Z%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%22M3.992%206.09C1.548%207.544%200%209.715%200%2012.142c0%202.273%201.363%204.324%203.546%205.768c.174-.125.365-.246.57-.362c-1.64-1.413-2.645-3.316-2.645-5.408c0-2.27%201.18-4.314%203.074-5.757a7.383%207.383%200%200%201-.553-.293Zm13.996.004a7.78%207.78%200%200%201-.552.293c1.89%201.444%203.069%203.489%203.069%205.755c0%202.09-1%203.99-2.64%205.406c.206.114.395.234.572.358c2.178-1.444%203.539-3.493%203.539-5.764c0-2.423-1.55-4.595-3.988-6.048zm5.08%201.804c-.198%200-.387.076-.586.234v.448c.2-.255.382-.334.56-.334c.242%200%20.425.192.425.464c0%20.207-.058.331-.173.531c-.21.357-.59.807-.863%201.137v.027H24v-.338h-.946c.552-.657.769-.995.769-1.396c0-.459-.308-.773-.755-.773zm-14.173.01c-1.437%200-2.378.818-2.378%202.094c0%202.15%203.391%202.333%203.391%203.953c0%20.438-.404.989-1.277.989c-.771%200-1.495-.402-2.07-1.137v1.424c.656.495%201.347.724%202.198.724c1.261%200%202.193-.896%202.193-2.126c0-2.495-3.39-2.47-3.39-3.978c0-.55.517-.93%201.242-.93c.528%200%201.17.183%201.839.815V8.462a3.147%203.147%200%200%200-1.748-.554Zm7.046%200c-2.495%200-4.3%201.75-4.3%204.14c0%201.645%201.288%203.907%204.23%203.907c1.232%200%202.07-.286%202.841-.687v-1.231c-.884.575-1.85.885-2.736.885c-1.886%200-3.174-1.217-3.174-2.979c0-1.722%201.336-2.999%203.129-2.999c.907%200%201.735.253%202.7.816V8.553c-1.068-.448-1.886-.645-2.69-.645Zm-11.992.104v7.84h1.125v-7.84Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/iscsquared.svg?color=%231a73e8&size=48