virb logo
virb from CoreUI Brands by creativeLabs Łukasz Holeczek · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- virb
- Set
- CoreUI Brands
- Style
- Brand
- Viewbox
- 32×32
- License
- CC0 1.0
Use the virb logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M23.645 9.651c0-.333 0-.635.199-.833c.265-.233.531-.203.801-.203h1.901c1.021 0 2.5.265 3.5 1.172c1 .932 1.219 2.265 1.219 3.468v3.005c0 .797.021 1.371-.375 2.104c-.5.933-1.541 1.199-1.541 1.333c0 .136 1.12.339 1.62 1.339c.4.803.359 1.303.359 2.1v4.14c0 .823 0 1.86-1.197 3.26c-1.141 1.261-2.719 1.443-3.521 1.443c-.599 0-1.036.021-1.64 0c-.396-.041-1 .021-1.141-.181c-.197-.303-.255-.24-.255-1.141V9.641zm-7.281 21.797c0 .536-.129.536-1.135.536c-.765 0-1 0-1-.468V9.64c0-.333.031-.697.235-.9c.265-.235.5-.136.765-.136h1.907c1.067 0 2.504.265 3.504 1.167c1 .932 1.235 2.308 1.235 3.475v3.015c0 .797.032 1.371-.369 2.104c-.5.933-1.568 1.199-1.568 1.333c0 .136 1.099.339 1.599 1.339c.401.797.371 1.297.371 2.1v8.301c0 .521-.24.521-1.141.521c-.776 0-1 .02-1-.48V23c0-1.369-.896-2.203-1.635-2.203c-1.584 0-1.781-.032-1.781.5v10.119zm-5.104.5c-.9 0-1 0-1-.469V9.151c0-.437.199-.5 1-.5c.896 0 1.136.032 1.136.532v22.233c0 .501-.063.543-1.125.543zm14.885-2.167c.261.036.303.036.604.036c.36 0 1.199-.099 1.797-.719c.661-.719.704-1.197.704-1.755v-4.281c0-1.541-.901-2.199-1.901-2.199c-1.443 0-1.543.1-1.543.896v7.021c0 .38.021 1 .319 1.041zM4.812 25.036c.568-5.739 1.068-10.615 1.6-15.859c.067-.563.333-.532.937-.532c.932 0 1.265.068 1.235.437c-1 8.22-1.772 14.297-2.772 22.417c-.063.479-.416.5-1.099.5c-.859 0-1.26 0-1.339-.563C2.473 23.916 1.65 17.239.677 9.04c-.027-.401.135-.401 1.077-.401c.98 0 1.177.1 1.199.543c.541 5.839.943 10.38 1.443 15.937c0 .099.036.317.197.317c.199 0 .24-.219.24-.359zm12.423-14.219c-.303 0-.604 0-.74.235c-.099.199-.099.369-.099.568v6.244c0 .365-.068.735.197.933c.199.161.433.12.6.12c.369 0 1.239-.1 1.843-.74c.661-.745.661-1.303.661-1.781V13.26c0-.771-.129-1.339-.697-1.937c-.364-.333-.568-.5-1.765-.5zm9.64 0c-.468 0-.833 0-.968.235c-.095.199-.095.369-.095.568v6.244c0 .365-.036.667.199.901c.197.199.333.167.599.167c.469 0 1.235-.099 1.839-.735c.667-.739.667-1.239.667-1.781V13.26c0-.771-.136-1.339-.703-1.937c-.365-.333-.6-.5-1.537-.5zM14.521 2.683h-2.105V.527c0-.496-.228-.527-1.113-.527c-.781 0-.98.068-.98.489v2.193H8.271c-.489 0-.525.229-.525 1.109c0 .787.067.979.489.979h2.083v2.068c0 .459.104.459.98.459c1.052 0 1.115-.032 1.115-.527V4.775h2.172c.457 0 .457-.099.457-.979c0-1.048-.031-1.115-.52-1.115z"/></svg>
React
import type { SVGProps } from "react";
export function CibVirb(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="M23.645 9.651c0-.333 0-.635.199-.833c.265-.233.531-.203.801-.203h1.901c1.021 0 2.5.265 3.5 1.172c1 .932 1.219 2.265 1.219 3.468v3.005c0 .797.021 1.371-.375 2.104c-.5.933-1.541 1.199-1.541 1.333c0 .136 1.12.339 1.62 1.339c.4.803.359 1.303.359 2.1v4.14c0 .823 0 1.86-1.197 3.26c-1.141 1.261-2.719 1.443-3.521 1.443c-.599 0-1.036.021-1.64 0c-.396-.041-1 .021-1.141-.181c-.197-.303-.255-.24-.255-1.141V9.641zm-7.281 21.797c0 .536-.129.536-1.135.536c-.765 0-1 0-1-.468V9.64c0-.333.031-.697.235-.9c.265-.235.5-.136.765-.136h1.907c1.067 0 2.504.265 3.504 1.167c1 .932 1.235 2.308 1.235 3.475v3.015c0 .797.032 1.371-.369 2.104c-.5.933-1.568 1.199-1.568 1.333c0 .136 1.099.339 1.599 1.339c.401.797.371 1.297.371 2.1v8.301c0 .521-.24.521-1.141.521c-.776 0-1 .02-1-.48V23c0-1.369-.896-2.203-1.635-2.203c-1.584 0-1.781-.032-1.781.5v10.119zm-5.104.5c-.9 0-1 0-1-.469V9.151c0-.437.199-.5 1-.5c.896 0 1.136.032 1.136.532v22.233c0 .501-.063.543-1.125.543zm14.885-2.167c.261.036.303.036.604.036c.36 0 1.199-.099 1.797-.719c.661-.719.704-1.197.704-1.755v-4.281c0-1.541-.901-2.199-1.901-2.199c-1.443 0-1.543.1-1.543.896v7.021c0 .38.021 1 .319 1.041zM4.812 25.036c.568-5.739 1.068-10.615 1.6-15.859c.067-.563.333-.532.937-.532c.932 0 1.265.068 1.235.437c-1 8.22-1.772 14.297-2.772 22.417c-.063.479-.416.5-1.099.5c-.859 0-1.26 0-1.339-.563C2.473 23.916 1.65 17.239.677 9.04c-.027-.401.135-.401 1.077-.401c.98 0 1.177.1 1.199.543c.541 5.839.943 10.38 1.443 15.937c0 .099.036.317.197.317c.199 0 .24-.219.24-.359zm12.423-14.219c-.303 0-.604 0-.74.235c-.099.199-.099.369-.099.568v6.244c0 .365-.068.735.197.933c.199.161.433.12.6.12c.369 0 1.239-.1 1.843-.74c.661-.745.661-1.303.661-1.781V13.26c0-.771-.129-1.339-.697-1.937c-.364-.333-.568-.5-1.765-.5zm9.64 0c-.468 0-.833 0-.968.235c-.095.199-.095.369-.095.568v6.244c0 .365-.036.667.199.901c.197.199.333.167.599.167c.469 0 1.235-.099 1.839-.735c.667-.739.667-1.239.667-1.781V13.26c0-.771-.136-1.339-.703-1.937c-.365-.333-.6-.5-1.537-.5zM14.521 2.683h-2.105V.527c0-.496-.228-.527-1.113-.527c-.781 0-.98.068-.98.489v2.193H8.271c-.489 0-.525.229-.525 1.109c0 .787.067.979.489.979h2.083v2.068c0 .459.104.459.98.459c1.052 0 1.115-.032 1.115-.527V4.775h2.172c.457 0 .457-.099.457-.979c0-1.048-.031-1.115-.52-1.115z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M23.645 9.651c0-.333 0-.635.199-.833c.265-.233.531-.203.801-.203h1.901c1.021 0 2.5.265 3.5 1.172c1 .932 1.219 2.265 1.219 3.468v3.005c0 .797.021 1.371-.375 2.104c-.5.933-1.541 1.199-1.541 1.333c0 .136 1.12.339 1.62 1.339c.4.803.359 1.303.359 2.1v4.14c0 .823 0 1.86-1.197 3.26c-1.141 1.261-2.719 1.443-3.521 1.443c-.599 0-1.036.021-1.64 0c-.396-.041-1 .021-1.141-.181c-.197-.303-.255-.24-.255-1.141V9.641zm-7.281 21.797c0 .536-.129.536-1.135.536c-.765 0-1 0-1-.468V9.64c0-.333.031-.697.235-.9c.265-.235.5-.136.765-.136h1.907c1.067 0 2.504.265 3.504 1.167c1 .932 1.235 2.308 1.235 3.475v3.015c0 .797.032 1.371-.369 2.104c-.5.933-1.568 1.199-1.568 1.333c0 .136 1.099.339 1.599 1.339c.401.797.371 1.297.371 2.1v8.301c0 .521-.24.521-1.141.521c-.776 0-1 .02-1-.48V23c0-1.369-.896-2.203-1.635-2.203c-1.584 0-1.781-.032-1.781.5v10.119zm-5.104.5c-.9 0-1 0-1-.469V9.151c0-.437.199-.5 1-.5c.896 0 1.136.032 1.136.532v22.233c0 .501-.063.543-1.125.543zm14.885-2.167c.261.036.303.036.604.036c.36 0 1.199-.099 1.797-.719c.661-.719.704-1.197.704-1.755v-4.281c0-1.541-.901-2.199-1.901-2.199c-1.443 0-1.543.1-1.543.896v7.021c0 .38.021 1 .319 1.041zM4.812 25.036c.568-5.739 1.068-10.615 1.6-15.859c.067-.563.333-.532.937-.532c.932 0 1.265.068 1.235.437c-1 8.22-1.772 14.297-2.772 22.417c-.063.479-.416.5-1.099.5c-.859 0-1.26 0-1.339-.563C2.473 23.916 1.65 17.239.677 9.04c-.027-.401.135-.401 1.077-.401c.98 0 1.177.1 1.199.543c.541 5.839.943 10.38 1.443 15.937c0 .099.036.317.197.317c.199 0 .24-.219.24-.359zm12.423-14.219c-.303 0-.604 0-.74.235c-.099.199-.099.369-.099.568v6.244c0 .365-.068.735.197.933c.199.161.433.12.6.12c.369 0 1.239-.1 1.843-.74c.661-.745.661-1.303.661-1.781V13.26c0-.771-.129-1.339-.697-1.937c-.364-.333-.568-.5-1.765-.5zm9.64 0c-.468 0-.833 0-.968.235c-.095.199-.095.369-.095.568v6.244c0 .365-.036.667.199.901c.197.199.333.167.599.167c.469 0 1.235-.099 1.839-.735c.667-.739.667-1.239.667-1.781V13.26c0-.771-.136-1.339-.703-1.937c-.365-.333-.6-.5-1.537-.5zM14.521 2.683h-2.105V.527c0-.496-.228-.527-1.113-.527c-.781 0-.98.068-.98.489v2.193H8.271c-.489 0-.525.229-.525 1.109c0 .787.067.979.489.979h2.083v2.068c0 .459.104.459.98.459c1.052 0 1.115-.032 1.115-.527V4.775h2.172c.457 0 .457-.099.457-.979c0-1.048-.031-1.115-.52-1.115z"/></svg> </template>
CSS
.icon-virb {
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%22M23.645%209.651c0-.333%200-.635.199-.833c.265-.233.531-.203.801-.203h1.901c1.021%200%202.5.265%203.5%201.172c1%20.932%201.219%202.265%201.219%203.468v3.005c0%20.797.021%201.371-.375%202.104c-.5.933-1.541%201.199-1.541%201.333c0%20.136%201.12.339%201.62%201.339c.4.803.359%201.303.359%202.1v4.14c0%20.823%200%201.86-1.197%203.26c-1.141%201.261-2.719%201.443-3.521%201.443c-.599%200-1.036.021-1.64%200c-.396-.041-1%20.021-1.141-.181c-.197-.303-.255-.24-.255-1.141V9.641zm-7.281%2021.797c0%20.536-.129.536-1.135.536c-.765%200-1%200-1-.468V9.64c0-.333.031-.697.235-.9c.265-.235.5-.136.765-.136h1.907c1.067%200%202.504.265%203.504%201.167c1%20.932%201.235%202.308%201.235%203.475v3.015c0%20.797.032%201.371-.369%202.104c-.5.933-1.568%201.199-1.568%201.333c0%20.136%201.099.339%201.599%201.339c.401.797.371%201.297.371%202.1v8.301c0%20.521-.24.521-1.141.521c-.776%200-1%20.02-1-.48V23c0-1.369-.896-2.203-1.635-2.203c-1.584%200-1.781-.032-1.781.5v10.119zm-5.104.5c-.9%200-1%200-1-.469V9.151c0-.437.199-.5%201-.5c.896%200%201.136.032%201.136.532v22.233c0%20.501-.063.543-1.125.543zm14.885-2.167c.261.036.303.036.604.036c.36%200%201.199-.099%201.797-.719c.661-.719.704-1.197.704-1.755v-4.281c0-1.541-.901-2.199-1.901-2.199c-1.443%200-1.543.1-1.543.896v7.021c0%20.38.021%201%20.319%201.041zM4.812%2025.036c.568-5.739%201.068-10.615%201.6-15.859c.067-.563.333-.532.937-.532c.932%200%201.265.068%201.235.437c-1%208.22-1.772%2014.297-2.772%2022.417c-.063.479-.416.5-1.099.5c-.859%200-1.26%200-1.339-.563C2.473%2023.916%201.65%2017.239.677%209.04c-.027-.401.135-.401%201.077-.401c.98%200%201.177.1%201.199.543c.541%205.839.943%2010.38%201.443%2015.937c0%20.099.036.317.197.317c.199%200%20.24-.219.24-.359zm12.423-14.219c-.303%200-.604%200-.74.235c-.099.199-.099.369-.099.568v6.244c0%20.365-.068.735.197.933c.199.161.433.12.6.12c.369%200%201.239-.1%201.843-.74c.661-.745.661-1.303.661-1.781V13.26c0-.771-.129-1.339-.697-1.937c-.364-.333-.568-.5-1.765-.5zm9.64%200c-.468%200-.833%200-.968.235c-.095.199-.095.369-.095.568v6.244c0%20.365-.036.667.199.901c.197.199.333.167.599.167c.469%200%201.235-.099%201.839-.735c.667-.739.667-1.239.667-1.781V13.26c0-.771-.136-1.339-.703-1.937c-.365-.333-.6-.5-1.537-.5zM14.521%202.683h-2.105V.527c0-.496-.228-.527-1.113-.527c-.781%200-.98.068-.98.489v2.193H8.271c-.489%200-.525.229-.525%201.109c0%20.787.067.979.489.979h2.083v2.068c0%20.459.104.459.98.459c1.052%200%201.115-.032%201.115-.527V4.775h2.172c.457%200%20.457-.099.457-.979c0-1.048-.031-1.115-.52-1.115z%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%22M23.645%209.651c0-.333%200-.635.199-.833c.265-.233.531-.203.801-.203h1.901c1.021%200%202.5.265%203.5%201.172c1%20.932%201.219%202.265%201.219%203.468v3.005c0%20.797.021%201.371-.375%202.104c-.5.933-1.541%201.199-1.541%201.333c0%20.136%201.12.339%201.62%201.339c.4.803.359%201.303.359%202.1v4.14c0%20.823%200%201.86-1.197%203.26c-1.141%201.261-2.719%201.443-3.521%201.443c-.599%200-1.036.021-1.64%200c-.396-.041-1%20.021-1.141-.181c-.197-.303-.255-.24-.255-1.141V9.641zm-7.281%2021.797c0%20.536-.129.536-1.135.536c-.765%200-1%200-1-.468V9.64c0-.333.031-.697.235-.9c.265-.235.5-.136.765-.136h1.907c1.067%200%202.504.265%203.504%201.167c1%20.932%201.235%202.308%201.235%203.475v3.015c0%20.797.032%201.371-.369%202.104c-.5.933-1.568%201.199-1.568%201.333c0%20.136%201.099.339%201.599%201.339c.401.797.371%201.297.371%202.1v8.301c0%20.521-.24.521-1.141.521c-.776%200-1%20.02-1-.48V23c0-1.369-.896-2.203-1.635-2.203c-1.584%200-1.781-.032-1.781.5v10.119zm-5.104.5c-.9%200-1%200-1-.469V9.151c0-.437.199-.5%201-.5c.896%200%201.136.032%201.136.532v22.233c0%20.501-.063.543-1.125.543zm14.885-2.167c.261.036.303.036.604.036c.36%200%201.199-.099%201.797-.719c.661-.719.704-1.197.704-1.755v-4.281c0-1.541-.901-2.199-1.901-2.199c-1.443%200-1.543.1-1.543.896v7.021c0%20.38.021%201%20.319%201.041zM4.812%2025.036c.568-5.739%201.068-10.615%201.6-15.859c.067-.563.333-.532.937-.532c.932%200%201.265.068%201.235.437c-1%208.22-1.772%2014.297-2.772%2022.417c-.063.479-.416.5-1.099.5c-.859%200-1.26%200-1.339-.563C2.473%2023.916%201.65%2017.239.677%209.04c-.027-.401.135-.401%201.077-.401c.98%200%201.177.1%201.199.543c.541%205.839.943%2010.38%201.443%2015.937c0%20.099.036.317.197.317c.199%200%20.24-.219.24-.359zm12.423-14.219c-.303%200-.604%200-.74.235c-.099.199-.099.369-.099.568v6.244c0%20.365-.068.735.197.933c.199.161.433.12.6.12c.369%200%201.239-.1%201.843-.74c.661-.745.661-1.303.661-1.781V13.26c0-.771-.129-1.339-.697-1.937c-.364-.333-.568-.5-1.765-.5zm9.64%200c-.468%200-.833%200-.968.235c-.095.199-.095.369-.095.568v6.244c0%20.365-.036.667.199.901c.197.199.333.167.599.167c.469%200%201.235-.099%201.839-.735c.667-.739.667-1.239.667-1.781V13.26c0-.771-.136-1.339-.703-1.937c-.365-.333-.6-.5-1.537-.5zM14.521%202.683h-2.105V.527c0-.496-.228-.527-1.113-.527c-.781%200-.98.068-.98.489v2.193H8.271c-.489%200-.525.229-.525%201.109c0%20.787.067.979.489.979h2.083v2.068c0%20.459.104.459.98.459c1.052%200%201.115-.032%201.115-.527V4.775h2.172c.457%200%20.457-.099.457-.979c0-1.048-.031-1.115-.52-1.115z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/cib/virb.svg?color=%231a73e8&size=48