storify logo
storify from CoreUI Brands by creativeLabs Łukasz Holeczek · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- storify
- Set
- CoreUI Brands
- Style
- Brand
- Viewbox
- 32×32
- License
- CC0 1.0
Use the storify logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M30.64 11.421q.64 1.212.975 2.672q.343 1.463.38 3.057a13.3 13.3 0 0 1-.317 3.219a16.5 16.5 0 0 1-1.063 3.188a12.2 12.2 0 0 1-1.921 2.959a15.6 15.6 0 0 1-2.813 2.536c-1.036.74-2.317 1.375-3.797 1.875c-1.484.521-3.104.865-4.864 1.063l-.396-.963c.099-.016.219-.057.396-.115a9 9 0 0 0 .964-.401a9.3 9.3 0 0 0 1.359-.724c.443-.276.923-.656 1.443-1.156c.537-.5.98-1.043 1.36-1.62c.38-.599.697-1.323.959-2.204c.26-.88.4-1.817.4-2.817c0-.963-.119-1.844-.38-2.683a8 8 0 0 0-1.02-2.161a16 16 0 0 0-1.396-1.719a39 39 0 0 0-1.521-1.536a23 23 0 0 1-1.421-1.464a6.2 6.2 0 0 1-1.043-1.62a4.65 4.65 0 0 1-.395-1.88c0-1.177.479-2.197 1.395-3.036c.943-.864 2.219-1.281 3.865-1.281c.479 0 .959.036 1.459.14c.5.1 1.099.277 1.781.579c.681.303 1.323.683 1.937 1.141c.624.457 1.281 1.119 1.963 1.937a16.4 16.4 0 0 1 1.86 2.859zM1.36 20.599a11 11 0 0 1-.975-2.672a15.2 15.2 0 0 1-.38-3.057a13.6 13.6 0 0 1 .317-3.219A16.4 16.4 0 0 1 1.385 8.47c.469-1.037 1.109-2.021 1.921-2.964a15.7 15.7 0 0 1 2.813-2.532c1.036-.739 2.317-1.38 3.797-1.88Q12.141.307 14.78.011l.396.948c-.084.015-.208.057-.38.104c-.161.052-.48.183-.948.391q-.702.312-1.349.719c-.432.265-.907.651-1.432 1.145a8.8 8.8 0 0 0-1.349 1.62c-.375.589-.692 1.313-.953 2.188a9.8 9.8 0 0 0-.391 2.807c0 .948.12 1.833.407 2.667q.382 1.251 1.016 2.151c.421.625.9 1.183 1.4 1.745a28 28 0 0 0 1.521 1.536c.5.48.979.98 1.401 1.464c.437.5.781 1.036 1.041 1.62c.26.599.396 1.219.396 1.88c0 1.199-.479 2.219-1.396 3.057c-.943.865-2.224 1.281-3.864 1.281c-.48 0-.959-.041-1.459-.14c-.5-.1-1.099-.276-1.76-.579a11 11 0 0 1-1.959-1.141c-.625-.457-1.281-1.119-1.964-1.943c-.677-.817-1.296-1.776-1.859-2.853z"/></svg>
React
import type { SVGProps } from "react";
export function CibStorify(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="M30.64 11.421q.64 1.212.975 2.672q.343 1.463.38 3.057a13.3 13.3 0 0 1-.317 3.219a16.5 16.5 0 0 1-1.063 3.188a12.2 12.2 0 0 1-1.921 2.959a15.6 15.6 0 0 1-2.813 2.536c-1.036.74-2.317 1.375-3.797 1.875c-1.484.521-3.104.865-4.864 1.063l-.396-.963c.099-.016.219-.057.396-.115a9 9 0 0 0 .964-.401a9.3 9.3 0 0 0 1.359-.724c.443-.276.923-.656 1.443-1.156c.537-.5.98-1.043 1.36-1.62c.38-.599.697-1.323.959-2.204c.26-.88.4-1.817.4-2.817c0-.963-.119-1.844-.38-2.683a8 8 0 0 0-1.02-2.161a16 16 0 0 0-1.396-1.719a39 39 0 0 0-1.521-1.536a23 23 0 0 1-1.421-1.464a6.2 6.2 0 0 1-1.043-1.62a4.65 4.65 0 0 1-.395-1.88c0-1.177.479-2.197 1.395-3.036c.943-.864 2.219-1.281 3.865-1.281c.479 0 .959.036 1.459.14c.5.1 1.099.277 1.781.579c.681.303 1.323.683 1.937 1.141c.624.457 1.281 1.119 1.963 1.937a16.4 16.4 0 0 1 1.86 2.859zM1.36 20.599a11 11 0 0 1-.975-2.672a15.2 15.2 0 0 1-.38-3.057a13.6 13.6 0 0 1 .317-3.219A16.4 16.4 0 0 1 1.385 8.47c.469-1.037 1.109-2.021 1.921-2.964a15.7 15.7 0 0 1 2.813-2.532c1.036-.739 2.317-1.38 3.797-1.88Q12.141.307 14.78.011l.396.948c-.084.015-.208.057-.38.104c-.161.052-.48.183-.948.391q-.702.312-1.349.719c-.432.265-.907.651-1.432 1.145a8.8 8.8 0 0 0-1.349 1.62c-.375.589-.692 1.313-.953 2.188a9.8 9.8 0 0 0-.391 2.807c0 .948.12 1.833.407 2.667q.382 1.251 1.016 2.151c.421.625.9 1.183 1.4 1.745a28 28 0 0 0 1.521 1.536c.5.48.979.98 1.401 1.464c.437.5.781 1.036 1.041 1.62c.26.599.396 1.219.396 1.88c0 1.199-.479 2.219-1.396 3.057c-.943.865-2.224 1.281-3.864 1.281c-.48 0-.959-.041-1.459-.14c-.5-.1-1.099-.276-1.76-.579a11 11 0 0 1-1.959-1.141c-.625-.457-1.281-1.119-1.964-1.943c-.677-.817-1.296-1.776-1.859-2.853z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M30.64 11.421q.64 1.212.975 2.672q.343 1.463.38 3.057a13.3 13.3 0 0 1-.317 3.219a16.5 16.5 0 0 1-1.063 3.188a12.2 12.2 0 0 1-1.921 2.959a15.6 15.6 0 0 1-2.813 2.536c-1.036.74-2.317 1.375-3.797 1.875c-1.484.521-3.104.865-4.864 1.063l-.396-.963c.099-.016.219-.057.396-.115a9 9 0 0 0 .964-.401a9.3 9.3 0 0 0 1.359-.724c.443-.276.923-.656 1.443-1.156c.537-.5.98-1.043 1.36-1.62c.38-.599.697-1.323.959-2.204c.26-.88.4-1.817.4-2.817c0-.963-.119-1.844-.38-2.683a8 8 0 0 0-1.02-2.161a16 16 0 0 0-1.396-1.719a39 39 0 0 0-1.521-1.536a23 23 0 0 1-1.421-1.464a6.2 6.2 0 0 1-1.043-1.62a4.65 4.65 0 0 1-.395-1.88c0-1.177.479-2.197 1.395-3.036c.943-.864 2.219-1.281 3.865-1.281c.479 0 .959.036 1.459.14c.5.1 1.099.277 1.781.579c.681.303 1.323.683 1.937 1.141c.624.457 1.281 1.119 1.963 1.937a16.4 16.4 0 0 1 1.86 2.859zM1.36 20.599a11 11 0 0 1-.975-2.672a15.2 15.2 0 0 1-.38-3.057a13.6 13.6 0 0 1 .317-3.219A16.4 16.4 0 0 1 1.385 8.47c.469-1.037 1.109-2.021 1.921-2.964a15.7 15.7 0 0 1 2.813-2.532c1.036-.739 2.317-1.38 3.797-1.88Q12.141.307 14.78.011l.396.948c-.084.015-.208.057-.38.104c-.161.052-.48.183-.948.391q-.702.312-1.349.719c-.432.265-.907.651-1.432 1.145a8.8 8.8 0 0 0-1.349 1.62c-.375.589-.692 1.313-.953 2.188a9.8 9.8 0 0 0-.391 2.807c0 .948.12 1.833.407 2.667q.382 1.251 1.016 2.151c.421.625.9 1.183 1.4 1.745a28 28 0 0 0 1.521 1.536c.5.48.979.98 1.401 1.464c.437.5.781 1.036 1.041 1.62c.26.599.396 1.219.396 1.88c0 1.199-.479 2.219-1.396 3.057c-.943.865-2.224 1.281-3.864 1.281c-.48 0-.959-.041-1.459-.14c-.5-.1-1.099-.276-1.76-.579a11 11 0 0 1-1.959-1.141c-.625-.457-1.281-1.119-1.964-1.943c-.677-.817-1.296-1.776-1.859-2.853z"/></svg> </template>
CSS
.icon-storify {
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%22M30.64%2011.421q.64%201.212.975%202.672q.343%201.463.38%203.057a13.3%2013.3%200%200%201-.317%203.219a16.5%2016.5%200%200%201-1.063%203.188a12.2%2012.2%200%200%201-1.921%202.959a15.6%2015.6%200%200%201-2.813%202.536c-1.036.74-2.317%201.375-3.797%201.875c-1.484.521-3.104.865-4.864%201.063l-.396-.963c.099-.016.219-.057.396-.115a9%209%200%200%200%20.964-.401a9.3%209.3%200%200%200%201.359-.724c.443-.276.923-.656%201.443-1.156c.537-.5.98-1.043%201.36-1.62c.38-.599.697-1.323.959-2.204c.26-.88.4-1.817.4-2.817c0-.963-.119-1.844-.38-2.683a8%208%200%200%200-1.02-2.161a16%2016%200%200%200-1.396-1.719a39%2039%200%200%200-1.521-1.536a23%2023%200%200%201-1.421-1.464a6.2%206.2%200%200%201-1.043-1.62a4.65%204.65%200%200%201-.395-1.88c0-1.177.479-2.197%201.395-3.036c.943-.864%202.219-1.281%203.865-1.281c.479%200%20.959.036%201.459.14c.5.1%201.099.277%201.781.579c.681.303%201.323.683%201.937%201.141c.624.457%201.281%201.119%201.963%201.937a16.4%2016.4%200%200%201%201.86%202.859zM1.36%2020.599a11%2011%200%200%201-.975-2.672a15.2%2015.2%200%200%201-.38-3.057a13.6%2013.6%200%200%201%20.317-3.219A16.4%2016.4%200%200%201%201.385%208.47c.469-1.037%201.109-2.021%201.921-2.964a15.7%2015.7%200%200%201%202.813-2.532c1.036-.739%202.317-1.38%203.797-1.88Q12.141.307%2014.78.011l.396.948c-.084.015-.208.057-.38.104c-.161.052-.48.183-.948.391q-.702.312-1.349.719c-.432.265-.907.651-1.432%201.145a8.8%208.8%200%200%200-1.349%201.62c-.375.589-.692%201.313-.953%202.188a9.8%209.8%200%200%200-.391%202.807c0%20.948.12%201.833.407%202.667q.382%201.251%201.016%202.151c.421.625.9%201.183%201.4%201.745a28%2028%200%200%200%201.521%201.536c.5.48.979.98%201.401%201.464c.437.5.781%201.036%201.041%201.62c.26.599.396%201.219.396%201.88c0%201.199-.479%202.219-1.396%203.057c-.943.865-2.224%201.281-3.864%201.281c-.48%200-.959-.041-1.459-.14c-.5-.1-1.099-.276-1.76-.579a11%2011%200%200%201-1.959-1.141c-.625-.457-1.281-1.119-1.964-1.943c-.677-.817-1.296-1.776-1.859-2.853z%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%22M30.64%2011.421q.64%201.212.975%202.672q.343%201.463.38%203.057a13.3%2013.3%200%200%201-.317%203.219a16.5%2016.5%200%200%201-1.063%203.188a12.2%2012.2%200%200%201-1.921%202.959a15.6%2015.6%200%200%201-2.813%202.536c-1.036.74-2.317%201.375-3.797%201.875c-1.484.521-3.104.865-4.864%201.063l-.396-.963c.099-.016.219-.057.396-.115a9%209%200%200%200%20.964-.401a9.3%209.3%200%200%200%201.359-.724c.443-.276.923-.656%201.443-1.156c.537-.5.98-1.043%201.36-1.62c.38-.599.697-1.323.959-2.204c.26-.88.4-1.817.4-2.817c0-.963-.119-1.844-.38-2.683a8%208%200%200%200-1.02-2.161a16%2016%200%200%200-1.396-1.719a39%2039%200%200%200-1.521-1.536a23%2023%200%200%201-1.421-1.464a6.2%206.2%200%200%201-1.043-1.62a4.65%204.65%200%200%201-.395-1.88c0-1.177.479-2.197%201.395-3.036c.943-.864%202.219-1.281%203.865-1.281c.479%200%20.959.036%201.459.14c.5.1%201.099.277%201.781.579c.681.303%201.323.683%201.937%201.141c.624.457%201.281%201.119%201.963%201.937a16.4%2016.4%200%200%201%201.86%202.859zM1.36%2020.599a11%2011%200%200%201-.975-2.672a15.2%2015.2%200%200%201-.38-3.057a13.6%2013.6%200%200%201%20.317-3.219A16.4%2016.4%200%200%201%201.385%208.47c.469-1.037%201.109-2.021%201.921-2.964a15.7%2015.7%200%200%201%202.813-2.532c1.036-.739%202.317-1.38%203.797-1.88Q12.141.307%2014.78.011l.396.948c-.084.015-.208.057-.38.104c-.161.052-.48.183-.948.391q-.702.312-1.349.719c-.432.265-.907.651-1.432%201.145a8.8%208.8%200%200%200-1.349%201.62c-.375.589-.692%201.313-.953%202.188a9.8%209.8%200%200%200-.391%202.807c0%20.948.12%201.833.407%202.667q.382%201.251%201.016%202.151c.421.625.9%201.183%201.4%201.745a28%2028%200%200%200%201.521%201.536c.5.48.979.98%201.401%201.464c.437.5.781%201.036%201.041%201.62c.26.599.396%201.219.396%201.88c0%201.199-.479%202.219-1.396%203.057c-.943.865-2.224%201.281-3.864%201.281c-.48%200-.959-.041-1.459-.14c-.5-.1-1.099-.276-1.76-.579a11%2011%200%200%201-1.959-1.141c-.625-.457-1.281-1.119-1.964-1.943c-.677-.817-1.296-1.776-1.859-2.853z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/cib/storify.svg?color=%231a73e8&size=48