semaphoreci logo
semaphoreci from CoreUI Brands by creativeLabs Łukasz Holeczek · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- semaphoreci
- Set
- CoreUI Brands
- Style
- Brand
- Viewbox
- 32×32
- License
- CC0 1.0
The same logo in other sets
Use the semaphoreci logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M29.151 7.021a.785.785 0 0 1 .813.344s.625 1.01.995 1.818c.365.807.724 1.938.724 1.938a.8.8 0 0 1-.281.839l-2.005 1.432c-.26.208-.401.526-.38.859c0 0 .115.766.13 1.422c.01.646-.052 1.396-.052 1.396a.99.99 0 0 0 .422.833l2.078 1.328a.79.79 0 0 1 .323.823s-.297 1.146-.625 1.974c-.323.823-.891 1.865-.891 1.865a.78.78 0 0 1-.792.38l-2.427-.448a1.02 1.02 0 0 0-.88.328s-.505.651-1.005 1.146c-.552.557-1.328 1.146-1.328 1.146c-.25.219-.375.547-.339.875l.406 2.432a.78.78 0 0 1-.396.786s-1.052.552-1.885.859c-.833.313-1.984.589-1.984.589a.79.79 0 0 1-.813-.333l-1.292-2.104a1.02 1.02 0 0 0-.828-.438s-.661.052-1.266.036c-.625-.021-1.318-.12-1.318-.12a1 1 0 0 0-.859.375l-1.438 2.005a.78.78 0 0 1-.833.276s-1.135-.354-1.943-.724s-1.818-.984-1.818-.984a.8.8 0 0 1-.339-.818l.51-2.13c.109-.443.453-1.063.771-1.38l5.307-5.328c4.328 2.385 9.083-2.37 6.703-6.698l5.318-5.318c.323-.323.938-.667 1.38-.771zM2.844 24.979a.81.81 0 0 1-.813-.344s-.62-1.01-.99-1.818s-.724-1.938-.724-1.938a.785.785 0 0 1 .276-.839l2.005-1.432c.26-.208.401-.526.38-.859c0 0-.109-.766-.125-1.422a14 14 0 0 1 .052-1.396a1.01 1.01 0 0 0-.422-.839L.405 12.769a.78.78 0 0 1-.323-.818s.297-1.151.62-1.979c.328-.823.896-1.87.896-1.87a.79.79 0 0 1 .792-.38l2.422.453c.333.042.661-.083.885-.328c0 0 .505-.651 1-1.151c.552-.552 1.333-1.135 1.333-1.135c.25-.224.375-.552.339-.88l-.411-2.432a.8.8 0 0 1 .401-.786S9.411.911 10.244.598c.828-.307 1.984-.583 1.984-.583a.79.79 0 0 1 .813.333l1.286 2.104c.193.271.5.438.833.432c0 0 .661-.047 1.266-.031c.62.021 1.318.125 1.318.125c.328.021.651-.12.859-.38L20.035.593a.79.79 0 0 1 .839-.276s1.135.354 1.943.724c.807.365 1.813.984 1.813.984c.271.177.406.5.344.818l-.516 2.13a3.4 3.4 0 0 1-.771 1.38l-5.307 5.328c-4.328-2.385-9.083 2.37-6.698 6.698l-5.318 5.318c-.323.323-.943.667-1.385.771z"/></svg>
React
import type { SVGProps } from "react";
export function CibSemaphoreci(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="M29.151 7.021a.785.785 0 0 1 .813.344s.625 1.01.995 1.818c.365.807.724 1.938.724 1.938a.8.8 0 0 1-.281.839l-2.005 1.432c-.26.208-.401.526-.38.859c0 0 .115.766.13 1.422c.01.646-.052 1.396-.052 1.396a.99.99 0 0 0 .422.833l2.078 1.328a.79.79 0 0 1 .323.823s-.297 1.146-.625 1.974c-.323.823-.891 1.865-.891 1.865a.78.78 0 0 1-.792.38l-2.427-.448a1.02 1.02 0 0 0-.88.328s-.505.651-1.005 1.146c-.552.557-1.328 1.146-1.328 1.146c-.25.219-.375.547-.339.875l.406 2.432a.78.78 0 0 1-.396.786s-1.052.552-1.885.859c-.833.313-1.984.589-1.984.589a.79.79 0 0 1-.813-.333l-1.292-2.104a1.02 1.02 0 0 0-.828-.438s-.661.052-1.266.036c-.625-.021-1.318-.12-1.318-.12a1 1 0 0 0-.859.375l-1.438 2.005a.78.78 0 0 1-.833.276s-1.135-.354-1.943-.724s-1.818-.984-1.818-.984a.8.8 0 0 1-.339-.818l.51-2.13c.109-.443.453-1.063.771-1.38l5.307-5.328c4.328 2.385 9.083-2.37 6.703-6.698l5.318-5.318c.323-.323.938-.667 1.38-.771zM2.844 24.979a.81.81 0 0 1-.813-.344s-.62-1.01-.99-1.818s-.724-1.938-.724-1.938a.785.785 0 0 1 .276-.839l2.005-1.432c.26-.208.401-.526.38-.859c0 0-.109-.766-.125-1.422a14 14 0 0 1 .052-1.396a1.01 1.01 0 0 0-.422-.839L.405 12.769a.78.78 0 0 1-.323-.818s.297-1.151.62-1.979c.328-.823.896-1.87.896-1.87a.79.79 0 0 1 .792-.38l2.422.453c.333.042.661-.083.885-.328c0 0 .505-.651 1-1.151c.552-.552 1.333-1.135 1.333-1.135c.25-.224.375-.552.339-.88l-.411-2.432a.8.8 0 0 1 .401-.786S9.411.911 10.244.598c.828-.307 1.984-.583 1.984-.583a.79.79 0 0 1 .813.333l1.286 2.104c.193.271.5.438.833.432c0 0 .661-.047 1.266-.031c.62.021 1.318.125 1.318.125c.328.021.651-.12.859-.38L20.035.593a.79.79 0 0 1 .839-.276s1.135.354 1.943.724c.807.365 1.813.984 1.813.984c.271.177.406.5.344.818l-.516 2.13a3.4 3.4 0 0 1-.771 1.38l-5.307 5.328c-4.328-2.385-9.083 2.37-6.698 6.698l-5.318 5.318c-.323.323-.943.667-1.385.771z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M29.151 7.021a.785.785 0 0 1 .813.344s.625 1.01.995 1.818c.365.807.724 1.938.724 1.938a.8.8 0 0 1-.281.839l-2.005 1.432c-.26.208-.401.526-.38.859c0 0 .115.766.13 1.422c.01.646-.052 1.396-.052 1.396a.99.99 0 0 0 .422.833l2.078 1.328a.79.79 0 0 1 .323.823s-.297 1.146-.625 1.974c-.323.823-.891 1.865-.891 1.865a.78.78 0 0 1-.792.38l-2.427-.448a1.02 1.02 0 0 0-.88.328s-.505.651-1.005 1.146c-.552.557-1.328 1.146-1.328 1.146c-.25.219-.375.547-.339.875l.406 2.432a.78.78 0 0 1-.396.786s-1.052.552-1.885.859c-.833.313-1.984.589-1.984.589a.79.79 0 0 1-.813-.333l-1.292-2.104a1.02 1.02 0 0 0-.828-.438s-.661.052-1.266.036c-.625-.021-1.318-.12-1.318-.12a1 1 0 0 0-.859.375l-1.438 2.005a.78.78 0 0 1-.833.276s-1.135-.354-1.943-.724s-1.818-.984-1.818-.984a.8.8 0 0 1-.339-.818l.51-2.13c.109-.443.453-1.063.771-1.38l5.307-5.328c4.328 2.385 9.083-2.37 6.703-6.698l5.318-5.318c.323-.323.938-.667 1.38-.771zM2.844 24.979a.81.81 0 0 1-.813-.344s-.62-1.01-.99-1.818s-.724-1.938-.724-1.938a.785.785 0 0 1 .276-.839l2.005-1.432c.26-.208.401-.526.38-.859c0 0-.109-.766-.125-1.422a14 14 0 0 1 .052-1.396a1.01 1.01 0 0 0-.422-.839L.405 12.769a.78.78 0 0 1-.323-.818s.297-1.151.62-1.979c.328-.823.896-1.87.896-1.87a.79.79 0 0 1 .792-.38l2.422.453c.333.042.661-.083.885-.328c0 0 .505-.651 1-1.151c.552-.552 1.333-1.135 1.333-1.135c.25-.224.375-.552.339-.88l-.411-2.432a.8.8 0 0 1 .401-.786S9.411.911 10.244.598c.828-.307 1.984-.583 1.984-.583a.79.79 0 0 1 .813.333l1.286 2.104c.193.271.5.438.833.432c0 0 .661-.047 1.266-.031c.62.021 1.318.125 1.318.125c.328.021.651-.12.859-.38L20.035.593a.79.79 0 0 1 .839-.276s1.135.354 1.943.724c.807.365 1.813.984 1.813.984c.271.177.406.5.344.818l-.516 2.13a3.4 3.4 0 0 1-.771 1.38l-5.307 5.328c-4.328-2.385-9.083 2.37-6.698 6.698l-5.318 5.318c-.323.323-.943.667-1.385.771z"/></svg> </template>
CSS
.icon-semaphoreci {
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%22M29.151%207.021a.785.785%200%200%201%20.813.344s.625%201.01.995%201.818c.365.807.724%201.938.724%201.938a.8.8%200%200%201-.281.839l-2.005%201.432c-.26.208-.401.526-.38.859c0%200%20.115.766.13%201.422c.01.646-.052%201.396-.052%201.396a.99.99%200%200%200%20.422.833l2.078%201.328a.79.79%200%200%201%20.323.823s-.297%201.146-.625%201.974c-.323.823-.891%201.865-.891%201.865a.78.78%200%200%201-.792.38l-2.427-.448a1.02%201.02%200%200%200-.88.328s-.505.651-1.005%201.146c-.552.557-1.328%201.146-1.328%201.146c-.25.219-.375.547-.339.875l.406%202.432a.78.78%200%200%201-.396.786s-1.052.552-1.885.859c-.833.313-1.984.589-1.984.589a.79.79%200%200%201-.813-.333l-1.292-2.104a1.02%201.02%200%200%200-.828-.438s-.661.052-1.266.036c-.625-.021-1.318-.12-1.318-.12a1%201%200%200%200-.859.375l-1.438%202.005a.78.78%200%200%201-.833.276s-1.135-.354-1.943-.724s-1.818-.984-1.818-.984a.8.8%200%200%201-.339-.818l.51-2.13c.109-.443.453-1.063.771-1.38l5.307-5.328c4.328%202.385%209.083-2.37%206.703-6.698l5.318-5.318c.323-.323.938-.667%201.38-.771zM2.844%2024.979a.81.81%200%200%201-.813-.344s-.62-1.01-.99-1.818s-.724-1.938-.724-1.938a.785.785%200%200%201%20.276-.839l2.005-1.432c.26-.208.401-.526.38-.859c0%200-.109-.766-.125-1.422a14%2014%200%200%201%20.052-1.396a1.01%201.01%200%200%200-.422-.839L.405%2012.769a.78.78%200%200%201-.323-.818s.297-1.151.62-1.979c.328-.823.896-1.87.896-1.87a.79.79%200%200%201%20.792-.38l2.422.453c.333.042.661-.083.885-.328c0%200%20.505-.651%201-1.151c.552-.552%201.333-1.135%201.333-1.135c.25-.224.375-.552.339-.88l-.411-2.432a.8.8%200%200%201%20.401-.786S9.411.911%2010.244.598c.828-.307%201.984-.583%201.984-.583a.79.79%200%200%201%20.813.333l1.286%202.104c.193.271.5.438.833.432c0%200%20.661-.047%201.266-.031c.62.021%201.318.125%201.318.125c.328.021.651-.12.859-.38L20.035.593a.79.79%200%200%201%20.839-.276s1.135.354%201.943.724c.807.365%201.813.984%201.813.984c.271.177.406.5.344.818l-.516%202.13a3.4%203.4%200%200%201-.771%201.38l-5.307%205.328c-4.328-2.385-9.083%202.37-6.698%206.698l-5.318%205.318c-.323.323-.943.667-1.385.771z%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%22M29.151%207.021a.785.785%200%200%201%20.813.344s.625%201.01.995%201.818c.365.807.724%201.938.724%201.938a.8.8%200%200%201-.281.839l-2.005%201.432c-.26.208-.401.526-.38.859c0%200%20.115.766.13%201.422c.01.646-.052%201.396-.052%201.396a.99.99%200%200%200%20.422.833l2.078%201.328a.79.79%200%200%201%20.323.823s-.297%201.146-.625%201.974c-.323.823-.891%201.865-.891%201.865a.78.78%200%200%201-.792.38l-2.427-.448a1.02%201.02%200%200%200-.88.328s-.505.651-1.005%201.146c-.552.557-1.328%201.146-1.328%201.146c-.25.219-.375.547-.339.875l.406%202.432a.78.78%200%200%201-.396.786s-1.052.552-1.885.859c-.833.313-1.984.589-1.984.589a.79.79%200%200%201-.813-.333l-1.292-2.104a1.02%201.02%200%200%200-.828-.438s-.661.052-1.266.036c-.625-.021-1.318-.12-1.318-.12a1%201%200%200%200-.859.375l-1.438%202.005a.78.78%200%200%201-.833.276s-1.135-.354-1.943-.724s-1.818-.984-1.818-.984a.8.8%200%200%201-.339-.818l.51-2.13c.109-.443.453-1.063.771-1.38l5.307-5.328c4.328%202.385%209.083-2.37%206.703-6.698l5.318-5.318c.323-.323.938-.667%201.38-.771zM2.844%2024.979a.81.81%200%200%201-.813-.344s-.62-1.01-.99-1.818s-.724-1.938-.724-1.938a.785.785%200%200%201%20.276-.839l2.005-1.432c.26-.208.401-.526.38-.859c0%200-.109-.766-.125-1.422a14%2014%200%200%201%20.052-1.396a1.01%201.01%200%200%200-.422-.839L.405%2012.769a.78.78%200%200%201-.323-.818s.297-1.151.62-1.979c.328-.823.896-1.87.896-1.87a.79.79%200%200%201%20.792-.38l2.422.453c.333.042.661-.083.885-.328c0%200%20.505-.651%201-1.151c.552-.552%201.333-1.135%201.333-1.135c.25-.224.375-.552.339-.88l-.411-2.432a.8.8%200%200%201%20.401-.786S9.411.911%2010.244.598c.828-.307%201.984-.583%201.984-.583a.79.79%200%200%201%20.813.333l1.286%202.104c.193.271.5.438.833.432c0%200%20.661-.047%201.266-.031c.62.021%201.318.125%201.318.125c.328.021.651-.12.859-.38L20.035.593a.79.79%200%200%201%20.839-.276s1.135.354%201.943.724c.807.365%201.813.984%201.813.984c.271.177.406.5.344.818l-.516%202.13a3.4%203.4%200%200%201-.771%201.38l-5.307%205.328c-4.328-2.385-9.083%202.37-6.698%206.698l-5.318%205.318c-.323.323-.943.667-1.385.771z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/cib/semaphoreci.svg?color=%231a73e8&size=48