deployment canary icon
deployment-canary from Carbon by IBM · Outline · Tools · Apache-2.0 Free for personal and commercial use.
- Name
- deployment-canary
- Set
- Carbon
- Style
- Outline
- Category
- Tools
- Viewbox
- 32×32
- License
- Apache 2.0
More tools icons from Carbon
Use the deployment canary icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="23" cy="11" r="1" fill="currentColor"/><path fill="currentColor" d="M26.463 7.464A5 5 0 0 0 22.93 6h-.01a4.97 4.97 0 0 0-3.517 1.457l-2.908 2.907l-8.076-8.079a.974.974 0 0 0-1.378 0l-.552.553a8.5 8.5 0 0 0 .002 12.019l3.145 3.145l-8.584 8.584L2.465 28l9.998-9.998l-4.56-4.56a6.51 6.51 0 0 1-.17-9.014l8.357 8.36a3.133 3.133 0 0 1 0 4.43l-.797.797l1.414 1.414l.796-.797c1.863-1.862 1.969-4.8.364-6.813l2.94-2.94a3 3 0 0 1 4.242 0L27.173 11L22 16.17V19a7 7 0 0 1-7 7h-3v2h3a9 9 0 0 0 9-9v-2.058c.76-.703 6-5.942 6-5.942z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonDeploymentCanary(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="23" cy="11" r="1" fill="currentColor"/><path fill="currentColor" d="M26.463 7.464A5 5 0 0 0 22.93 6h-.01a4.97 4.97 0 0 0-3.517 1.457l-2.908 2.907l-8.076-8.079a.974.974 0 0 0-1.378 0l-.552.553a8.5 8.5 0 0 0 .002 12.019l3.145 3.145l-8.584 8.584L2.465 28l9.998-9.998l-4.56-4.56a6.51 6.51 0 0 1-.17-9.014l8.357 8.36a3.133 3.133 0 0 1 0 4.43l-.797.797l1.414 1.414l.796-.797c1.863-1.862 1.969-4.8.364-6.813l2.94-2.94a3 3 0 0 1 4.242 0L27.173 11L22 16.17V19a7 7 0 0 1-7 7h-3v2h3a9 9 0 0 0 9-9v-2.058c.76-.703 6-5.942 6-5.942z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="23" cy="11" r="1" fill="currentColor"/><path fill="currentColor" d="M26.463 7.464A5 5 0 0 0 22.93 6h-.01a4.97 4.97 0 0 0-3.517 1.457l-2.908 2.907l-8.076-8.079a.974.974 0 0 0-1.378 0l-.552.553a8.5 8.5 0 0 0 .002 12.019l3.145 3.145l-8.584 8.584L2.465 28l9.998-9.998l-4.56-4.56a6.51 6.51 0 0 1-.17-9.014l8.357 8.36a3.133 3.133 0 0 1 0 4.43l-.797.797l1.414 1.414l.796-.797c1.863-1.862 1.969-4.8.364-6.813l2.94-2.94a3 3 0 0 1 4.242 0L27.173 11L22 16.17V19a7 7 0 0 1-7 7h-3v2h3a9 9 0 0 0 9-9v-2.058c.76-.703 6-5.942 6-5.942z"/></svg> </template>
CSS
.icon-deployment-canary {
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%3Ccircle%20cx%3D%2223%22%20cy%3D%2211%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M26.463%207.464A5%205%200%200%200%2022.93%206h-.01a4.97%204.97%200%200%200-3.517%201.457l-2.908%202.907l-8.076-8.079a.974.974%200%200%200-1.378%200l-.552.553a8.5%208.5%200%200%200%20.002%2012.019l3.145%203.145l-8.584%208.584L2.465%2028l9.998-9.998l-4.56-4.56a6.51%206.51%200%200%201-.17-9.014l8.357%208.36a3.133%203.133%200%200%201%200%204.43l-.797.797l1.414%201.414l.796-.797c1.863-1.862%201.969-4.8.364-6.813l2.94-2.94a3%203%200%200%201%204.242%200L27.173%2011L22%2016.17V19a7%207%200%200%201-7%207h-3v2h3a9%209%200%200%200%209-9v-2.058c.76-.703%206-5.942%206-5.942z%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%3Ccircle%20cx%3D%2223%22%20cy%3D%2211%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M26.463%207.464A5%205%200%200%200%2022.93%206h-.01a4.97%204.97%200%200%200-3.517%201.457l-2.908%202.907l-8.076-8.079a.974.974%200%200%200-1.378%200l-.552.553a8.5%208.5%200%200%200%20.002%2012.019l3.145%203.145l-8.584%208.584L2.465%2028l9.998-9.998l-4.56-4.56a6.51%206.51%200%200%201-.17-9.014l8.357%208.36a3.133%203.133%200%200%201%200%204.43l-.797.797l1.414%201.414l.796-.797c1.863-1.862%201.969-4.8.364-6.813l2.94-2.94a3%203%200%200%201%204.242%200L27.173%2011L22%2016.17V19a7%207%200%200%201-7%207h-3v2h3a9%209%200%200%200%209-9v-2.058c.76-.703%206-5.942%206-5.942z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/deployment-canary.svg?color=%231a73e8&size=48