iconjar logo
iconjar from CoreUI Brands by creativeLabs Łukasz Holeczek · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- iconjar
- Set
- CoreUI Brands
- Style
- Brand
- Viewbox
- 32×32
- License
- CC0 1.0
The same logo in other sets
Use the iconjar logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M7.344 7.833c-.656 0-1.251-.604-1.251-1.271c0-1.541 3.813-2.683 8.147-2.683c.396 0 .656 0 .656-.333c0-.599-1.312-.801-1.312-1.807c0-1.068 1.244-1.74 2.823-1.74c1.577 0 2.828.672 2.828 1.74c0 1.005-1.317 1.14-1.317 1.807c0 .203.197.333.656.333c4.339 0 8.213 1.073 8.213 2.683a1.26 1.26 0 0 1-1.251 1.271zm19.64 6.088c1.579 1.005 2.167 2.813 1.907 4.491l-1.839 10.104C26.656 30.531 24.948 32 22.912 32H10.036C8 32 6.292 30.527 5.896 28.521L4.057 18.412a4.41 4.41 0 0 1 1.969-4.423c.921-.667 1.119-1.807 0-2.208c-1.573-.599-1.245-2.541.328-2.541h9.593c1.511 0 3.349 1.135 3.349 4.817s-1.709 3.349-1.709 5.959c0 1.14.923 2.344 2.037 2.479c1.905.199 3.02-.536 3.02-3.213c0-2.745-1.572-4.016-1.572-6.292c0-2.744 1.708-3.817 2.823-3.817h2.76c1.579 0 1.907 1.943.328 2.541c-1.115.469-.921 1.609 0 2.208z"/></svg>
React
import type { SVGProps } from "react";
export function CibIconjar(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="M7.344 7.833c-.656 0-1.251-.604-1.251-1.271c0-1.541 3.813-2.683 8.147-2.683c.396 0 .656 0 .656-.333c0-.599-1.312-.801-1.312-1.807c0-1.068 1.244-1.74 2.823-1.74c1.577 0 2.828.672 2.828 1.74c0 1.005-1.317 1.14-1.317 1.807c0 .203.197.333.656.333c4.339 0 8.213 1.073 8.213 2.683a1.26 1.26 0 0 1-1.251 1.271zm19.64 6.088c1.579 1.005 2.167 2.813 1.907 4.491l-1.839 10.104C26.656 30.531 24.948 32 22.912 32H10.036C8 32 6.292 30.527 5.896 28.521L4.057 18.412a4.41 4.41 0 0 1 1.969-4.423c.921-.667 1.119-1.807 0-2.208c-1.573-.599-1.245-2.541.328-2.541h9.593c1.511 0 3.349 1.135 3.349 4.817s-1.709 3.349-1.709 5.959c0 1.14.923 2.344 2.037 2.479c1.905.199 3.02-.536 3.02-3.213c0-2.745-1.572-4.016-1.572-6.292c0-2.744 1.708-3.817 2.823-3.817h2.76c1.579 0 1.907 1.943.328 2.541c-1.115.469-.921 1.609 0 2.208z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M7.344 7.833c-.656 0-1.251-.604-1.251-1.271c0-1.541 3.813-2.683 8.147-2.683c.396 0 .656 0 .656-.333c0-.599-1.312-.801-1.312-1.807c0-1.068 1.244-1.74 2.823-1.74c1.577 0 2.828.672 2.828 1.74c0 1.005-1.317 1.14-1.317 1.807c0 .203.197.333.656.333c4.339 0 8.213 1.073 8.213 2.683a1.26 1.26 0 0 1-1.251 1.271zm19.64 6.088c1.579 1.005 2.167 2.813 1.907 4.491l-1.839 10.104C26.656 30.531 24.948 32 22.912 32H10.036C8 32 6.292 30.527 5.896 28.521L4.057 18.412a4.41 4.41 0 0 1 1.969-4.423c.921-.667 1.119-1.807 0-2.208c-1.573-.599-1.245-2.541.328-2.541h9.593c1.511 0 3.349 1.135 3.349 4.817s-1.709 3.349-1.709 5.959c0 1.14.923 2.344 2.037 2.479c1.905.199 3.02-.536 3.02-3.213c0-2.745-1.572-4.016-1.572-6.292c0-2.744 1.708-3.817 2.823-3.817h2.76c1.579 0 1.907 1.943.328 2.541c-1.115.469-.921 1.609 0 2.208z"/></svg> </template>
CSS
.icon-iconjar {
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%22M7.344%207.833c-.656%200-1.251-.604-1.251-1.271c0-1.541%203.813-2.683%208.147-2.683c.396%200%20.656%200%20.656-.333c0-.599-1.312-.801-1.312-1.807c0-1.068%201.244-1.74%202.823-1.74c1.577%200%202.828.672%202.828%201.74c0%201.005-1.317%201.14-1.317%201.807c0%20.203.197.333.656.333c4.339%200%208.213%201.073%208.213%202.683a1.26%201.26%200%200%201-1.251%201.271zm19.64%206.088c1.579%201.005%202.167%202.813%201.907%204.491l-1.839%2010.104C26.656%2030.531%2024.948%2032%2022.912%2032H10.036C8%2032%206.292%2030.527%205.896%2028.521L4.057%2018.412a4.41%204.41%200%200%201%201.969-4.423c.921-.667%201.119-1.807%200-2.208c-1.573-.599-1.245-2.541.328-2.541h9.593c1.511%200%203.349%201.135%203.349%204.817s-1.709%203.349-1.709%205.959c0%201.14.923%202.344%202.037%202.479c1.905.199%203.02-.536%203.02-3.213c0-2.745-1.572-4.016-1.572-6.292c0-2.744%201.708-3.817%202.823-3.817h2.76c1.579%200%201.907%201.943.328%202.541c-1.115.469-.921%201.609%200%202.208z%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%22M7.344%207.833c-.656%200-1.251-.604-1.251-1.271c0-1.541%203.813-2.683%208.147-2.683c.396%200%20.656%200%20.656-.333c0-.599-1.312-.801-1.312-1.807c0-1.068%201.244-1.74%202.823-1.74c1.577%200%202.828.672%202.828%201.74c0%201.005-1.317%201.14-1.317%201.807c0%20.203.197.333.656.333c4.339%200%208.213%201.073%208.213%202.683a1.26%201.26%200%200%201-1.251%201.271zm19.64%206.088c1.579%201.005%202.167%202.813%201.907%204.491l-1.839%2010.104C26.656%2030.531%2024.948%2032%2022.912%2032H10.036C8%2032%206.292%2030.527%205.896%2028.521L4.057%2018.412a4.41%204.41%200%200%201%201.969-4.423c.921-.667%201.119-1.807%200-2.208c-1.573-.599-1.245-2.541.328-2.541h9.593c1.511%200%203.349%201.135%203.349%204.817s-1.709%203.349-1.709%205.959c0%201.14.923%202.344%202.037%202.479c1.905.199%203.02-.536%203.02-3.213c0-2.745-1.572-4.016-1.572-6.292c0-2.744%201.708-3.817%202.823-3.817h2.76c1.579%200%201.907%201.943.328%202.541c-1.115.469-.921%201.609%200%202.208z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/cib/iconjar.svg?color=%231a73e8&size=48